Report 2005: Add data, improve comp tables desc
[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 4
761         - 21  # NDRPDR sel env 4
762         - 22  # NDRPDR sel env 4
763         - 23  # NDRPDR sel env 4
764         - 24  # NDRPDR sel env 4
765         - 25  # NDRPDR sel env 4
766
767     vpp-performance-changes-3n-skx-h1:
768       csit-vpp-perf-verify-1908_1-3n-skx:
769         - 26  # NDRPDR sel - new1908.1
770         - 27  # NDRPDR sel - new1908.1
771         - 28  # NDRPDR sel - new1908.1
772         - 29  # NDRPDR sel - new1908.1
773         - 30  # NDRPDR sel - new1908.1
774         - 31  # NDRPDR sel - new1908.1
775         - 33  # NDRPDR sel - new1908.1
776         - 34  # NDRPDR sel - new1908.1
777         - 35  # NDRPDR sel - new1908.1
778         - 36  # NDRPDR sel - new1908.1
779     vpp-performance-changes-3n-skx-ref:
780       csit-vpp-perf-verify-2001-3n-skx:
781         - 69  # NDRPDR sel - new2001.0
782         - 71  # NDRPDR sel - new2001.0
783         - 72  # NDRPDR sel - new2001.0
784         - 76  # NDRPDR sel - new2001.0
785         - 77  # NDRPDR sel - new2001.0
786         - 78  # NDRPDR sel - new2001.0
787         - 80  # NDRPDR sel - new2001.0
788     vpp-performance-changes-3n-skx-cmp:
789       csit-vpp-perf-report-iterative-2005-3n-skx:
790         - 4   # NDRPDR sel
791         - 5   # NDRPDR sel ??? all x710 failed
792         - 33  # NDRPDR sel
793         - 28  # NDRPDR sel
794         - 34  # NDRPDR sel
795         - 36  # NDRPDR sel
796         - 37  # NDRPDR sel
797         - 38  # NDRPDR sel
798         - 39  # NDRPDR sel
799         - 41  # NDRPDR sel
800     vpp-performance-changes-3n-skx-cmp-2:
801       csit-vpp-perf-report-iterative-2005-3n-skx:
802         # TODO: Add data
803         - 43  # NDRPDR sel env 4
804
805     vpp-performance-changes-2n-skx-h1:
806       csit-vpp-perf-verify-1908_1-2n-skx:
807         - 39  # NDRPDR sel - new1908.1
808         - 40  # NDRPDR sel - new1908.1
809         - 41  # NDRPDR sel - new1908.1
810         - 43  # NDRPDR sel - new1908.1
811         - 44  # NDRPDR sel - new1908.1
812         - 45  # NDRPDR sel - new1908.1
813         - 46  # NDRPDR sel - new1908.1
814         - 47  # NDRPDR sel - new1908.1
815         - 48  # NDRPDR sel - new1908.1
816         - 49  # NDRPDR sel - new1908.1
817     vpp-performance-changes-2n-skx-ref:
818       csit-vpp-perf-verify-2001-2n-skx:
819         - 143  # NDRPDR sel - new2001.0
820         - 146  # NDRPDR sel - new2001.0
821         - 147  # NDRPDR sel - new2001.0
822         - 148  # NDRPDR sel - new2001.0
823         - 149  # NDRPDR sel - new2001.0
824         - 150  # NDRPDR sel - new2001.0
825         - 151  # NDRPDR sel - new2001.0
826         - 152  # NDRPDR sel - new2001.0
827         - 153  # NDRPDR sel - new2001.0
828         - 154  # NDRPDR sel - new2001.0
829     vpp-performance-changes-2n-skx-cmp:
830       csit-vpp-perf-report-iterative-2005-2n-skx:
831         - 43  # NDRPDR sel
832         - 38  # NDRPDR sel
833         - 7   # NDRPDR sel
834         - 65  # NDRPDR sel
835         - 47  # NDRPDR sel
836         - 55  # NDRPDR sel
837         - 67  # NDRPDR sel
838         - 75  # NDRPDR sel
839         - 76  # NDRPDR sel
840         - 73  # NDRPDR sel
841     vpp-performance-changes-2n-skx-cmp-2:
842       csit-vpp-perf-report-iterative-2005-2n-skx:
843         # TODO: Add data
844         - 88  # NDRPDR sel env 4
845         - 89  # NDRPDR sel env 4
846
847 #    vpp-performance-changes-nfv-2n-skx-ref:
848 #      csit-vpp-perf-verify-2001-2n-skx:
849 #        - 30  # NFV
850 #        - 31  # NFV
851 #    vpp-performance-changes-nfv-2n-skx-cmp:
852 #      csit-vpp-perf-report-iterative-2005-2n-skx:
853 #        - 43  # NDRPDR sel
854 #        - 38  # NDRPDR sel
855 #        - 7   # NDRPDR sel
856 #        - 83  # nf-density-sel
857
858     vpp-performance-changes-2n-clx-ref:
859       csit-vpp-perf-verify-2001-2n-clx:
860         - 28  # NDRPDR sel
861         - 29  # NDRPDR sel
862         - 32  # NDRPDR sel
863         - 40  # NDRPDR sel
864         - 43  # NDRPDR sel
865         - 44  # NDRPDR sel
866         - 45  # NDRPDR sel
867         - 47  # NDRPDR sel
868         - 48  # NDRPDR sel
869         - 49  # NDRPDR sel
870     vpp-performance-changes-2n-clx-cmp:
871       csit-vpp-perf-report-iterative-2005-2n-clx:
872         - 7   # NDRPDR sel
873         - 38  # NDRPDR sel
874         - 9   # NDRPDR sel
875         - 32  # NDRPDR sel ???
876         - 33  # NDRPDR sel ???
877         - 39  # NDRPDR sel
878         - 40  # NDRPDR sel
879         - 43  # NDRPDR sel
880         - 50  # NDRPDR sel
881         - 51  # NDRPDR sel
882     vpp-performance-changes-2n-clx-cmp-2:
883       csit-vpp-perf-report-iterative-2005-2n-clx:
884         - 62  # NDRPDR sel env 4
885         - 63  # NDRPDR sel env 4
886
887     vpp-performance-changes-2n-dnv-h1:
888       csit-vpp-perf-verify-1908-2n-dnv:
889         - 1   # NDRPDR sel
890         - 2   # NDRPDR sel
891         - 3   # NDRPDR sel
892         - 4   # NDRPDR sel
893         - 5   # NDRPDR sel
894         - 6   # NDRPDR sel
895         - 7   # NDRPDR sel
896         - 8   # NDRPDR sel
897         - 9   # NDRPDR sel
898         - 10  # NDRPDR sel
899     vpp-performance-changes-2n-dnv-ref:
900       csit-vpp-perf-verify-2001-2n-dnv:
901         - 4   # NDRPDR sel
902         - 5   # NDRPDR sel
903         - 6   # NDRPDR sel
904         - 7   # NDRPDR sel
905         - 8   # NDRPDR sel
906         - 9   # NDRPDR sel
907         - 10  # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 13  # NDRPDR sel
910         - 16  # NDRPDR sel
911     vpp-performance-changes-2n-dnv-cmp:
912       csit-vpp-perf-report-iterative-2005-2n-dnv:
913         - 3   # NDRPDR sel
914         - 6   # NDRPDR sel
915         - 7   # NDRPDR sel
916         - 8   # NDRPDR sel
917         - 9   # NDRPDR sel
918         - 10  # NDRPDR sel
919         - 11  # NDRPDR sel
920         - 12  # NDRPDR sel
921         - 13  # NDRPDR sel
922         - 14  # NDRPDR sel
923
924     vpp-performance-changes-3n-dnv-h1:
925       csit-vpp-perf-verify-1908-3n-dnv:
926         - 6   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931         - 12  # NDRPDR sel
932         - 13  # NDRPDR sel
933         - 14  # NDRPDR sel
934         - 15  # NDRPDR sel
935         - 16  # NDRPDR sel
936     vpp-performance-changes-3n-dnv-ref:
937       csit-vpp-perf-verify-2001-3n-dnv:
938         - 5   # NDRPDR sel
939         - 6   # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 8   # NDRPDR sel
942         - 9   # NDRPDR sel
943         - 10  # NDRPDR sel
944         - 12  # NDRPDR sel
945         - 16  # NDRPDR sel
946         - 17  # NDRPDR sel
947         - 18  # NDRPDR sel
948     vpp-performance-changes-3n-dnv-cmp:
949       csit-vpp-perf-report-iterative-2005-3n-dnv:
950         - 2   # NDRPDR sel
951         - 3   # NDRPDR sel
952         - 4   # NDRPDR sel
953         - 5   # NDRPDR sel
954         - 6   # NDRPDR sel
955         - 7   # NDRPDR sel
956         - 9   # NDRPDR sel
957         - 10  # NDRPDR sel
958         - 11  # NDRPDR sel
959         - 12  # NDRPDR sel
960
961     vpp-performance-changes-3n-tsh-h1:
962       csit-vpp-perf-verify-1908-3n-tsh:
963         - 7   # NDRPDR sel
964         - 8   # NDRPDR sel
965         - 9   # NDRPDR sel
966         - 10  # NDRPDR sel
967         - 11  # NDRPDR sel
968         - 12  # NDRPDR sel
969         - 13  # NDRPDR sel
970         - 14  # NDRPDR sel
971         - 15  # NDRPDR sel
972         - 16  # NDRPDR sel
973     vpp-performance-changes-3n-tsh-ref:
974       csit-vpp-perf-verify-2001-3n-tsh:
975         - 3   # NDRPDR sel
976         - 4   # NDRPDR sel
977         - 7   # NDRPDR sel
978         - 8   # NDRPDR sel
979         - 10  # NDRPDR sel
980         - 12  # NDRPDR sel
981         - 13  # NDRPDR sel
982         - 14  # NDRPDR sel
983         - 15  # NDRPDR sel
984         - 21  # NDRPDR sel
985     vpp-performance-changes-3n-tsh-cmp:
986       # TODO: Add data:
987       csit-vpp-perf-report-iterative-2005-3n-tsh:
988         - 9   # NDRPDR sel
989         - 11  # NDRPDR sel
990         - 12  # NDRPDR sel
991         - 20  # NDRPDR sel
992         - 14  # NDRPDR sel
993     vpp-performance-changes-3n-tsh-cmp-2:
994       # TODO: Add data:
995       csit-vpp-perf-report-iterative-2005-3n-tsh:
996         - 23  # NDRPDR sel env 4
997
998     vpp-soak-vs-ndr-2n-skx-ref:
999       csit-vpp-perf-report-iterative-2005-2n-skx:
1000         - 43  # NDRPDR sel
1001         - 38  # NDRPDR sel
1002         - 7   # NDRPDR sel
1003         - 65  # NDRPDR sel
1004         - 47  # NDRPDR sel
1005         - 55  # NDRPDR sel
1006         - 67  # NDRPDR sel
1007         - 75  # NDRPDR sel
1008         - 76  # NDRPDR sel
1009         - 73  # NDRPDR sel
1010     vpp-soak-vs-ndr-2n-skx-cmp:
1011       csit-vpp-perf-report-iterative-2005-2n-skx:
1012         - 49  # Soak
1013         - 54  # Soak
1014     vpp-soak-vs-ndr-2n-skx:
1015       csit-vpp-perf-report-iterative-2005-2n-skx:
1016         - 43  # NDRPDR sel
1017         - 38  # NDRPDR sel
1018         - 7   # NDRPDR sel
1019         - 65  # NDRPDR sel
1020         - 47  # NDRPDR sel
1021         - 55  # NDRPDR sel
1022         - 67  # NDRPDR sel
1023         - 75  # NDRPDR sel
1024         - 76  # NDRPDR sel
1025         - 73  # NDRPDR sel
1026         - 49  # Soak
1027         - 54  # Soak
1028
1029     vpp-soak-vs-ndr-2n-clx-ref:
1030       csit-vpp-perf-report-iterative-2005-2n-clx:
1031         - 7   # NDRPDR sel
1032         - 38  # NDRPDR sel
1033         - 9   # NDRPDR sel
1034         - 32  # NDRPDR sel ???
1035         - 33  # NDRPDR sel ???
1036         - 39  # NDRPDR sel
1037         - 40  # NDRPDR sel
1038         - 43  # NDRPDR sel
1039         - 50  # NDRPDR sel
1040         - 51  # NDRPDR sel
1041     vpp-soak-vs-ndr-2n-clx-cmp:
1042       csit-vpp-perf-report-iterative-2005-2n-clx:
1043         - 44  # Soak
1044         - 49  # Soak
1045     vpp-soak-vs-ndr-2n-clx:
1046       csit-vpp-perf-report-iterative-2005-2n-clx:
1047         - 7   # NDRPDR sel
1048         - 38  # NDRPDR sel
1049         - 9   # NDRPDR sel
1050         - 32  # NDRPDR sel ???
1051         - 33  # NDRPDR sel ???
1052         - 39  # NDRPDR sel
1053         - 40  # NDRPDR sel
1054         - 43  # NDRPDR sel
1055         - 50  # NDRPDR sel
1056         - 51  # NDRPDR sel
1057         - 44  # Soak
1058         - 49  # Soak
1059
1060     vpp-performance-changes-3n-hsw-mrr-h1:
1061       csit-vpp-perf-verify-1908-3n-hsw:
1062         - 39  # MRR sel
1063     vpp-performance-changes-3n-hsw-mrr-ref:
1064       csit-vpp-perf-verify-2001-3n-hsw:
1065         - 17  # MRR sel
1066     vpp-performance-changes-3n-hsw-mrr-cmp:
1067       csit-vpp-perf-report-iterative-2005-3n-hsw:
1068         - 13  # MRR
1069
1070 #    vpp-performance-changes-3n-skx-mrr-h1:
1071 #      csit-vpp-perf-verify-1908-3n-skx:
1072 #        - 36  # MRR sel
1073     vpp-performance-changes-3n-skx-mrr-ref:
1074       csit-vpp-perf-verify-2001-3n-skx:
1075         - 50  # MRR sel
1076         - 53  # MRR sel addition
1077     vpp-performance-changes-3n-skx-mrr-cmp:
1078       csit-vpp-perf-report-iterative-2005-3n-skx:
1079         - 6   # MRR sel
1080
1081 #    vpp-performance-changes-2n-skx-mrr-h1:
1082 #      csit-vpp-perf-verify-1908-2n-skx:
1083 #        - 69  # MRR sel
1084     vpp-performance-changes-2n-skx-mrr-ref:
1085       csit-vpp-perf-verify-2001-2n-skx:
1086         - 101 # MRR sel
1087         - 128 # MRR sel addition
1088     vpp-performance-changes-2n-skx-mrr-cmp:
1089       csit-vpp-perf-report-iterative-2005-2n-skx:
1090         - 42  # MRR sel
1091
1092     vpp-performance-changes-2n-clx-mrr-ref:
1093       csit-vpp-perf-verify-2001-2n-clx:
1094         - 39  # MRR
1095     vpp-performance-changes-2n-clx-mrr-cmp:
1096       csit-vpp-perf-report-iterative-2005-2n-clx:
1097         - 12   # MRR
1098
1099 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1100 #      csit-vpp-perf-verify-1908-2n-skx:
1101 #        - 71  # NFV MRR
1102 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1103 #      # csit-vpp-perf-verify-2001-2n-skx:
1104 #      csit-vpp-perf-verify-1908-2n-skx:
1105 #        - 71  # NFV MRR
1106
1107     vpp-performance-changes-2n-dnv-mrr-h1:
1108       csit-vpp-perf-verify-1908-2n-dnv:
1109         - 11  # MRR sel
1110     vpp-performance-changes-2n-dnv-mrr-ref:
1111       csit-vpp-perf-verify-2001-2n-dnv:
1112         - 12  # MRR sel
1113     vpp-performance-changes-2n-dnv-mrr-cmp:
1114       csit-vpp-perf-report-iterative-2005-2n-dnv:
1115         - 15  # MRR sel
1116
1117     vpp-performance-changes-3n-dnv-mrr-h1:
1118       csit-vpp-perf-verify-1908-3n-dnv:
1119         - 17  # MRR sel
1120     vpp-performance-changes-3n-dnv-mrr-ref:
1121       csit-vpp-perf-verify-2001-3n-dnv:
1122         - 11  # MRR sel
1123     vpp-performance-changes-3n-dnv-mrr-cmp:
1124       csit-vpp-perf-report-iterative-2005-3n-dnv:
1125         - 8   # MRR
1126
1127     vpp-performance-changes-3n-tsh-mrr-h1:
1128       csit-vpp-perf-verify-1908-3n-tsh:
1129         - 17  # MRR sel
1130     vpp-performance-changes-3n-tsh-mrr-ref:
1131       csit-vpp-perf-verify-2001-3n-tsh:
1132         - 9   # MRR sel
1133     vpp-performance-changes-3n-tsh-mrr-cmp:
1134       csit-vpp-perf-report-iterative-2005-3n-tsh:
1135         - 10  # MRR sel
1136
1137     dpdk-performance-changes-3n-hsw-h1:
1138       csit-dpdk-perf-verify-1908-3n-hsw:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 4   # NDRPDR sel
1142         - 5   # NDRPDR sel
1143         - 6   # NDRPDR sel
1144         - 7   # NDRPDR sel
1145         - 8   # NDRPDR sel
1146         - 9   # NDRPDR sel
1147         - 10  # NDRPDR sel
1148         - 11  # NDRPDR sel
1149     dpdk-performance-changes-3n-hsw-ref:
1150       csit-dpdk-perf-verify-2001-3n-hsw:
1151         - 4   # NDRPDR sel
1152         - 5   # NDRPDR sel
1153         - 6   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 12  # NDRPDR sel
1160         - 13  # NDRPDR sel
1161         - 15  # NDRPDR sel
1162         - 16  # NDRPDR sel
1163         - 17  # NDRPDR sel
1164         - 18  # NDRPDR sel
1165         - 19  # NDRPDR sel
1166         - 20  # NDRPDR sel
1167         - 21  # NDRPDR sel
1168         - 22  # NDRPDR sel
1169         - 23  # NDRPDR sel
1170         - 24  # NDRPDR sel
1171     dpdk-performance-changes-3n-hsw-cmp:
1172       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1173         - 5   # NDRPDR sel
1174         - 6   # NDRPDR sel
1175         - 7   # NDRPDR sel
1176         - 8   # NDRPDR sel
1177         - 9   # NDRPDR sel
1178         - 10  # NDRPDR sel
1179         - 11  # NDRPDR sel
1180         - 12  # NDRPDR sel
1181         - 13  # NDRPDR sel
1182         - 14  # NDRPDR sel
1183
1184     dpdk-performance-changes-3n-skx-h1:
1185       csit-dpdk-perf-verify-1908-3n-skx:
1186         - 3   # NDRPDR sel
1187         - 4   # NDRPDR sel
1188         - 5   # NDRPDR sel
1189         - 6   # NDRPDR sel
1190         - 7   # NDRPDR sel
1191         - 8   # NDRPDR sel
1192         - 9   # NDRPDR sel
1193         - 10  # NDRPDR sel
1194         - 11  # NDRPDR sel
1195         - 12  # NDRPDR sel
1196     dpdk-performance-changes-3n-skx-ref:
1197       csit-dpdk-perf-verify-2001-3n-skx:
1198         - 29  # NDRPDR sel xxv710
1199         - 33  # NDRPDR sel xxv710
1200         - 34  # NDRPDR sel xxv710
1201         - 35  # NDRPDR sel xxv710
1202         - 36  # NDRPDR sel xxv710
1203         - 37  # NDRPDR sel xxv710
1204         - 41  # NDRPDR sel xxv710
1205         - 42  # NDRPDR sel xxv710
1206         - 43  # NDRPDR sel xxv710
1207         - 45  # NDRPDR sel xxv710
1208         - 30  # NDRPDR sel x710
1209         - 31  # NDRPDR sel x710
1210         - 32  # NDRPDR sel x710
1211         - 38  # NDRPDR sel x710
1212         - 39  # NDRPDR sel x710
1213         - 40  # NDRPDR sel x710
1214         - 44  # NDRPDR sel x710
1215         - 46  # NDRPDR sel x710
1216         - 47  # NDRPDR sel x710
1217         - 48  # NDRPDR sel x710
1218     dpdk-performance-changes-3n-skx-cmp:
1219       csit-dpdk-perf-report-iterative-2005-3n-skx:
1220         - 4   # NDRPDR sel
1221         - 5   # NDRPDR sel
1222         - 6   # NDRPDR sel
1223         - 7   # NDRPDR sel
1224         - 8   # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227         - 13  # NDRPDR sel
1228         - 14  # NDRPDR sel
1229         - 15  # NDRPDR sel
1230
1231     dpdk-performance-changes-2n-skx-h1:
1232       csit-dpdk-perf-verify-1908-2n-skx:
1233         - 2   # NDRPDR sel
1234         - 3   # NDRPDR sel
1235         - 4   # NDRPDR sel
1236         - 5   # NDRPDR sel
1237         - 7   # NDRPDR sel
1238         - 8   # NDRPDR sel
1239         - 9   # NDRPDR sel
1240         - 10  # NDRPDR sel
1241         - 11  # NDRPDR sel
1242         - 12  # NDRPDR sel
1243     dpdk-performance-changes-2n-skx-ref:
1244       csit-dpdk-perf-verify-2001-2n-skx:
1245         - 35  # NDRPDR sel xxv710
1246         - 36  # NDRPDR sel xxv710
1247         - 37  # NDRPDR sel xxv710
1248         - 41  # NDRPDR sel xxv710
1249         - 42  # NDRPDR sel xxv710
1250         - 43  # NDRPDR sel xxv710
1251         - 46  # NDRPDR sel xxv710
1252         - 47  # NDRPDR sel xxv710
1253         - 52  # NDRPDR sel xxv710
1254         - 53  # NDRPDR sel xxv710
1255         - 38  # NDRPDR sel x710
1256         - 39  # NDRPDR sel x710
1257         - 40  # NDRPDR sel x710
1258         - 44  # NDRPDR sel x710
1259         - 45  # NDRPDR sel x710
1260         - 48  # NDRPDR sel x710
1261         - 49  # NDRPDR sel x710
1262         - 50  # NDRPDR sel x710
1263         - 51  # NDRPDR sel x710
1264         - 54  # NDRPDR sel x710
1265     dpdk-performance-changes-2n-skx-cmp:
1266       csit-dpdk-perf-report-iterative-2005-2n-skx:
1267         - 1   # NDRPDR sel
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 6   # NDRPDR sel
1273         - 7   # NDRPDR sel
1274         - 8   # NDRPDR sel
1275         - 9   # NDRPDR sel
1276         - 10  # NDRPDR sel
1277
1278     dpdk-performance-changes-2n-clx-ref:
1279       csit-dpdk-perf-verify-2001-2n-clx:
1280         - 15  # NDRPDR sel
1281         - 16  # NDRPDR sel
1282         - 17  # NDRPDR sel
1283         - 18  # NDRPDR sel
1284         - 19  # NDRPDR sel
1285         - 20  # NDRPDR sel
1286         - 21  # NDRPDR sel
1287         - 22  # NDRPDR sel
1288         - 23  # NDRPDR sel
1289         - 24  # NDRPDR sel
1290         - 25  # NDRPDR sel
1291         - 26  # NDRPDR sel
1292         - 27  # NDRPDR sel
1293         - 28  # NDRPDR sel
1294         - 29  # NDRPDR sel
1295         - 30  # NDRPDR sel
1296         - 31  # NDRPDR sel
1297         - 32  # NDRPDR sel
1298         - 33  # NDRPDR sel
1299         - 34  # NDRPDR sel
1300     dpdk-performance-changes-2n-clx-cmp:
1301       csit-dpdk-perf-report-iterative-2005-2n-clx:
1302         - 1   # NDRPDR sel
1303         - 2   # NDRPDR sel
1304         - 3   # NDRPDR sel
1305         - 4   # NDRPDR sel
1306         - 5   # NDRPDR sel
1307         - 6   # NDRPDR sel
1308         - 7   # NDRPDR sel
1309         - 8   # NDRPDR sel
1310         - 9   # NDRPDR sel
1311         - 10  # NDRPDR sel
1312
1313     dpdk-performance-changes-2n-dnv-ref:
1314       csit-dpdk-perf-verify-2001-2n-dnv:
1315         - 9   # NDRPDR sel
1316         - 10  # NDRPDR sel
1317         - 11  # NDRPDR sel
1318         - 12  # NDRPDR sel
1319         - 13  # NDRPDR sel
1320         - 14  # NDRPDR sel
1321         - 15  # NDRPDR sel
1322         - 16  # NDRPDR sel
1323         - 17  # NDRPDR sel
1324         - 18  # NDRPDR sel
1325     dpdk-performance-changes-2n-dnv-cmp:
1326       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1327         - 8   # NDRPDR sel
1328         - 9   # NDRPDR sel
1329         - 10  # NDRPDR sel
1330         - 11  # NDRPDR sel
1331         - 12  # NDRPDR sel
1332         - 13  # NDRPDR sel
1333         - 14  # NDRPDR sel
1334         - 15  # NDRPDR sel
1335         - 16  # NDRPDR sel
1336         - 17  # NDRPDR sel
1337
1338     dpdk-performance-changes-3n-dnv-ref:
1339       csit-dpdk-perf-verify-2001-3n-dnv:
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         - 18  # NDRPDR sel
1347         - 19  # NDRPDR sel
1348         - 20  # NDRPDR sel
1349         - 22  # NDRPDR sel
1350     dpdk-performance-changes-3n-dnv-cmp:
1351       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1352         - 6   # NDRPDR sel
1353         - 7   # NDRPDR sel
1354         - 8   # NDRPDR sel
1355         - 9   # NDRPDR sel
1356         - 10  # NDRPDR sel
1357         - 11  # NDRPDR sel
1358         - 12  # NDRPDR sel
1359         - 13  # NDRPDR sel
1360         - 14  # NDRPDR sel
1361         - 16  # NDRPDR sel
1362
1363     dpdk-performance-changes-3n-tsh-ref:
1364       csit-dpdk-perf-verify-2001-3n-tsh:
1365         - 3   # NDRPDR sel
1366         - 4   # NDRPDR sel
1367         - 5   # NDRPDR sel
1368         - 9   # NDRPDR sel
1369         - 10  # NDRPDR sel
1370         - 11  # NDRPDR sel
1371         - 12  # NDRPDR sel
1372         - 14  # NDRPDR sel
1373         - 15  # NDRPDR sel
1374         - 18  # NDRPDR sel
1375     dpdk-performance-changes-3n-tsh-cmp:
1376       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1377         - 5   # NDRPDR sel
1378
1379     # Compare testbeds
1380
1381     vpp-compare-testbeds-ref:
1382       csit-vpp-perf-report-iterative-2005-3n-hsw:
1383         - 3   # NDRPDR sel
1384         - 4   # NDRPDR sel
1385         - 5   # NDRPDR sel
1386         - 10  # NDRPDR sel
1387         - 11  # NDRPDR sel
1388         - 12  # NDRPDR sel
1389         - 15  # NDRPDR sel
1390         - 16  # NDRPDR sel
1391         - 18  # NDRPDR sel
1392         - 19  # NDRPDR sel
1393     vpp-compare-testbeds-cmp:
1394       csit-vpp-perf-report-iterative-2005-3n-skx:
1395         - 4   # NDRPDR sel
1396         - 5   # NDRPDR sel ??? all x710 failed
1397         - 33  # NDRPDR sel
1398         - 28  # NDRPDR sel
1399         - 34  # NDRPDR sel
1400         - 36  # NDRPDR sel
1401         - 37  # NDRPDR sel
1402         - 38  # NDRPDR sel
1403         - 39  # NDRPDR sel
1404         - 41  # NDRPDR sel
1405
1406     vpp-compare-testbeds-skx-clx-ref:
1407       csit-vpp-perf-report-iterative-2005-2n-skx:
1408         - 43  # NDRPDR sel
1409         - 38  # NDRPDR sel
1410         - 7   # NDRPDR sel
1411         - 65  # NDRPDR sel
1412         - 47  # NDRPDR sel
1413         - 55  # NDRPDR sel
1414         - 67  # NDRPDR sel
1415         - 75  # NDRPDR sel
1416         - 76  # NDRPDR sel
1417         - 73  # NDRPDR sel
1418     vpp-compare-testbeds-skx-clx-cmp:
1419       csit-vpp-perf-report-iterative-2005-2n-clx:
1420         - 7   # NDRPDR sel
1421         - 38  # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 32  # NDRPDR sel ???
1424         - 33  # NDRPDR sel ???
1425         - 39  # NDRPDR sel
1426         - 40  # NDRPDR sel
1427         - 43  # NDRPDR sel
1428         - 50  # NDRPDR sel
1429         - 51  # NDRPDR sel
1430
1431     vpp-compare-testbeds-hsw-clx-ref:
1432       csit-vpp-perf-report-iterative-2005-3n-hsw:
1433         - 3   # NDRPDR sel
1434         - 4   # NDRPDR sel
1435         - 5   # NDRPDR sel
1436         - 10  # NDRPDR sel
1437         - 11  # NDRPDR sel
1438         - 12  # NDRPDR sel
1439         - 15  # NDRPDR sel
1440         - 16  # NDRPDR sel
1441         - 18  # NDRPDR sel
1442         - 19  # NDRPDR sel
1443     vpp-compare-testbeds-hsw-clx-cmp:
1444       csit-vpp-perf-report-iterative-2005-2n-clx:
1445         - 7   # NDRPDR sel
1446         - 38  # NDRPDR sel
1447         - 9   # NDRPDR sel
1448         - 32  # NDRPDR sel ???
1449         - 33  # NDRPDR sel ???
1450         - 39  # NDRPDR sel
1451         - 40  # NDRPDR sel
1452         - 43  # NDRPDR sel
1453         - 50  # NDRPDR sel
1454         - 51  # NDRPDR sel
1455
1456     vpp-compare-testbeds-mrr-ref:
1457       csit-vpp-perf-report-iterative-2005-3n-hsw:
1458         - 13  # MRR
1459     vpp-compare-testbeds-mrr-cmp:
1460       csit-vpp-perf-report-iterative-2005-3n-skx:
1461         - 6   # MRR sel
1462
1463     vpp-compare-testbeds-mrr-skx-clx-ref:
1464       csit-vpp-perf-report-iterative-2005-2n-skx:
1465         - 42  # MRR sel
1466     vpp-compare-testbeds-mrr-skx-clx-cmp:
1467       csit-vpp-perf-report-iterative-2005-2n-clx:
1468         - 12   # MRR
1469
1470     vpp-compare-testbeds-mrr-hsw-clx-ref:
1471       csit-vpp-perf-report-iterative-2005-3n-hsw:
1472         - 13  # MRR
1473     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1474       csit-vpp-perf-report-iterative-2005-2n-clx:
1475         - 12   # MRR
1476
1477     dpdk-compare-testbeds-ref:
1478       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1479         - 5   # NDRPDR sel
1480         - 6   # NDRPDR sel
1481         - 7   # NDRPDR sel
1482         - 8   # NDRPDR sel
1483         - 9   # NDRPDR sel
1484         - 10  # NDRPDR sel
1485         - 11  # NDRPDR sel
1486         - 12  # NDRPDR sel
1487         - 13  # NDRPDR sel
1488         - 14  # NDRPDR sel
1489     dpdk-compare-testbeds-cmp:
1490       csit-dpdk-perf-report-iterative-2005-3n-skx:
1491         - 4   # NDRPDR sel
1492         - 5   # NDRPDR sel
1493         - 6   # NDRPDR sel
1494         - 7   # NDRPDR sel
1495         - 8   # NDRPDR sel
1496         - 11  # NDRPDR sel
1497         - 12  # NDRPDR sel
1498         - 13  # NDRPDR sel
1499         - 14  # NDRPDR sel
1500         - 15  # NDRPDR sel
1501
1502     dpdk-compare-testbeds-skx-clx-ref:
1503       csit-dpdk-perf-report-iterative-2005-2n-skx:
1504         - 1   # NDRPDR sel
1505         - 2   # NDRPDR sel
1506         - 3   # NDRPDR sel
1507         - 4   # NDRPDR sel
1508         - 5   # NDRPDR sel
1509         - 6   # NDRPDR sel
1510         - 7   # NDRPDR sel
1511         - 8   # NDRPDR sel
1512         - 9   # NDRPDR sel
1513         - 10  # NDRPDR sel
1514     dpdk-compare-testbeds-skx-clx-cmp:
1515       csit-dpdk-perf-report-iterative-2005-2n-clx:
1516         - 1   # NDRPDR sel
1517         - 2   # NDRPDR sel
1518         - 3   # NDRPDR sel
1519         - 4   # NDRPDR sel
1520         - 5   # NDRPDR sel
1521         - 6   # NDRPDR sel
1522         - 7   # NDRPDR sel
1523         - 8   # NDRPDR sel
1524         - 9   # NDRPDR sel
1525         - 10  # NDRPDR sel
1526
1527     # Compare topologies
1528
1529     vpp-compare-topologies-ref:
1530       csit-vpp-perf-report-iterative-2005-3n-skx:
1531         - 4   # NDRPDR sel
1532         - 5   # NDRPDR sel ??? all x710 failed
1533         - 33  # NDRPDR sel
1534         - 28  # NDRPDR sel
1535         - 34  # NDRPDR sel
1536         - 36  # NDRPDR sel
1537         - 37  # NDRPDR sel
1538         - 38  # NDRPDR sel
1539         - 39  # NDRPDR sel
1540         - 41  # NDRPDR sel
1541     vpp-compare-topologies-cmp:
1542       csit-vpp-perf-report-iterative-2005-2n-skx:
1543         - 43  # NDRPDR sel
1544         - 38  # NDRPDR sel
1545         - 7   # NDRPDR sel
1546         - 65  # NDRPDR sel
1547         - 47  # NDRPDR sel
1548         - 55  # NDRPDR sel
1549         - 67  # NDRPDR sel
1550         - 75  # NDRPDR sel
1551         - 76  # NDRPDR sel
1552         - 73  # NDRPDR sel
1553
1554     vpp-compare-topologies-mrr-ref:
1555       csit-vpp-perf-report-iterative-2005-3n-skx:
1556         - 6   # MRR sel
1557     vpp-compare-topologies-mrr-cmp:
1558       csit-vpp-perf-report-iterative-2005-2n-skx:
1559         - 42  # MRR sel
1560
1561     dpdk-compare-topologies-ref:
1562       csit-dpdk-perf-report-iterative-2005-3n-skx:
1563         - 4   # NDRPDR sel
1564         - 5   # NDRPDR sel
1565         - 6   # NDRPDR sel
1566         - 7   # NDRPDR sel
1567         - 8   # NDRPDR sel
1568         - 11  # NDRPDR sel
1569         - 12  # NDRPDR sel
1570         - 13  # NDRPDR sel
1571         - 14  # NDRPDR sel
1572         - 15  # NDRPDR sel
1573     dpdk-compare-topologies-cmp:
1574       csit-dpdk-perf-report-iterative-2005-2n-skx:
1575         - 1   # NDRPDR sel
1576         - 2   # NDRPDR sel
1577         - 3   # NDRPDR sel
1578         - 4   # NDRPDR sel
1579         - 5   # NDRPDR sel
1580         - 6   # NDRPDR sel
1581         - 7   # NDRPDR sel
1582         - 8   # NDRPDR sel
1583         - 9   # NDRPDR sel
1584         - 10  # NDRPDR sel
1585
1586   plot-layouts:
1587
1588     plot-soak-throughput:
1589       titlefont:
1590         size: 18
1591       xaxis:
1592         title: "<b>Test Cases [Index]</b>"
1593         titlefont:
1594           size: 16
1595         autorange: True
1596         fixedrange: False
1597         gridcolor: "rgb(230, 230, 230)"
1598         linecolor: "rgb(220, 220, 220)"
1599         linewidth: 1
1600         showgrid: True
1601         showline: True
1602         showticklabels: True
1603         tickcolor: "rgb(220, 220, 220)"
1604         tickmode: "linear"
1605         tickfont:
1606           size: 16
1607         zeroline: False
1608       yaxis:
1609         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1610         titlefont:
1611           size: 16
1612         gridcolor: "rgb(230, 230, 230)"
1613         hoverformat: ".4r"
1614         tickformat: ".3r"
1615         linecolor: "rgb(220, 220, 220)"
1616         linewidth: 1
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(220, 220, 220)"
1621         tickfont:
1622           size: 16
1623         zeroline: False
1624         range: [0,50]
1625       autosize: False
1626       margin:
1627         t: 50
1628         b: 0
1629         l: 80
1630         r: 20
1631       showlegend: True
1632       legend:
1633         orientation: "h"
1634         font:
1635           size: 16
1636       width: 700
1637       height: 900
1638       paper_bgcolor: "#fff"
1639       plot_bgcolor: "#fff"
1640       hoverlabel:
1641         namelength: -1
1642
1643     plot-service-density:
1644       titlefont:
1645         size: 18
1646       xaxis:
1647         side: "top"
1648         autorange: True
1649         fixedrange: False
1650         showgrid: False
1651         showline: False
1652         showticklabels: False
1653         ticks: ""
1654         ticklen: 0
1655         tickwidth: 0
1656         zeroline: False
1657       yaxis:
1658         autorange: "reversed"
1659         showgrid: False
1660         showline: False
1661         showticklabels: False
1662         ticks: ""
1663         ticklen: 0
1664         tickwidth: 0
1665         zeroline: False
1666       showlegend: False
1667       paper_bgcolor: "#fff"
1668       plot_bgcolor: "#fff"
1669       width: 700
1670       height: 700
1671       hoverlabel:
1672         namelength: -1
1673
1674 #    plot-cps:
1675 #      titlefont:
1676 #        size: 18
1677 #      xaxis:
1678 #        title: "<b>Test Cases [Index]</b>"
1679 #        titlefont:
1680 #          size: 16
1681 #        autorange: True
1682 #        fixedrange: False
1683 #        gridcolor: "rgb(230, 230, 230)"
1684 #        linecolor: "rgb(220, 220, 220)"
1685 #        linewidth: 1
1686 #        showgrid: True
1687 #        showline: True
1688 #        showticklabels: True
1689 #        tickcolor: "rgb(220, 220, 220)"
1690 #        tickmode: "linear"
1691 #        tickfont:
1692 #          size: 16
1693 #        zeroline: False
1694 #      yaxis:
1695 #        title: "<b>Connections Per Second [cps]</b>"
1696 #        titlefont:
1697 #          size: 16
1698 #        gridcolor: "rgb(230, 230, 230)"
1699 #        hoverformat: ".4s"
1700 #        linecolor: "rgb(220, 220, 220)"
1701 #        linewidth: 1
1702 #        rangemode: "tozero"
1703 #        showgrid: True
1704 #        showline: True
1705 #        showticklabels: True
1706 #        tickcolor: "rgb(220, 220, 220)"
1707 #        tickformat: ".3s"
1708 #        tickfont:
1709 #          size: 16
1710 #        zeroline: False
1711 #      boxmode: "group"
1712 #      boxgroupgap: 0.5
1713 #      autosize: False
1714 #      margin:
1715 #        t: 50
1716 #        b: 20
1717 #        l: 80
1718 #        r: 20
1719 #      showlegend: True
1720 #      legend:
1721 #        orientation: "h"
1722 #        font:
1723 #          size: 16
1724 #      width: 700
1725 #      height: 800
1726 #      paper_bgcolor: "#fff"
1727 #      plot_bgcolor: "#fff"
1728 #      hoverlabel:
1729 #        namelength: -1
1730 #
1731 #    plot-rps:
1732 #      titlefont:
1733 #        size: 18
1734 #      xaxis:
1735 #        title: "<b>Test Cases [Index]</b>"
1736 #        titlefont:
1737 #          size: 16
1738 #        autorange: True
1739 #        fixedrange: False
1740 #        gridcolor: "rgb(230, 230, 230)"
1741 #        linecolor: "rgb(220, 220, 220)"
1742 #        linewidth: 1
1743 #        showgrid: True
1744 #        showline: True
1745 #        showticklabels: True
1746 #        tickcolor: "rgb(220, 220, 220)"
1747 #        tickmode: "linear"
1748 #        tickfont:
1749 #          size: 16
1750 #        zeroline: False
1751 #      yaxis:
1752 #        title: "<b>Requests Per Second [rps]</b>"
1753 #        titlefont:
1754 #          size: 16
1755 #        gridcolor: "rgb(230, 230, 230)"
1756 #        hoverformat: ".4s"
1757 #        linecolor: "rgb(220, 220, 220)"
1758 #        linewidth: 1
1759 #        rangemode: "tozero"
1760 #        showgrid: True
1761 #        showline: True
1762 #        showticklabels: True
1763 #        tickcolor: "rgb(230, 230, 230)"
1764 #        tickformat: ".3s"
1765 #        tickfont:
1766 #          size: 16
1767 #        zeroline: False
1768 #      boxmode: "group"
1769 #      boxgroupgap: 0.5
1770 #      autosize: False
1771 #      margin:
1772 #        t: 50
1773 #        b: 20
1774 #        l: 80
1775 #        r: 20
1776 #      showlegend: True
1777 #      legend:
1778 #        orientation: "h"
1779 #        font:
1780 #          size: 16
1781 #      width: 700
1782 #      height: 800
1783 #      paper_bgcolor: "#fff"
1784 #      plot_bgcolor: "#fff"
1785 #      hoverlabel:
1786 #        namelength: -1
1787
1788     plot-hoststack:
1789       titlefont:
1790         size: 16
1791       xaxis:
1792         title: "<b>Test Cases [Index]</b>"
1793         titlefont:
1794           size: 14
1795         autorange: True
1796         fixedrange: False
1797         gridcolor: "rgb(230, 230, 230)"
1798         linecolor: "rgb(220, 220, 220)"
1799         linewidth: 1
1800         showgrid: True
1801         showline: True
1802         showticklabels: True
1803         tickcolor: "rgb(220, 220, 220)"
1804         tickmode: "linear"
1805         tickfont:
1806           size: 14
1807         zeroline: False
1808       yaxis:
1809         title: "<b>Bandwidth [Gbps]</b>"
1810         titlefont:
1811           size: 14
1812         gridcolor: "rgb(230, 230, 230)"
1813         hoverformat: ".4s"
1814         linecolor: "rgb(220, 220, 220)"
1815         linewidth: 1
1816         rangemode: "tozero"
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(230, 230, 230)"
1821         tickformat: ".3s"
1822         tickfont:
1823           size: 14
1824         zeroline: False
1825       boxmode: "group"
1826       boxgroupgap: 0.5
1827       autosize: False
1828       margin:
1829         t: 50
1830         b: 20
1831         l: 80
1832         r: 20
1833       showlegend: True
1834       legend:
1835         orientation: "h"
1836         font:
1837           size: 14
1838       width: 700
1839       height: 800
1840       paper_bgcolor: "#fff"
1841       plot_bgcolor: "#fff"
1842       hoverlabel:
1843         namelength: -1
1844
1845     plot-throughput:
1846       titlefont:
1847         size: 18
1848       xaxis:
1849         title: "<b>Test Cases [Index]</b>"
1850         titlefont:
1851           size: 16
1852         autorange: True
1853         fixedrange: False
1854         gridcolor: "rgb(230, 230, 230)"
1855         linecolor: "rgb(220, 220, 220)"
1856         linewidth: 1
1857         showgrid: True
1858         showline: True
1859         showticklabels: True
1860         tickcolor: "rgb(220, 220, 220)"
1861         tickmode: "linear"
1862         tickfont:
1863           size: 16
1864         zeroline: False
1865       yaxis:
1866         title: "<b>Packet Throughput [Mpps]</b>"
1867         titlefont:
1868           size: 16
1869         gridcolor: "rgb(230, 230, 230)"
1870         hoverformat: ".4r"
1871         tickformat: ".3r"
1872         linecolor: "rgb(220, 220, 220)"
1873         linewidth: 1
1874         showgrid: True
1875         showline: True
1876         showticklabels: True
1877         tickcolor: "rgb(220, 220, 220)"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881         range: [0,50]
1882       autosize: False
1883       margin:
1884         t: 50
1885         b: 0
1886         l: 80
1887         r: 20
1888       showlegend: True
1889       legend:
1890         orientation: "h"
1891         font:
1892           size: 16
1893       width: 700
1894       height: 900
1895       paper_bgcolor: "#fff"
1896       plot_bgcolor: "#fff"
1897       hoverlabel:
1898         namelength: -1
1899
1900     plot-throughput-speedup-analysis:
1901       titlefont:
1902         size: 18
1903       xaxis:
1904         title: "<b>Number of Cores [Qty]</b>"
1905         titlefont:
1906           size: 16
1907         autorange: True
1908         fixedrange: False
1909         gridcolor: "rgb(230, 230, 230)"
1910         linecolor: "rgb(220, 220, 220)"
1911         linewidth: 1
1912         showgrid: True
1913         showline: True
1914         showticklabels: True
1915         tickcolor: "rgb(238, 238, 238)"
1916         tickmode: "linear"
1917         tickfont:
1918           size: 16
1919         zeroline: False
1920       yaxis:
1921         title: "<b>Packet Throughput [Mpps]</b>"
1922         titlefont:
1923           size: 16
1924         type: "linear"
1925         gridcolor: "rgb(230, 230, 230)"
1926         hoverformat: ".4s"
1927         linecolor: "rgb(220, 220, 220)"
1928         linewidth: 1
1929         showgrid: True
1930         showline: True
1931         showticklabels: True
1932         tickcolor: "rgb(220, 220, 220)"
1933         tickformat: ".4s"
1934         tickfont:
1935           size: 16
1936         zeroline: True
1937         rangemode: "tozero"
1938         range: [0,100]
1939       legend:
1940         orientation: "h"
1941         font:
1942           size: 16
1943         xanchor: "left"
1944         yanchor: "top"
1945         x: 0
1946         y: -0.2
1947         bgcolor: "rgba(255, 255, 255, 0)"
1948         bordercolor: "rgba(255, 255, 255, 0)"
1949         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1950       autosize: False
1951       margin:
1952           't': 50
1953           'b': 150
1954           'l': 85
1955           'r': 10
1956       showlegend: True
1957       width: 700
1958       height: 700
1959       paper_bgcolor: "#fff"
1960       plot_bgcolor: "#fff"
1961       hoverlabel:
1962         namelength: -1
1963       annotations: [
1964         {
1965           text: "_ _          __          ...",
1966           align: "left",
1967           showarrow: False,
1968           xref: "paper",
1969           yref: "paper",
1970           xanchor: "left",
1971           yanchor: "top",
1972           x: 0,
1973           y: -0.13,
1974           font: {
1975             family: "Consolas, Courier New",
1976             size: 15
1977           },
1978         },
1979         {
1980           text: "    Perfect     Measured     Limit",
1981           align: "left",
1982           showarrow: False,
1983           xref: "paper",
1984           yref: "paper",
1985           xanchor: "left",
1986           yanchor: "top",
1987           x: 0,
1988           y: -0.15,
1989           font: {
1990             family: "Consolas, Courier New",
1991             size: 15
1992           },
1993         },
1994       ]
1995
1996     plot-latency:
1997       titlefont:
1998         size: 18
1999       xaxis:
2000         title: "<b>Direction</b>"
2001         titlefont:
2002           size: 16
2003         autorange: True
2004         fixedrange: False
2005         gridcolor: "rgb(230, 230, 230)"
2006         linecolor: "rgb(220, 220, 220)"
2007         linewidth: 1
2008         showgrid: True
2009         showline: True
2010         showticklabels: False
2011         tickcolor: "rgb(220, 220, 220)"
2012         tickmode: "linear"
2013         tickfont:
2014           size: 16
2015         zeroline: False
2016       yaxis:
2017         title: "<b>Packet Latency [uSec]</b>"
2018         titlefont:
2019           size: 16
2020         type: "linear"
2021         gridcolor: "rgb(230, 230, 230)"
2022         hoverformat: ".4s"
2023         linecolor: "rgb(220, 220, 220)"
2024         linewidth: 1
2025         showgrid: True
2026         showline: True
2027         showticklabels: True
2028         tickcolor: "rgb(220, 220, 220)"
2029         tickformat: ".4s"
2030         tickfont:
2031           size: 16
2032         zeroline: True
2033         rangemode: "tozero"
2034       legend:
2035         orientation: "h"
2036         font:
2037           size: 16
2038         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2039       autosize: False
2040       margin:
2041           't': 50
2042           'b': 150
2043           'l': 80
2044           'r': 10
2045       showlegend: True
2046       width: 700
2047       height: 700
2048       paper_bgcolor: "#fff"
2049       plot_bgcolor: "#fff"
2050       hoverlabel:
2051         namelength: -1
2052
2053     plot-hdrh-latency:
2054       title:
2055         text: ""
2056         xanchor: "center"
2057         x: 0.5
2058         font:
2059           size: 16
2060       width: 700
2061       plot_bgcolor: "white"
2062       annotations:
2063         - font:
2064             size: 14
2065           showarrow: False
2066           text: "<b>Packet Latency [uSec]</b>"
2067           x: 1
2068           xanchor: "right"
2069           xref: "paper"
2070           y: -0.045
2071           yanchor: "top"
2072           yref: "paper"
2073         - font:
2074             size: 14
2075           showarrow: False
2076           text: "<b>Probability [%]</b>"
2077           textangle: 270
2078           x: -0.06
2079           xanchor: "center"
2080           xref: "paper"
2081           y: 0.5
2082           yanchor: "middle"
2083           yref: "paper"
2084         - font:
2085             size: 14
2086           showarrow: False
2087           text: "<b>Direction: E-W</b>"
2088           x: 0.24
2089           xanchor: "center"
2090           xref: "paper"
2091           y: 1.05
2092           yanchor: "bottom"
2093           yref: "paper"
2094         - font:
2095             size: 14
2096           showarrow: False
2097           text: "<b>Direction: W-E</b>"
2098           x: 0.74
2099           xanchor: "center"
2100           xref: "paper"
2101           y: 1.05
2102           yanchor: "bottom"
2103           yref: "paper"
2104
2105     plot-hdrh-latency-percentile:
2106       title:
2107         text: ""
2108         xanchor: "center"
2109         x: 0.5
2110         font:
2111           size: 18
2112       xaxis:
2113         type: "log"
2114         title: "<b>Percentile [%]</b>"
2115         titlefont:
2116           size: 16
2117         autorange: True
2118         fixedrange: False
2119         gridcolor: "rgb(230, 230, 230)"
2120         linecolor: "rgb(220, 220, 220)"
2121         linewidth: 1
2122         showgrid: True
2123         showline: True
2124         showticklabels: True
2125         tickcolor: "rgb(220, 220, 220)"
2126         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2127         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2128         tickfont:
2129           size: 16
2130       yaxis:
2131         title: "<b>Packet Latency [uSec]</b>"
2132         titlefont:
2133           size: 16
2134         gridcolor: "rgb(230, 230, 230)"
2135         linecolor: "rgb(220, 220, 220)"
2136         linewidth: 1
2137         showgrid: True
2138         showline: True
2139         showticklabels: True
2140         tickcolor: "rgb(220, 220, 220)"
2141         tickfont:
2142           size: 16
2143       autosize: False
2144       showlegend: True
2145       legend:
2146         traceorder: "normal"
2147         orientation: "h"
2148         font:
2149           size: 16
2150         xanchor: "left"
2151         yanchor: "top"
2152         x: 0
2153         y: -0.15
2154         bgcolor: "rgba(255, 255, 255, 0)"
2155         bordercolor: "rgba(255, 255, 255, 0)"
2156       width: 700
2157       height: 700
2158       paper_bgcolor: "white"
2159       plot_bgcolor: "white"
2160
2161     plot-hdrh-latency-by-percentile:
2162       title:
2163         text: "<b>Latency by Percentile Distribution</b>"
2164         xanchor: "center"
2165         x: 0.5
2166         font:
2167           size: 18
2168       showlegend: True
2169       legend:
2170         traceorder: "normal"
2171         orientation: "h"
2172         font:
2173           size: 16
2174         xanchor: "left"
2175         yanchor: "top"
2176         x: 0
2177         y: -0.2
2178         bgcolor: "rgba(255, 255, 255, 0)"
2179         bordercolor: "rgba(255, 255, 255, 0)"
2180       xaxis:
2181         type: "linear"
2182         title: "<b>Percentile [%]</b>"
2183         titlefont:
2184           size: 14
2185         autorange: False
2186         fixedrange: False
2187         range: [0, 100]
2188         gridcolor: "rgb(230, 230, 230)"
2189         linecolor: "rgb(220, 220, 220)"
2190         linewidth: 1
2191         showgrid: True
2192         showline: True
2193         showticklabels: True
2194         tickcolor: "rgb(220, 220, 220)"
2195         tickvals: [0, 25, 50, 75, 100]
2196         ticktext: [0, 25, 50, 75, 100]
2197         tickfont:
2198           size: 14
2199       yaxis:
2200         title: "<b>One-Way Latency per Direction [uSec]</b>"
2201         titlefont:
2202           size: 14
2203         gridcolor: "rgb(230, 230, 230)"
2204         linecolor: "rgb(220, 220, 220)"
2205         linewidth: 1
2206         showgrid: True
2207         showline: True
2208         showticklabels: True
2209         tickcolor: "rgb(220, 220, 220)"
2210         tickfont:
2211           size: 14
2212       width: 700
2213       height: 700
2214       paper_bgcolor: "white"
2215       plot_bgcolor: "white"
2216
2217 - type: "static"
2218   src-path: "{DIR[RST]}"
2219   dst-path: "{DIR[WORKING,SRC]}"
2220
2221 - type: "input"
2222   general:
2223     file-name: "output_info.xml.gz"
2224     file-format: ".gz"
2225     arch-file-format:
2226       - ".gz"
2227       - ".zip"
2228     download-path: "{job}/{build}/archives/{filename}"
2229     extract: "output.xml"
2230
2231     zip-file-name: "robot-plugin.zip"
2232     zip-file-format: ".zip"
2233     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2234     zip-extract: "robot-plugin/output.xml"
2235
2236   builds:
2237
2238     csit-vpp-perf-verify-1908-3n-hsw:
2239       - 12  # NDRPDR sel
2240       - 13  # NDRPDR sel
2241       - 14  # NDRPDR sel
2242       - 15  # NDRPDR sel
2243       - 16  # NDRPDR sel
2244       - 17  # NDRPDR sel
2245       - 18  # NDRPDR sel
2246       - 19  # NDRPDR sel
2247       - 20  # NDRPDR sel
2248       - 21  # NDRPDR sel
2249       - 39  # MRR sel
2250     csit-vpp-perf-verify-2001-3n-hsw:
2251       - 21  # NDRPDR sel
2252       - 22  # NDRPDR sel
2253       - 23  # NDRPDR sel
2254       - 24  # NDRPDR sel
2255       - 25  # NDRPDR sel
2256       - 29  # NDRPDR sel
2257       - 30  # NDRPDR sel
2258       - 31  # NDRPDR sel
2259       - 32  # NDRPDR sel
2260       - 34  # NDRPDR sel
2261       - 17  # MRR sel
2262     csit-vpp-perf-report-iterative-2005-3n-hsw:
2263       - 3   # NDRPDR sel
2264       - 4   # NDRPDR sel
2265       - 5   # NDRPDR sel
2266       - 10  # NDRPDR sel
2267       - 11  # NDRPDR sel
2268       - 12  # NDRPDR sel
2269       - 15  # NDRPDR sel
2270       - 16  # NDRPDR sel
2271       - 18  # NDRPDR sel
2272       - 19  # NDRPDR sel
2273       - 20  # NDRPDR sel env 4
2274       - 21  # NDRPDR sel env 4
2275       - 22  # NDRPDR sel env 4
2276       - 23  # NDRPDR sel env 4
2277       - 24  # NDRPDR sel env 4
2278       - 25  # NDRPDR sel env 4
2279       - 13  # MRR
2280     csit-vpp-perf-verify-2005-3n-hsw:
2281       - 3   # hoststack
2282       - 5   # hoststack
2283       - 6   # hoststack
2284       - 7   # hoststack
2285       - 8   # hoststack
2286       - 9   # hoststack
2287       - 10  # hoststack
2288       - 11  # hoststack
2289       - 12  # hoststack
2290       - 13  # hoststack
2291     csit-vpp-perf-report-coverage-2005-3n-hsw:
2292       - 1   # perf-full-3n-dnv-crypto_I
2293       - 7   # perf-full-3n-hsw-crypto_II
2294       - 3   # perf-full-3n-hsw-crypto_III
2295       - 4   # perf-full-3n-dnv-crypto_IV
2296       - 5   # perf-full-3n-hsw-ip4_I
2297       - 6   # perf-full-3n-hsw-ip4_II
2298       - 8   # perf-full-3n-hsw-ip4_III
2299       - 9   # perf-full-3n-hsw-ip4_IV
2300       - 10  # perf-full-3n-hsw-ip4_V
2301       - 26  # perf-full-3n-hsw-ip4_VI
2302       - 18  # perf-full-3n-hsw-ip4_VII
2303       - 27  # perf-full-3n-hsw-ip4_VIII
2304       - 28  # perf-full-3n-hsw-ip4_IX
2305       - 29  # perf-full-3n-hsw-ip6_I
2306       - 35  # perf-full-3n-hsw-ip6_II
2307       - 42  # perf-full-3n-hsw-l2_I
2308       - 33  # perf-full-3n-hsw-l2_II
2309       - 37  # perf-full-3n-hsw-l2_III
2310       - 45  # perf-full-3n-hsw-l2_IV
2311       - 43  # perf-full-3n-hsw-l2_V
2312       - 40  # perf-full-3n-hsw-l2_VI
2313       - 44  # perf-full-3n-hsw-l2_VII
2314       - 51  # perf-full-3n-hsw-l2_VIII
2315       - 50  # perf-full-3n-hsw-l2_IX
2316       - 52  # perf-full-3n-hsw-l2_X
2317       - 53  # perf-full-3n-hsw-l2_XI
2318       - 54  # perf-full-3n-hsw-memif
2319       - 55  # perf-full-3n-hsw-ip4tunnels-I
2320       - 56  # perf-full-3n-hsw-ip4tunnels-II
2321       - 57  # perf-full-3n-hsw-ip4tunnels-III
2322       - 58  # perf-full-3n-hsw-ip6tunnels-I
2323       - 59  # perf-full-3n-hsw-srv6-I
2324       - 60  # perf-full-3n-hsw-srv6-II
2325       - 61  # perf-full-3n-hsw-vhost-I
2326       - 62  # perf-full-3n-hsw-vhost-II
2327       - 63  # perf-full-3n-hsw-vhost-III
2328
2329     csit-vpp-perf-verify-1908_1-3n-skx:
2330       - 26  # NDRPDR sel - new1908.1
2331       - 27  # NDRPDR sel - new1908.1
2332       - 28  # NDRPDR sel - new1908.1
2333       - 29  # NDRPDR sel - new1908.1
2334       - 30  # NDRPDR sel - new1908.1
2335       - 31  # NDRPDR sel - new1908.1
2336       - 33  # NDRPDR sel - new1908.1
2337       - 34  # NDRPDR sel - new1908.1
2338       - 35  # NDRPDR sel - new1908.1
2339       - 36  # NDRPDR sel - new1908.1
2340     csit-vpp-perf-verify-2001-3n-skx:
2341       - 69  # NDRPDR sel - new2001.0
2342       - 71  # NDRPDR sel - new2001.0
2343       - 72  # NDRPDR sel - new2001.0
2344       - 76  # NDRPDR sel - new2001.0
2345       - 77  # NDRPDR sel - new2001.0
2346       - 78  # NDRPDR sel - new2001.0
2347       - 80  # NDRPDR sel - new2001.0
2348       - 50  # MRR sel
2349       - 53  # MRR sel addition
2350     csit-vpp-perf-report-iterative-2005-3n-skx:
2351       - 4   # NDRPDR sel
2352       - 5   # NDRPDR sel ??? all x710 failed
2353       - 33  # NDRPDR sel
2354       - 28  # NDRPDR sel
2355       - 34  # NDRPDR sel
2356       - 36  # NDRPDR sel
2357       - 37  # NDRPDR sel
2358       - 38  # NDRPDR sel
2359       - 39  # NDRPDR sel
2360       - 41  # NDRPDR sel
2361       - 43  # NDRPDR sel env 4
2362       - 6   # MRR sel
2363     csit-vpp-perf-report-coverage-2005-3n-skx:
2364       - 10  # perf-full-3n-skx-crypto_I
2365       - 11  # perf-full-3n-skx-crypto_II
2366       - 12  # perf-full-3n-skx-crypto_III
2367       - 5   # perf-full-3n-skx-ip4_I
2368       - 14  # perf-full-3n-skx-ip4_II
2369       - 7   # perf-full-3n-skx-ip4_III
2370       - 15  # perf-full-3n-skx-ip4_IV
2371       - 16  # perf-full-3n-skx-ip4_V
2372       - 17  # perf-full-3n-skx-ip4_VI
2373       - 18  # perf-full-3n-skx-ip4_VII
2374       - 19  # perf-full-3n-skx-ip4_VIII
2375       - 20  # perf-full-3n-skx-ip4_IX
2376       - 24  # perf-full-3n-skx-ip6_I
2377       - 25  # perf-full-3n-skx-ip6_II
2378       - 22  # perf-full-3n-skx-ip4tunnels-II
2379       - 23  # perf-full-3n-skx-ip4tunnels-III
2380       - 26  # perf-full-3n-skx-ip6tunnels-I
2381       - 28  # perf-full-3n-skx-l2_II
2382       - 29  # perf-full-3n-skx-l2_III
2383       - 30  # perf-full-3n-skx-l2_IV
2384       - 32  # perf-full-3n-skx-l2_VI
2385       - 33  # perf-full-3n-skx-l2_VII
2386       - 35  # perf-full-3n-skx-l2_IX
2387       - 36  # perf-full-3n-skx-l2_X
2388       - 37  # perf-full-3n-skx-l2_XI
2389
2390     csit-vpp-perf-verify-1908_1-2n-skx:
2391       - 39  # NDRPDR sel - new1908.1
2392       - 40  # NDRPDR sel - new1908.1
2393       - 41  # NDRPDR sel - new1908.1
2394       - 43  # NDRPDR sel - new1908.1
2395       - 44  # NDRPDR sel - new1908.1
2396       - 45  # NDRPDR sel - new1908.1
2397       - 46  # NDRPDR sel - new1908.1
2398       - 47  # NDRPDR sel - new1908.1
2399       - 48  # NDRPDR sel - new1908.1
2400       - 49  # NDRPDR sel - new1908.1
2401     csit-vpp-perf-verify-2001-2n-skx:
2402       - 143  # NDRPDR sel - new2001.0
2403       - 146  # NDRPDR sel - new2001.0
2404       - 147  # NDRPDR sel - new2001.0
2405       - 148  # NDRPDR sel - new2001.0
2406       - 149  # NDRPDR sel - new2001.0
2407       - 150  # NDRPDR sel - new2001.0
2408       - 151  # NDRPDR sel - new2001.0
2409       - 152  # NDRPDR sel - new2001.0
2410       - 153  # NDRPDR sel - new2001.0
2411       - 154  # NDRPDR sel - new2001.0
2412       - 101  # MRR sel - old
2413       - 128  # MRR sel addition - old
2414     csit-vpp-perf-report-iterative-2005-2n-skx:
2415       - 43  # NDRPDR sel
2416       - 38  # NDRPDR sel
2417       - 7   # NDRPDR sel
2418       - 65  # NDRPDR sel
2419       - 47  # NDRPDR sel
2420       - 55  # NDRPDR sel
2421       - 67  # NDRPDR sel
2422       - 75  # NDRPDR sel
2423       - 76  # NDRPDR sel
2424       - 73  # NDRPDR sel
2425       - 88  # NDRPDR sel env 4
2426       - 89  # NDRPDR sel env 4
2427       - 42  # MRR sel
2428       - 48  # Reconf
2429       - 50  # Reconf
2430       - 51  # Reconf
2431       - 52  # Reconf
2432       - 53  # Reconf
2433       - 60  # Reconf
2434       - 70  # Reconf
2435       - 71  # Reconf
2436       - 63  # Reconf
2437       - 66  # Reconf
2438       - 49  # Soak
2439       - 54  # Soak
2440       - 83  # nf-density-sel
2441     csit-vpp-perf-report-coverage-2005-2n-skx:
2442       - 11  # perf-full-2n-skx-ip4_I
2443       - 3   # perf-full-2n-skx-ip4_II
2444       - 18  # perf-full-2n-skx-ip4_III
2445       - 19  # perf-full-2n-skx-ip4_IV
2446       - 5   # perf-full-2n-skx-ip4_V
2447       - 20  # perf-full-2n-skx-ip4_VI
2448       - 7   # perf-full-2n-skx-ip6_I
2449       - 21  # perf-full-2n-skx-ip6_II
2450       - 9   # perf-full-2n-skx-l2_I
2451       - 22  # perf-full-2n-skx-l2_II
2452       - 23  # perf-full-2n-skx-memif
2453       - 24  # perf-full-2n-skx-loadbalancer
2454       - 25  # perf-full-2n-skx-vhost I
2455       - 26  # perf-full-2n-skx-vhost II
2456       - 27  # perf-full-2n-skx-vts
2457
2458     csit-vpp-perf-verify-1908_1-2n-clx:
2459       - 5  # NDRPDR sel
2460       - 6  # NDRPDR sel
2461       - 7  # NDRPDR sel
2462       - 8  # NDRPDR sel
2463       - 9  # NDRPDR sel
2464     csit-vpp-perf-verify-2001-2n-clx:
2465       - 28  # NDRPDR sel
2466       - 29  # NDRPDR sel
2467       - 32  # NDRPDR sel
2468       - 40  # NDRPDR sel
2469       - 43  # NDRPDR sel
2470       - 44  # NDRPDR sel
2471       - 45  # NDRPDR sel
2472       - 47  # NDRPDR sel
2473       - 48  # NDRPDR sel
2474       - 49  # NDRPDR sel
2475       - 39  # MRR
2476     csit-vpp-perf-report-iterative-2005-2n-clx:
2477       - 7   # NDRPDR sel
2478       - 38  # NDRPDR sel
2479       - 9   # NDRPDR sel
2480       - 32  # NDRPDR sel ???
2481       - 33  # NDRPDR sel ???
2482       - 39  # NDRPDR sel
2483       - 40  # NDRPDR sel
2484       - 43  # NDRPDR sel
2485       - 50  # NDRPDR sel
2486       - 51  # NDRPDR sel
2487       - 62  # NDRPDR sel env 4
2488       - 63  # NDRPDR sel env 4
2489       - 12  # MRR
2490       - 42  # Reconf
2491       - 45  # Reconf
2492       - 46  # Reconf
2493       - 47  # Reconf
2494       - 48  # Reconf
2495       - 52  # Reconf
2496       - 53  # Reconf
2497       - 54  # Reconf
2498       - 55  # Reconf
2499       - 56  # Reconf
2500       - 44  # Soak
2501       - 49  # Soak
2502       - 57  # 2n-clx nfv-density-00
2503       - 58  # 2n-clx nfv-density-00
2504       - 59  # 2n-clx nfv-density-00
2505       - 60  # 2n-clx nfv-density-00
2506       - 61  # 2n-clx nfv-density-00
2507     csit-vpp-perf-report-coverage-2005-2n-clx:
2508       - 21  # perf-full-2n-clx-ip4_I
2509       - 2   # perf-full-2n-clx-ip4_II
2510       - 3   # perf-full-2n-clx-ip4_III
2511       - 4   # perf-full-2n-clx-ip4_IV
2512       - 5   # perf-full-2n-clx-ip4_V
2513       - 6   # perf-full-2n-clx-ip4_VI
2514       - 7   # perf-full-2n-clx-ip6_I
2515       - 16  # perf-full-2n-clx-ip6_II
2516       - 23  # perf-full-2n-clx-l2_I
2517       - 10  # perf-full-2n-clx-l2_II
2518       - 11  # perf-full-2n-clx-memif
2519       - 12  # perf-full-2n-clx-loadbalancer
2520       - 13  # perf-full-2n-clx-vhost I
2521       - 22  # perf-full-2n-clx-vhost II
2522       - 15  # perf-full-2n-clx-vts
2523
2524     csit-vpp-perf-verify-1908-3n-tsh:
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529       - 11  # NDRPDR sel
2530       - 12  # NDRPDR sel
2531       - 13  # NDRPDR sel
2532       - 14  # NDRPDR sel
2533       - 15  # NDRPDR sel
2534       - 16  # NDRPDR sel
2535       - 17  # MRR sel
2536     csit-vpp-perf-verify-2001-3n-tsh:
2537       - 3   # NDRPDR sel
2538       - 4   # NDRPDR sel
2539       - 7   # NDRPDR sel
2540       - 8   # NDRPDR sel
2541       - 10  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545       - 15  # NDRPDR sel
2546       - 21  # NDRPDR sel
2547       - 9   # MRR sel
2548     # TODO: Add data:
2549     csit-vpp-perf-report-iterative-2005-3n-tsh:
2550       - 9   # NDRPDR sel
2551       - 11  # NDRPDR sel
2552       - 12  # NDRPDR sel
2553       - 20  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 23  # NDRPDR sel env 4
2556       - 10  # MRR sel
2557
2558     csit-vpp-perf-verify-1908-3n-dnv:
2559       - 6   # NDRPDR sel
2560       - 7   # NDRPDR sel
2561       - 8   # NDRPDR sel
2562       - 9   # NDRPDR sel
2563       - 10  # NDRPDR sel
2564       - 12  # NDRPDR sel
2565       - 13  # NDRPDR sel
2566       - 14  # NDRPDR sel
2567       - 15  # NDRPDR sel
2568       - 16  # NDRPDR sel
2569       - 17  # MRR sel
2570     csit-vpp-perf-verify-2001-3n-dnv:
2571       - 5   # NDRPDR sel
2572       - 6   # NDRPDR sel
2573       - 7   # NDRPDR sel
2574       - 8   # NDRPDR sel
2575       - 9   # NDRPDR sel
2576       - 10  # NDRPDR sel
2577       - 12  # NDRPDR sel
2578       - 16  # NDRPDR sel
2579       - 17  # NDRPDR sel
2580       - 18  # NDRPDR sel
2581       - 11  # MRR sel
2582     csit-vpp-perf-report-iterative-2005-3n-dnv:
2583       - 2   # NDRPDR sel
2584       - 3   # NDRPDR sel
2585       - 4   # NDRPDR sel
2586       - 5   # NDRPDR sel
2587       - 6   # NDRPDR sel
2588       - 7   # NDRPDR sel
2589       - 9   # NDRPDR sel
2590       - 10  # NDRPDR sel
2591       - 11  # NDRPDR sel
2592       - 12  # NDRPDR sel
2593       - 8   # MRR
2594     csit-vpp-perf-report-coverage-2005-3n-dnv:
2595       - 1   # perf-full-3n-dnv-crypto_I
2596       - 24  # perf-full-3n-dnv-crypto_II
2597       - 5   # perf-full-3n-dnv-ip4_I
2598       - 13  # perf-full-3n-dnv-ip4_II
2599       - 17  # perf-full-3n-dnv-ip6_I
2600       - 18  # perf-full-3n-dnv-ip6_II
2601       - 21  # perf-full-3n-dnv-l2_I
2602       - 22  # perf-full-3n-dnv-l2_II
2603       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2604
2605     csit-vpp-perf-verify-1908-2n-dnv:
2606       - 1   # NDRPDR sel
2607       - 2   # NDRPDR sel
2608       - 3   # NDRPDR sel
2609       - 4   # NDRPDR sel
2610       - 5   # NDRPDR sel
2611       - 6   # NDRPDR sel
2612       - 7   # NDRPDR sel
2613       - 8   # NDRPDR sel
2614       - 9   # NDRPDR sel
2615       - 10  # NDRPDR sel
2616       - 11  # MRR sel
2617     csit-vpp-perf-verify-2001-2n-dnv:
2618       - 4   # NDRPDR sel
2619       - 5   # NDRPDR sel
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625       - 11  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 16  # NDRPDR sel
2628       - 12  # MRR sel
2629     csit-vpp-perf-report-iterative-2005-2n-dnv:
2630       - 3   # NDRPDR sel
2631       - 6   # NDRPDR sel
2632       - 7   # NDRPDR sel
2633       - 8   # NDRPDR sel
2634       - 9   # NDRPDR sel
2635       - 10  # NDRPDR sel
2636       - 11  # NDRPDR sel
2637       - 12  # NDRPDR sel
2638       - 13  # NDRPDR sel
2639       - 14  # NDRPDR sel
2640       - 15  # MRR sel
2641     csit-vpp-perf-report-coverage-2005-2n-dnv:
2642       - 1   # perf-full-2n-dnv-ip4_I
2643       - 2   # perf-full-2n-dnv-ip4_II
2644       - 3   # perf-full-2n-dnv-ip6_I
2645       - 4   # perf-full-2n-dnv-ip6_II
2646       - 5   # perf-full-2n-dnv-l2_I
2647       - 6   # perf-full-2n-dnv-l2_II
2648
2649     csit-dpdk-perf-verify-1908-3n-hsw:
2650       - 2   # NDRPDR sel
2651       - 3   # NDRPDR sel
2652       - 4   # NDRPDR sel
2653       - 5   # NDRPDR sel
2654       - 6   # NDRPDR sel
2655       - 7   # NDRPDR sel
2656       - 8   # NDRPDR sel
2657       - 9   # NDRPDR sel
2658       - 10  # NDRPDR sel
2659       - 11  # NDRPDR sel
2660     csit-dpdk-perf-verify-2001-3n-hsw:
2661       - 4   # NDRPDR sel
2662       - 5   # NDRPDR sel
2663       - 6   # NDRPDR sel
2664       - 7   # NDRPDR sel
2665       - 8   # NDRPDR sel
2666       - 9   # NDRPDR sel
2667       - 10  # NDRPDR sel
2668       - 11  # NDRPDR sel
2669       - 12  # NDRPDR sel
2670       - 13  # NDRPDR sel
2671       - 15  # NDRPDR sel
2672       - 16  # NDRPDR sel
2673       - 17  # NDRPDR sel
2674       - 18  # NDRPDR sel
2675       - 19  # NDRPDR sel
2676       - 20  # NDRPDR sel
2677       - 21  # NDRPDR sel
2678       - 22  # NDRPDR sel
2679       - 23  # NDRPDR sel
2680       - 24  # NDRPDR sel
2681     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2682       - 5   # NDRPDR sel
2683       - 6   # NDRPDR sel
2684       - 7   # NDRPDR sel
2685       - 8   # NDRPDR sel
2686       - 9   # NDRPDR sel
2687       - 10  # NDRPDR sel
2688       - 11  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 13  # NDRPDR sel
2691       - 14  # NDRPDR sel
2692
2693     csit-dpdk-perf-verify-1908-3n-skx:
2694       - 3   # NDRPDR sel
2695       - 4   # NDRPDR sel
2696       - 5   # NDRPDR sel
2697       - 6   # NDRPDR sel
2698       - 7   # NDRPDR sel
2699       - 8   # NDRPDR sel
2700       - 9   # NDRPDR sel
2701       - 10  # NDRPDR sel
2702       - 11  # NDRPDR sel
2703       - 12  # NDRPDR sel
2704     csit-dpdk-perf-verify-2001-3n-skx:
2705       - 29  # NDRPDR sel xxv710
2706       - 33  # NDRPDR sel xxv710
2707       - 34  # NDRPDR sel xxv710
2708       - 35  # NDRPDR sel xxv710
2709       - 36  # NDRPDR sel xxv710
2710       - 37  # NDRPDR sel xxv710
2711       - 41  # NDRPDR sel xxv710
2712       - 42  # NDRPDR sel xxv710
2713       - 43  # NDRPDR sel xxv710
2714       - 45  # NDRPDR sel xxv710
2715       - 30  # NDRPDR sel x710
2716       - 31  # NDRPDR sel x710
2717       - 32  # NDRPDR sel x710
2718       - 38  # NDRPDR sel x710
2719       - 39  # NDRPDR sel x710
2720       - 40  # NDRPDR sel x710
2721       - 44  # NDRPDR sel x710
2722       - 46  # NDRPDR sel x710
2723       - 47  # NDRPDR sel x710
2724       - 48  # NDRPDR sel x710
2725     csit-dpdk-perf-report-iterative-2005-3n-skx:
2726       - 4   # NDRPDR sel
2727       - 5   # NDRPDR sel
2728       - 6   # NDRPDR sel
2729       - 7   # NDRPDR sel
2730       - 8   # NDRPDR sel
2731       - 11  # NDRPDR sel
2732       - 12  # NDRPDR sel
2733       - 13  # NDRPDR sel
2734       - 14  # NDRPDR sel
2735       - 15  # NDRPDR sel
2736
2737     csit-dpdk-perf-verify-1908-2n-skx:
2738       - 2   # NDRPDR sel
2739       - 3   # NDRPDR sel
2740       - 4   # NDRPDR sel
2741       - 5   # NDRPDR sel
2742       - 7   # NDRPDR sel
2743       - 8   # NDRPDR sel
2744       - 9   # NDRPDR sel
2745       - 10  # NDRPDR sel
2746       - 11  # NDRPDR sel
2747       - 12  # NDRPDR sel
2748     csit-dpdk-perf-verify-2001-2n-skx:
2749       - 35  # NDRPDR sel xxv710
2750       - 36  # NDRPDR sel xxv710
2751       - 37  # NDRPDR sel xxv710
2752       - 41  # NDRPDR sel xxv710
2753       - 42  # NDRPDR sel xxv710
2754       - 43  # NDRPDR sel xxv710
2755       - 46  # NDRPDR sel xxv710
2756       - 47  # NDRPDR sel xxv710
2757       - 52  # NDRPDR sel xxv710
2758       - 53  # NDRPDR sel xxv710
2759       - 38  # NDRPDR sel x710
2760       - 39  # NDRPDR sel x710
2761       - 40  # NDRPDR sel x710
2762       - 44  # NDRPDR sel x710
2763       - 45  # NDRPDR sel x710
2764       - 48  # NDRPDR sel x710
2765       - 49  # NDRPDR sel x710
2766       - 50  # NDRPDR sel x710
2767       - 51  # NDRPDR sel x710
2768       - 54  # NDRPDR sel x710
2769     csit-dpdk-perf-report-iterative-2005-2n-skx:
2770       - 1   # NDRPDR sel
2771       - 2   # NDRPDR sel
2772       - 3   # NDRPDR sel
2773       - 4   # NDRPDR sel
2774       - 5   # NDRPDR sel
2775       - 6   # NDRPDR sel
2776       - 7   # NDRPDR sel
2777       - 8   # NDRPDR sel
2778       - 9   # NDRPDR sel
2779       - 10  # NDRPDR sel
2780
2781     csit-dpdk-perf-verify-2001-2n-clx:
2782       - 15  # NDRPDR sel
2783       - 16  # NDRPDR sel
2784       - 17  # NDRPDR sel
2785       - 18  # NDRPDR sel
2786       - 19  # NDRPDR sel
2787       - 20  # NDRPDR sel
2788       - 21  # NDRPDR sel
2789       - 22  # NDRPDR sel
2790       - 23  # NDRPDR sel
2791       - 24  # NDRPDR sel
2792       - 25  # NDRPDR sel
2793       - 26  # NDRPDR sel
2794       - 27  # NDRPDR sel
2795       - 28  # NDRPDR sel
2796       - 29  # NDRPDR sel
2797       - 30  # NDRPDR sel
2798       - 31  # NDRPDR sel
2799       - 32  # NDRPDR sel
2800       - 33  # NDRPDR sel
2801       - 34  # NDRPDR sel
2802     csit-dpdk-perf-report-iterative-2005-2n-clx:
2803       - 1   # NDRPDR sel
2804       - 2   # NDRPDR sel
2805       - 3   # NDRPDR sel
2806       - 4   # NDRPDR sel
2807       - 5   # NDRPDR sel
2808       - 6   # NDRPDR sel
2809       - 7   # NDRPDR sel
2810       - 8   # NDRPDR sel
2811       - 9   # NDRPDR sel
2812       - 10  # NDRPDR sel
2813
2814     csit-dpdk-perf-verify-2001-2n-dnv:
2815       - 9   # NDRPDR sel
2816       - 10  # NDRPDR sel
2817       - 11  # NDRPDR sel
2818       - 12  # NDRPDR sel
2819       - 13  # NDRPDR sel
2820       - 14  # NDRPDR sel
2821       - 15  # NDRPDR sel
2822       - 16  # NDRPDR sel
2823       - 17  # NDRPDR sel
2824       - 18  # NDRPDR sel
2825     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2826       - 8   # NDRPDR sel
2827       - 9   # NDRPDR sel
2828       - 10  # NDRPDR sel
2829       - 11  # NDRPDR sel
2830       - 12  # NDRPDR sel
2831       - 13  # NDRPDR sel
2832       - 14  # NDRPDR sel
2833       - 15  # NDRPDR sel
2834       - 16  # NDRPDR sel
2835       - 17  # NDRPDR sel
2836
2837     csit-dpdk-perf-verify-2001-3n-dnv:
2838       - 12  # NDRPDR sel
2839       - 13  # NDRPDR sel
2840       - 14  # NDRPDR sel
2841       - 15  # NDRPDR sel
2842       - 16  # NDRPDR sel
2843       - 17  # NDRPDR sel
2844       - 18  # NDRPDR sel
2845       - 19  # NDRPDR sel
2846       - 20  # NDRPDR sel
2847       - 22  # NDRPDR sel
2848     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2849       - 6   # NDRPDR sel
2850       - 7   # NDRPDR sel
2851       - 8   # NDRPDR sel
2852       - 9   # NDRPDR sel
2853       - 10  # NDRPDR sel
2854       - 11  # NDRPDR sel
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 14  # NDRPDR sel
2858       - 16  # NDRPDR sel
2859
2860     csit-dpdk-perf-verify-2001-3n-tsh:
2861       - 3   # NDRPDR sel
2862       - 4   # NDRPDR sel
2863       - 5   # NDRPDR sel
2864       - 9   # NDRPDR sel
2865       - 10  # NDRPDR sel
2866       - 11  # NDRPDR sel
2867       - 12  # NDRPDR sel
2868       - 14  # NDRPDR sel
2869       - 15  # NDRPDR sel
2870       - 18  # NDRPDR sel
2871     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2872       - 5   # NDRPDR sel
2873
2874     csit-vpp-device-2005-ubuntu1804-1n-skx:
2875       - 35
2876
2877 - type: "output"
2878   output: "report"
2879   format:
2880     html:
2881     - full
2882 #    pdf:
2883 #    - minimal
2884
2885 ################################################################################
2886 ###                               T A B L E S                                ###
2887 ################################################################################
2888
2889 # VPP Soak vs NDR - 2n-skx
2890 - type: "table"
2891   title: "VPP Soak vs NDR 2n-skx"
2892   algorithm: "table_soak_vs_ndr"
2893   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2894   reference:
2895     title: "NDR"
2896     data: "vpp-soak-vs-ndr-2n-skx-ref"
2897   compare:
2898     title: "Soak"
2899     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2900   data: "vpp-soak-vs-ndr-2n-skx"
2901   include-tests: "NDR"
2902   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2903   parameters:
2904     - "throughput"
2905     - "name"
2906     - "parent"
2907
2908 # VPP Soak vs NDR - 2n-clx
2909 - type: "table"
2910   title: "VPP Soak vs NDR 2n-clx"
2911   algorithm: "table_soak_vs_ndr"
2912   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2913   reference:
2914     title: "NDR"
2915     data: "vpp-soak-vs-ndr-2n-clx-ref"
2916   compare:
2917     title: "Soak"
2918     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2919   data: "vpp-soak-vs-ndr-2n-clx"
2920   include-tests: "NDR"
2921   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2922   parameters:
2923     - "throughput"
2924     - "name"
2925     - "parent"
2926
2927 ################################################################################
2928
2929 # VPP Compare NICs 3n-skx 2t1c ndr
2930 - type: "table"
2931   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2932   algorithm: "table_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2935   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2936   columns:
2937     - title: "x710"
2938       data-set: "vpp-nic-comparison-3n-skx"
2939       tag: "NIC_Intel-X710"
2940     - title: "xxv710"
2941       data-set: "vpp-nic-comparison-3n-skx"
2942       tag: "NIC_Intel-XXV710"
2943   comparisons:
2944     - title: "Diff"
2945       reference: 1
2946       compare: 2
2947   legend:
2948     - "Legend to Table:"
2949     - "x710, xxv710 - NICs tested."
2950     - "Diff - difference between x710 and xxv710 NIC."
2951
2952 # VPP Compare NICs 3n-skx 4t2c ndr
2953 - type: "table"
2954   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2955   algorithm: "table_comparison"
2956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2958   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2959   columns:
2960     - title: "x710"
2961       data-set: "vpp-nic-comparison-3n-skx"
2962       tag: "NIC_Intel-X710"
2963     - title: "xxv710"
2964       data-set: "vpp-nic-comparison-3n-skx"
2965       tag: "NIC_Intel-XXV710"
2966   comparisons:
2967     - title: "Diff"
2968       reference: 1
2969       compare: 2
2970   legend:
2971     - "Legend to Table:"
2972     - "x710, xxv710 - NICs tested."
2973     - "Diff - difference between x710 and xxv710 NIC."
2974
2975 # VPP Compare NICs 3n-skx 2t1c pdr
2976 - type: "table"
2977   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2978   algorithm: "table_comparison"
2979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2981   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2982   columns:
2983     - title: "x710"
2984       data-set: "vpp-nic-comparison-3n-skx"
2985       tag: "NIC_Intel-X710"
2986     - title: "xxv710"
2987       data-set: "vpp-nic-comparison-3n-skx"
2988       tag: "NIC_Intel-XXV710"
2989   comparisons:
2990     - title: "Diff"
2991       reference: 1
2992       compare: 2
2993   legend:
2994     - "Legend to Table:"
2995     - "x710, xxv710 - NICs tested."
2996     - "Diff - difference between x710 and xxv710 NIC."
2997
2998 # VPP Compare NICs 3n-skx 4t2c pdr
2999 - type: "table"
3000   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3001   algorithm: "table_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3004   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3005   columns:
3006     - title: "x710"
3007       data-set: "vpp-nic-comparison-3n-skx"
3008       tag: "NIC_Intel-X710"
3009     - title: "xxv710"
3010       data-set: "vpp-nic-comparison-3n-skx"
3011       tag: "NIC_Intel-XXV710"
3012   comparisons:
3013     - title: "Diff"
3014       reference: 1
3015       compare: 2
3016   legend:
3017     - "Legend to Table:"
3018     - "x710, xxv710 - NICs tested."
3019     - "Diff - difference between x710 and xxv710 NIC."
3020
3021 ## VPP Compare NICs 3n-skx 2t1c mrr
3022 #- type: "table"
3023 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3024 #  algorithm: "table_comparison"
3025 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3027 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3028 #  columns:
3029 #    - title: "x710"
3030 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3031 #      tag: "NIC_Intel-X710"
3032 #    - title: "xxv710"
3033 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3034 #      tag: "NIC_Intel-XXV710"
3035 #  comparisons:
3036 #    - title: "Diff"
3037 #      reference: 1
3038 #      compare: 2
3039 #  legend:
3040 #    - "Legend to Table:"
3041 #    - "x710, xxv710 - NICs tested."
3042 #    - "Diff - difference between x710 and xxv710 NIC."
3043 #
3044 ## VPP Compare NICs 3n-skx 4t2c mrr
3045 #- type: "table"
3046 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3047 #  algorithm: "table_comparison"
3048 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3049 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3050 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3051 #  columns:
3052 #    - title: "x710"
3053 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3054 #      tag: "NIC_Intel-X710"
3055 #    - title: "xxv710"
3056 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3057 #      tag: "NIC_Intel-XXV710"
3058 #  comparisons:
3059 #    - title: "Diff"
3060 #      reference: 1
3061 #      compare: 2
3062 #  legend:
3063 #    - "Legend to Table:"
3064 #    - "x710, xxv710 - NICs tested."
3065 #    - "Diff - difference between x710 and xxv710 NIC."
3066 #
3067 ## VPP Compare NICs 3n-skx 8t4c mrr
3068 #- type: "table"
3069 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3070 #  algorithm: "table_comparison"
3071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3073 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3074 #  columns:
3075 #    - title: "x710"
3076 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3077 #      tag: "NIC_Intel-X710"
3078 #    - title: "xxv710"
3079 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3080 #      tag: "NIC_Intel-XXV710"
3081 #  comparisons:
3082 #    - title: "Diff"
3083 #      reference: 1
3084 #      compare: 2
3085 #  legend:
3086 #    - "Legend to Table:"
3087 #    - "x710, xxv710 - NICs tested."
3088 #    - "Diff - difference between x710 and xxv710 NIC."
3089
3090 # VPP Compare NICs 2n-skx 2t1c ndr
3091 - type: "table"
3092   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3093   algorithm: "table_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3097   columns:
3098     - title: "x710"
3099       data-set: "vpp-nic-comparison-2n-skx"
3100       tag: "NIC_Intel-X710"
3101     - title: "xxv710"
3102       data-set: "vpp-nic-comparison-2n-skx"
3103       tag: "NIC_Intel-XXV710"
3104   comparisons:
3105     - title: "Diff"
3106       reference: 1
3107       compare: 2
3108   legend:
3109     - "Legend to Table:"
3110     - "x710, xxv710 - NICs tested."
3111     - "Diff - difference between x710 and xxv710 NIC."
3112
3113 # VPP Compare NICs 2n-skx 4t2c ndr
3114 - type: "table"
3115   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3116   algorithm: "table_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3119   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3120   columns:
3121     - title: "x710"
3122       data-set: "vpp-nic-comparison-2n-skx"
3123       tag: "NIC_Intel-X710"
3124     - title: "xxv710"
3125       data-set: "vpp-nic-comparison-2n-skx"
3126       tag: "NIC_Intel-XXV710"
3127   comparisons:
3128     - title: "Diff"
3129       reference: 1
3130       compare: 2
3131   legend:
3132     - "Legend to Table:"
3133     - "x710, xxv710 - NICs tested."
3134     - "Diff - difference between x710 and xxv710 NIC."
3135
3136 # VPP Compare NICs 2n-skx 2t1c pdr
3137 - type: "table"
3138   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3139   algorithm: "table_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3142   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3143   columns:
3144     - title: "x710"
3145       data-set: "vpp-nic-comparison-2n-skx"
3146       tag: "NIC_Intel-X710"
3147     - title: "xxv710"
3148       data-set: "vpp-nic-comparison-2n-skx"
3149       tag: "NIC_Intel-XXV710"
3150   comparisons:
3151     - title: "Diff"
3152       reference: 1
3153       compare: 2
3154   legend:
3155     - "Legend to Table:"
3156     - "x710, xxv710 - NICs tested."
3157     - "Diff - difference between x710 and xxv710 NIC."
3158
3159 # VPP Compare NICs 2n-skx 4t2c pdr
3160 - type: "table"
3161   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "x710"
3168       data-set: "vpp-nic-comparison-2n-skx"
3169       tag: "NIC_Intel-X710"
3170     - title: "xxv710"
3171       data-set: "vpp-nic-comparison-2n-skx"
3172       tag: "NIC_Intel-XXV710"
3173   comparisons:
3174     - title: "Diff"
3175       reference: 1
3176       compare: 2
3177   legend:
3178     - "Legend to Table:"
3179     - "x710, xxv710 - NICs tested."
3180     - "Diff - difference between x710 and xxv710 NIC."
3181
3182 # VPP Compare NICs 2n-skx 2t1c mrr
3183 - type: "table"
3184   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3185   algorithm: "table_comparison"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3188   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3189   columns:
3190     - title: "x710"
3191       data-set: "vpp-nic-comparison-2n-skx-mrr"
3192       tag: "NIC_Intel-X710"
3193     - title: "xxv710"
3194       data-set: "vpp-nic-comparison-2n-skx-mrr"
3195       tag: "NIC_Intel-XXV710"
3196   comparisons:
3197     - title: "Diff"
3198       reference: 1
3199       compare: 2
3200   legend:
3201     - "Legend to Table:"
3202     - "x710, xxv710 - NICs tested."
3203     - "Diff - difference between x710 and xxv710 NIC."
3204
3205 # VPP Compare NICs 2n-skx 4t2c mrr
3206 - type: "table"
3207   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3208   algorithm: "table_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3211   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3212   columns:
3213     - title: "x710"
3214       data-set: "vpp-nic-comparison-2n-skx-mrr"
3215       tag: "NIC_Intel-X710"
3216     - title: "xxv710"
3217       data-set: "vpp-nic-comparison-2n-skx-mrr"
3218       tag: "NIC_Intel-XXV710"
3219   comparisons:
3220     - title: "Diff"
3221       reference: 1
3222       compare: 2
3223   legend:
3224     - "Legend to Table:"
3225     - "x710, xxv710 - NICs tested."
3226     - "Diff - difference between x710 and xxv710 NIC."
3227
3228 # VPP Compare NICs 2n-skx 8t4c mrr
3229 - type: "table"
3230   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3231   algorithm: "table_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3234   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3235   columns:
3236     - title: "x710"
3237       data-set: "vpp-nic-comparison-2n-skx-mrr"
3238       tag: "NIC_Intel-X710"
3239     - title: "xxv710"
3240       data-set: "vpp-nic-comparison-2n-skx-mrr"
3241       tag: "NIC_Intel-XXV710"
3242   comparisons:
3243     - title: "Diff"
3244       reference: 1
3245       compare: 2
3246   legend:
3247     - "Legend to Table:"
3248     - "x710, xxv710 - NICs tested."
3249     - "Diff - difference between x710 and xxv710 NIC."
3250
3251 ################################################################################
3252 # VPP
3253
3254 # VPP Performance Changes 3n-hsw 1t1c pdr
3255 - type: "table"
3256   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3257   algorithm: "table_comparison"
3258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3260   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3261   columns:
3262     - title: "1908.1-2"
3263       data-set: "vpp-performance-changes-3n-hsw-h1"
3264     - title: "2001.0-2"
3265       data-set: "vpp-performance-changes-3n-hsw-ref"
3266     - title: "2005.0-3"
3267       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3268     - title: "2005.0-4"
3269       data-set: "vpp-performance-changes-3n-hsw-cmp"
3270   comparisons:
3271     - title: "Diff1"
3272       reference: 3
3273       compare: 4
3274     - title: "Diff2"
3275       reference: 2
3276       compare: 3
3277 #  rca:
3278 #    - title: "RCA1"
3279 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3280 #    - title: "RCA2"
3281 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3282   legend:
3283     - "Legend to Table"
3284     - '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-06-11, "4" for 2020-06-24).'
3285     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3286     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3287 #    - 'RCA1 - root cause analysis reference for Diff1.'
3288 #    - 'RCA2 - root cause analysis reference for Diff2.'
3289
3290 # VPP Performance Changes 3n-hsw 2t2c pdr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "1908.1-2"
3299       data-set: "vpp-performance-changes-3n-hsw-h1"
3300     - title: "2001.0-2"
3301       data-set: "vpp-performance-changes-3n-hsw-ref"
3302     - title: "2005.0-3"
3303       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3304     - title: "2005.0-4"
3305       data-set: "vpp-performance-changes-3n-hsw-cmp"
3306   comparisons:
3307     - title: "Diff1"
3308       reference: 3
3309       compare: 4
3310     - title: "Diff2"
3311       reference: 2
3312       compare: 3
3313 #  rca:
3314 #    - title: "RCA1"
3315 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3316 #    - title: "RCA2"
3317 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3318   legend:
3319     - "Legend to Table"
3320     - '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-06-11, "4" for 2020-06-24).'
3321     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3322     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3323 #    - 'RCA1 - root cause analysis reference for Diff1.'
3324 #    - 'RCA2 - root cause analysis reference for Diff2.'
3325
3326 # VPP Performance Changes 3n-hsw 1t1c ndr
3327 - type: "table"
3328   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3329   algorithm: "table_comparison"
3330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3332   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3333   columns:
3334     - title: "1908.1-2"
3335       data-set: "vpp-performance-changes-3n-hsw-h1"
3336     - title: "2001.0-2"
3337       data-set: "vpp-performance-changes-3n-hsw-ref"
3338     - title: "2005.0-3"
3339       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3340     - title: "2005.0-4"
3341       data-set: "vpp-performance-changes-3n-hsw-cmp"
3342   comparisons:
3343     - title: "Diff1"
3344       reference: 3
3345       compare: 4
3346     - title: "Diff2"
3347       reference: 2
3348       compare: 3
3349 #  rca:
3350 #    - title: "RCA1"
3351 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3352 #    - title: "RCA2"
3353 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3354   legend:
3355     - "Legend to Table"
3356     - '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-06-11, "4" for 2020-06-24).'
3357     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3358     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3359 #    - 'RCA1 - root cause analysis reference for Diff1.'
3360 #    - 'RCA2 - root cause analysis reference for Diff2.'
3361
3362 # VPP Performance Changes 3n-hsw 2t2c ndr
3363 - type: "table"
3364   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "1908.1-2"
3371       data-set: "vpp-performance-changes-3n-hsw-h1"
3372     - title: "2001.0-2"
3373       data-set: "vpp-performance-changes-3n-hsw-ref"
3374     - title: "2005.0-3"
3375       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3376     - title: "2005.0-4"
3377       data-set: "vpp-performance-changes-3n-hsw-cmp"
3378   comparisons:
3379     - title: "Diff1"
3380       reference: 3
3381       compare: 4
3382     - title: "Diff2"
3383       reference: 2
3384       compare: 3
3385 #  rca:
3386 #    - title: "RCA1"
3387 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3388 #    - title: "RCA2"
3389 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3390   legend:
3391     - "Legend to Table"
3392     - '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-06-11, "4" for 2020-06-24).'
3393     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3394     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3395 #    - 'RCA1 - root cause analysis reference for Diff1.'
3396 #    - 'RCA2 - root cause analysis reference for Diff2.'
3397
3398 ## VPP Performance Changes 3n-skx 2t1c pdr
3399 #- type: "table"
3400 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
3401 #  algorithm: "table_comparison"
3402 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3403 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3404 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3405 #  columns:
3406 #    - title: "1908.1-2"
3407 #      data-set: "vpp-performance-changes-3n-skx-h1"
3408 #    - title: "2001.0-2"
3409 #      data-set: "vpp-performance-changes-3n-skx-ref"
3410 #    - title: "2005.0-3"
3411 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3412 #    - title: "2005.0-4"
3413 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3414 #  comparisons:
3415 #    - title: "Diff1"
3416 #      reference: 3
3417 #      compare: 4
3418 #    - title: "Diff2"
3419 #      reference: 2
3420 #      compare: 3
3421 ##  rca:
3422 ##    - title: "RCA1"
3423 ##      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3424 ##    - title: "RCA2"
3425 ##      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3426 #  legend:
3427 #    - "Legend to Table"
3428 #    - '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-06-11, "4" for 2020-06-24).'
3429 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3430 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3431 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3432 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3433 #
3434 ## VPP Performance Changes 3n-skx 4t2c pdr
3435 #- type: "table"
3436 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3437 #  algorithm: "table_comparison"
3438 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3439 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3440 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3441 #  columns:
3442 #    - title: "1908.1-2"
3443 #      data-set: "vpp-performance-changes-3n-skx-h1"
3444 #    - title: "2001.0-2"
3445 #      data-set: "vpp-performance-changes-3n-skx-ref"
3446 #    - title: "2005.0-3"
3447 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3448 #    - title: "2005.0-4"
3449 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3450 #  comparisons:
3451 #    - title: "Diff1"
3452 #      reference: 3
3453 #      compare: 4
3454 #    - title: "Diff2"
3455 #      reference: 2
3456 #      compare: 3
3457 ##  rca:
3458 ##    - title: "RCA1"
3459 ##      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3460 ##    - title: "RCA2"
3461 ##      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3462 #  legend:
3463 #    - "Legend to Table"
3464 #    - '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-06-11, "4" for 2020-06-24).'
3465 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3466 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3467 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3468 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3469 #
3470 ## VPP Performance Changes 3n-skx 2t1c ndr
3471 #- type: "table"
3472 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3473 #  algorithm: "table_comparison"
3474 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3475 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3476 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3477 #  columns:
3478 #    - title: "1908.1-2"
3479 #      data-set: "vpp-performance-changes-3n-skx-h1"
3480 #    - title: "2001.0-2"
3481 #      data-set: "vpp-performance-changes-3n-skx-ref"
3482 #    - title: "2005.0-3"
3483 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3484 #    - title: "2005.0-4"
3485 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3486 #  comparisons:
3487 #    - title: "Diff1"
3488 #      reference: 3
3489 #      compare: 4
3490 #    - title: "Diff2"
3491 #      reference: 2
3492 #      compare: 3
3493 ##  rca:
3494 ##    - title: "RCA1"
3495 ##      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3496 ##    - title: "RCA2"
3497 ##      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3498 #  legend:
3499 #    - "Legend to Table"
3500 #    - '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-06-11, "4" for 2020-06-24).'
3501 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3502 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3503 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3504 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3505 #
3506 ## VPP Performance Changes 3n-skx 4t2c ndr
3507 #- type: "table"
3508 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3509 #  algorithm: "table_comparison"
3510 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3512 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3513 #  columns:
3514 #    - title: "1908.1-2"
3515 #      data-set: "vpp-performance-changes-3n-skx-h1"
3516 #    - title: "2001.0-2"
3517 #      data-set: "vpp-performance-changes-3n-skx-ref"
3518 #    - title: "2005.0-3"
3519 #      data-set: "vpp-performance-changes-3n-skx-cmp-2"
3520 #    - title: "2005.0-4"
3521 #      data-set: "vpp-performance-changes-3n-skx-cmp"
3522 #  comparisons:
3523 #    - title: "Diff1"
3524 #      reference: 3
3525 #      compare: 4
3526 #    - title: "Diff2"
3527 #      reference: 2
3528 #      compare: 3
3529 ##  rca:
3530 ##    - title: "RCA1"
3531 ##      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3532 ##    - title: "RCA2"
3533 ##      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3534 #  legend:
3535 #    - "Legend to Table"
3536 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3537 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3538 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3539 ##    - 'RCA1 - root cause analysis reference for Diff1.'
3540 ##    - 'RCA2 - root cause analysis reference for Diff2.'
3541
3542 # VPP Performance Changes 2n-skx 2t1c pdr
3543 - type: "table"
3544   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3545   algorithm: "table_comparison"
3546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3548   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3549   columns:
3550     - title: "1908.1-2"
3551       data-set: "vpp-performance-changes-2n-skx-h1"
3552     - title: "2001.0-2"
3553       data-set: "vpp-performance-changes-2n-skx-ref"
3554     - title: "2005.0-3"
3555       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3556     - title: "2005.0-4"
3557       data-set: "vpp-performance-changes-2n-skx-cmp"
3558   comparisons:
3559     - title: "Diff1"
3560       reference: 3
3561       compare: 4
3562     - title: "Diff2"
3563       reference: 2
3564       compare: 3
3565 #  rca:
3566 #    - title: "RCA1"
3567 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3568 #    - title: "RCA2"
3569 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3570   legend:
3571     - "Legend to Table"
3572     - '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-06-11, "4" for 2020-06-24).'
3573     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3574     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3575 #    - 'RCA1 - root cause analysis reference for Diff1.'
3576 #    - 'RCA2 - root cause analysis reference for Diff2.'
3577
3578 # VPP Performance Changes 2n-skx 4t2c pdr
3579 - type: "table"
3580   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3581   algorithm: "table_comparison"
3582   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3584   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3585   columns:
3586     - title: "1908.1-2"
3587       data-set: "vpp-performance-changes-2n-skx-h1"
3588     - title: "2001.0-2"
3589       data-set: "vpp-performance-changes-2n-skx-ref"
3590     - title: "2005.0-3"
3591       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3592     - title: "2005.0-4"
3593       data-set: "vpp-performance-changes-2n-skx-cmp"
3594   comparisons:
3595     - title: "Diff1"
3596       reference: 3
3597       compare: 4
3598     - title: "Diff2"
3599       reference: 2
3600       compare: 3
3601 #  rca:
3602 #    - title: "RCA1"
3603 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3604 #    - title: "RCA2"
3605 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3606   legend:
3607     - "Legend to Table"
3608     - '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-06-11, "4" for 2020-06-24).'
3609     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3610     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3611 #    - 'RCA1 - root cause analysis reference for Diff1.'
3612 #    - 'RCA2 - root cause analysis reference for Diff2.'
3613
3614 # VPP Performance Changes 2n-skx 2t1c ndr
3615 - type: "table"
3616   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3617   algorithm: "table_comparison"
3618   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3620   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3621   columns:
3622     - title: "1908.1-2"
3623       data-set: "vpp-performance-changes-2n-skx-h1"
3624     - title: "2001.0-2"
3625       data-set: "vpp-performance-changes-2n-skx-ref"
3626     - title: "2005.0-3"
3627       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3628     - title: "2005.0-4"
3629       data-set: "vpp-performance-changes-2n-skx-cmp"
3630   comparisons:
3631     - title: "Diff1"
3632       reference: 3
3633       compare: 4
3634     - title: "Diff2"
3635       reference: 2
3636       compare: 3
3637 #  rca:
3638 #    - title: "RCA1"
3639 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3640 #    - title: "RCA2"
3641 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3642   legend:
3643     - "Legend to Table"
3644     - '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-06-11, "4" for 2020-06-24).'
3645     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3646     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3647 #    - 'RCA1 - root cause analysis reference for Diff1.'
3648 #    - 'RCA2 - root cause analysis reference for Diff2.'
3649
3650 # VPP Performance Changes 2n-skx 4t2c ndr
3651 - type: "table"
3652   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3653   algorithm: "table_comparison"
3654   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3656   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3657   columns:
3658     - title: "1908.1-2"
3659       data-set: "vpp-performance-changes-2n-skx-h1"
3660     - title: "2001.0-2"
3661       data-set: "vpp-performance-changes-2n-skx-ref"
3662     - title: "2005.0-3"
3663       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3664     - title: "2005.0-4"
3665       data-set: "vpp-performance-changes-2n-skx-cmp"
3666   comparisons:
3667     - title: "Diff1"
3668       reference: 3
3669       compare: 4
3670     - title: "Diff2"
3671       reference: 2
3672       compare: 3
3673 #  rca:
3674 #    - title: "RCA1"
3675 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3676 #    - title: "RCA2"
3677 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3678   legend:
3679     - "Legend to Table"
3680     - '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-06-11, "4" for 2020-06-24).'
3681     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3682     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3683 #    - 'RCA1 - root cause analysis reference for Diff1.'
3684 #    - 'RCA2 - root cause analysis reference for Diff2.'
3685
3686 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3687 - type: "table"
3688   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3689   algorithm: "table_comparison"
3690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3692   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3693   columns:
3694     - title: "2001.0-2"
3695       data-set: "vpp-performance-changes-2n-clx-ref"
3696     - title: "2005.0-3"
3697       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3698     - title: "2005.0-4"
3699       data-set: "vpp-performance-changes-2n-clx-cmp"
3700   comparisons:
3701     - title: "Diff1"
3702       reference: 2
3703       compare: 3
3704     - title: "Diff2"
3705       reference: 1
3706       compare: 2
3707 #  rca:
3708 #    - title: "RCA1"
3709 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3710 #    - title: "RCA2"
3711 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3712   legend:
3713     - "Legend to Table"
3714     - '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-06-11, "4" for 2020-06-24).'
3715     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3716     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3717 #    - 'RCA1 - root cause analysis reference for Diff1.'
3718 #    - 'RCA2 - root cause analysis reference for Diff2.'
3719
3720 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3721 - type: "table"
3722   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3723   algorithm: "table_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3727   columns:
3728     - title: "2001.0-2"
3729       data-set: "vpp-performance-changes-2n-clx-ref"
3730     - title: "2005.0-3"
3731       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3732     - title: "2005.0-4"
3733       data-set: "vpp-performance-changes-2n-clx-cmp"
3734   comparisons:
3735     - title: "Diff1"
3736       reference: 2
3737       compare: 3
3738     - title: "Diff2"
3739       reference: 1
3740       compare: 2
3741 #  rca:
3742 #    - title: "RCA1"
3743 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3744 #    - title: "RCA2"
3745 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3746   legend:
3747     - "Legend to Table"
3748     - '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-06-11, "4" for 2020-06-24).'
3749     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3750     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3751 #    - 'RCA1 - root cause analysis reference for Diff1.'
3752 #    - 'RCA2 - root cause analysis reference for Diff2.'
3753
3754 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3755 - type: "table"
3756   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3757   algorithm: "table_comparison"
3758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3760   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3761   columns:
3762     - title: "2001.0-2"
3763       data-set: "vpp-performance-changes-2n-clx-ref"
3764     - title: "2005.0-3"
3765       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3766     - title: "2005.0-4"
3767       data-set: "vpp-performance-changes-2n-clx-cmp"
3768   comparisons:
3769     - title: "Diff1"
3770       reference: 2
3771       compare: 3
3772     - title: "Diff2"
3773       reference: 1
3774       compare: 2
3775 #  rca:
3776 #    - title: "RCA1"
3777 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3778 #    - title: "RCA2"
3779 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3780   legend:
3781     - "Legend to Table"
3782     - '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-06-11, "4" for 2020-06-24).'
3783     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3784     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3785 #    - 'RCA1 - root cause analysis reference for Diff1.'
3786 #    - 'RCA2 - root cause analysis reference for Diff2.'
3787
3788 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3789 - type: "table"
3790   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3791   algorithm: "table_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3794   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3795   columns:
3796     - title: "2001.0-2"
3797       data-set: "vpp-performance-changes-2n-clx-ref"
3798     - title: "2005.0-3"
3799       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3800     - title: "2005.0-4"
3801       data-set: "vpp-performance-changes-2n-clx-cmp"
3802   comparisons:
3803     - title: "Diff1"
3804       reference: 2
3805       compare: 3
3806     - title: "Diff2"
3807       reference: 1
3808       compare: 2
3809 #  rca:
3810 #    - title: "RCA1"
3811 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3812 #    - title: "RCA2"
3813 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3814   legend:
3815     - "Legend to Table"
3816     - '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-06-11, "4" for 2020-06-24).'
3817     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3818     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3819 #    - 'RCA1 - root cause analysis reference for Diff1.'
3820 #    - 'RCA2 - root cause analysis reference for Diff2.'
3821
3822 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3823 - type: "table"
3824   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3825   algorithm: "table_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3829   columns:
3830     - title: "2001.0-2"
3831       data-set: "vpp-performance-changes-2n-clx-ref"
3832     - title: "2005.0-4"
3833       data-set: "vpp-performance-changes-2n-clx-cmp"
3834   comparisons:
3835     - title: "Diff"
3836       reference: 1
3837       compare: 2
3838   legend:
3839     - "Legend to Table"
3840     - "2001, 2005 - VPP versions tested."
3841     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3842
3843 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3844 - type: "table"
3845   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3850   columns:
3851     - title: "2001.0-2"
3852       data-set: "vpp-performance-changes-2n-clx-ref"
3853     - title: "2005.0-4"
3854       data-set: "vpp-performance-changes-2n-clx-cmp"
3855   comparisons:
3856     - title: "Diff"
3857       reference: 1
3858       compare: 2
3859   legend:
3860     - "Legend to Table"
3861     - "2001, 2005 - VPP versions tested."
3862     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3863
3864 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3865 - type: "table"
3866   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3867   algorithm: "table_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3870   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3871   columns:
3872     - title: "2001.0-2"
3873       data-set: "vpp-performance-changes-2n-clx-ref"
3874     - title: "2005.0-4"
3875       data-set: "vpp-performance-changes-2n-clx-cmp"
3876   comparisons:
3877     - title: "Diff"
3878       reference: 1
3879       compare: 2
3880   legend:
3881     - "Legend to Table"
3882     - "2001, 2005 - VPP versions tested."
3883     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3884
3885 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3886 - type: "table"
3887   title: "VPP Performance Changes 2n-clx-x556 ndr"
3888   algorithm: "table_comparison"
3889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3892   columns:
3893     - title: "2001.0-2"
3894       data-set: "vpp-performance-changes-2n-clx-ref"
3895     - title: "2005.0-4"
3896       data-set: "vpp-performance-changes-2n-clx-cmp"
3897   comparisons:
3898     - title: "Diff"
3899       reference: 1
3900       compare: 2
3901   legend:
3902     - "Legend to Table"
3903     - "2001, 2005 - VPP versions tested."
3904     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3905
3906 # VPP Performance Changes 2n-dnv 1t1c pdr
3907 - type: "table"
3908   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3909   algorithm: "table_comparison"
3910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3912   filter: "'1T1C'"
3913   columns:
3914     - title: "1908"
3915       data-set: "vpp-performance-changes-2n-dnv-h1"
3916     - title: "2001"
3917       data-set: "vpp-performance-changes-2n-dnv-ref"
3918     - title: "2005"
3919       data-set: "vpp-performance-changes-2n-dnv-cmp"
3920   comparisons:
3921     - title: "Diff"
3922       reference: 2
3923       compare: 3
3924   legend:
3925     - "Legend to Table"
3926     - "1908, 2001, 2005 - VPP versions tested."
3927     - "Diff - difference between 2001 and 2005 VPP version."
3928
3929 # VPP Performance Changes 2n-dnv 2t2c pdr
3930 - type: "table"
3931   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3932   algorithm: "table_comparison"
3933   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3935   filter: "'2T2C'"
3936   columns:
3937     - title: "1908"
3938       data-set: "vpp-performance-changes-2n-dnv-h1"
3939     - title: "2001"
3940       data-set: "vpp-performance-changes-2n-dnv-ref"
3941     - title: "2005"
3942       data-set: "vpp-performance-changes-2n-dnv-cmp"
3943   comparisons:
3944     - title: "Diff"
3945       reference: 2
3946       compare: 3
3947   legend:
3948     - "Legend to Table"
3949     - "1908, 2001, 2005 - VPP versions tested."
3950     - "Diff - difference between 2001 and 2005 VPP version."
3951
3952 # VPP Performance Changes 2n-dnv 1t1c ndr
3953 - type: "table"
3954   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3955   algorithm: "table_comparison"
3956   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3958   filter: "'1T1C'"
3959   columns:
3960     - title: "1908"
3961       data-set: "vpp-performance-changes-2n-dnv-h1"
3962     - title: "2001"
3963       data-set: "vpp-performance-changes-2n-dnv-ref"
3964     - title: "2005"
3965       data-set: "vpp-performance-changes-2n-dnv-cmp"
3966   comparisons:
3967     - title: "Diff"
3968       reference: 2
3969       compare: 3
3970   legend:
3971     - "Legend to Table"
3972     - "1908, 2001, 2005 - VPP versions tested."
3973     - "Diff - difference between 2001 and 2005 VPP version."
3974
3975 # VPP Performance Changes 2n-dnv 2t2c ndr
3976 - type: "table"
3977   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3978   algorithm: "table_comparison"
3979   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3981   filter: "'2T2C'"
3982   columns:
3983     - title: "1908"
3984       data-set: "vpp-performance-changes-2n-dnv-h1"
3985     - title: "2001"
3986       data-set: "vpp-performance-changes-2n-dnv-ref"
3987     - title: "2005"
3988       data-set: "vpp-performance-changes-2n-dnv-cmp"
3989   comparisons:
3990     - title: "Diff"
3991       reference: 2
3992       compare: 3
3993   legend:
3994     - "Legend to Table"
3995     - "1908, 2001, 2005 - VPP versions tested."
3996     - "Diff - difference between 2001 and 2005 VPP version."
3997
3998 # VPP Performance Changes 3n-dnv 1t1c pdr
3999 - type: "table"
4000   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4001   algorithm: "table_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4004   filter: "'1T1C'"
4005   columns:
4006     - title: "1908"
4007       data-set: "vpp-performance-changes-3n-dnv-h1"
4008     - title: "2001"
4009       data-set: "vpp-performance-changes-3n-dnv-ref"
4010     - title: "2005"
4011       data-set: "vpp-performance-changes-3n-dnv-cmp"
4012   comparisons:
4013     - title: "Diff"
4014       reference: 2
4015       compare: 3
4016   legend:
4017     - "Legend to Table"
4018     - "1908, 2001, 2005 - VPP versions tested."
4019     - "Diff - difference between 2001 and 2005 VPP version."
4020
4021 # VPP Performance Changes 3n-dnv 2t2c pdr
4022 - type: "table"
4023   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4024   algorithm: "table_comparison"
4025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "'2T2C'"
4028   columns:
4029     - title: "1908"
4030       data-set: "vpp-performance-changes-3n-dnv-h1"
4031     - title: "2001"
4032       data-set: "vpp-performance-changes-3n-dnv-ref"
4033     - title: "2005"
4034       data-set: "vpp-performance-changes-3n-dnv-cmp"
4035   comparisons:
4036     - title: "Diff"
4037       reference: 2
4038       compare: 3
4039   legend:
4040     - "Legend to Table"
4041     - "1908, 2001, 2005 - VPP versions tested."
4042     - "Diff - difference between 2001 and 2005 VPP version."
4043
4044 # VPP Performance Changes 3n-dnv 1t1c ndr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'1T1C'"
4051   columns:
4052     - title: "1908"
4053       data-set: "vpp-performance-changes-3n-dnv-h1"
4054     - title: "2001"
4055       data-set: "vpp-performance-changes-3n-dnv-ref"
4056     - title: "2005"
4057       data-set: "vpp-performance-changes-3n-dnv-cmp"
4058   comparisons:
4059     - title: "Diff"
4060       reference: 2
4061       compare: 3
4062   legend:
4063     - "Legend to Table"
4064     - "1908, 2001, 2005 - VPP versions tested."
4065     - "Diff - difference between 2001 and 2005 VPP version."
4066
4067 # VPP Performance Changes 3n-dnv 2t2c ndr
4068 - type: "table"
4069   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'2T2C'"
4074   columns:
4075     - title: "1908"
4076       data-set: "vpp-performance-changes-3n-dnv-h1"
4077     - title: "2001"
4078       data-set: "vpp-performance-changes-3n-dnv-ref"
4079     - title: "2005"
4080       data-set: "vpp-performance-changes-3n-dnv-cmp"
4081   comparisons:
4082     - title: "Diff"
4083       reference: 2
4084       compare: 3
4085   legend:
4086     - "Legend to Table"
4087     - "1908, 2001, 2005 - VPP versions tested."
4088     - "Diff - difference between 2001 and 2005 VPP version."
4089
4090 ## VPP Performance Changes 3n-tsh 1t1c pdr
4091 #- type: "table"
4092 #  title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4093 #  algorithm: "table_comparison"
4094 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4095 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4096 #  filter: "'1T1C'"
4097 #  columns:
4098 #    - title: "1908.1-2"
4099 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4100 #    - title: "2001.0-2"
4101 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4102 #    - title: "2005.0-3"
4103 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4104 #    - title: "2005.0-4"
4105 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4106 #  comparisons:
4107 #    - title: "Diff1"
4108 #      reference: 3
4109 #      compare: 4
4110 #    - title: "Diff2"
4111 #      reference: 2
4112 #      compare: 3
4113 ##  rca:
4114 ##    - title: "RCA1"
4115 ##      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4116 ##    - title: "RCA2"
4117 ##      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4118 #  legend:
4119 #    - "Legend to Table"
4120 #    - '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-06-11, "4" for 2020-06-24).'
4121 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4122 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4123 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4124 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4125 #
4126 ## VPP Performance Changes 3n-tsh 2t2c pdr
4127 #- type: "table"
4128 #  title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4129 #  algorithm: "table_comparison"
4130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4131 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4132 #  filter: "'2T2C'"
4133 #  columns:
4134 #    - title: "1908.1-2"
4135 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4136 #    - title: "2001.0-2"
4137 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4138 #    - title: "2005.0-3"
4139 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4140 #    - title: "2005.0-4"
4141 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4142 #  comparisons:
4143 #    - title: "Diff1"
4144 #      reference: 3
4145 #      compare: 4
4146 #    - title: "Diff2"
4147 #      reference: 2
4148 #      compare: 3
4149 ##  rca:
4150 ##    - title: "RCA1"
4151 ##      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4152 ##    - title: "RCA2"
4153 ##      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4154 #  legend:
4155 #    - "Legend to Table"
4156 #    - '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-06-11, "4" for 2020-06-24).'
4157 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4158 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4159 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4160 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4161 #
4162 ## VPP Performance Changes 3n-tsh 1t1c ndr
4163 #- type: "table"
4164 #  title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4165 #  algorithm: "table_comparison"
4166 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4168 #  filter: "'1T1C'"
4169 #  columns:
4170 #    - title: "1908.1-2"
4171 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4172 #    - title: "2001.0-2"
4173 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4174 #    - title: "2005.0-3"
4175 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4176 #    - title: "2005.0-4"
4177 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4178 #  comparisons:
4179 #    - title: "Diff1"
4180 #      reference: 3
4181 #      compare: 4
4182 #    - title: "Diff2"
4183 #      reference: 2
4184 #      compare: 3
4185 ##  rca:
4186 ##    - title: "RCA1"
4187 ##      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4188 ##    - title: "RCA2"
4189 ##      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4190 #  legend:
4191 #    - "Legend to Table"
4192 #    - '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-06-11, "4" for 2020-06-24).'
4193 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4194 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4195 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4196 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4197 #
4198 ## VPP Performance Changes 3n-tsh 2t2c ndr
4199 #- type: "table"
4200 #  title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4201 #  algorithm: "table_comparison"
4202 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4204 #  filter: "'2T2C'"
4205 #  columns:
4206 #    - title: "1908.1-2"
4207 #      data-set: "vpp-performance-changes-3n-tsh-h1"
4208 #    - title: "2001.0-2"
4209 #      data-set: "vpp-performance-changes-3n-tsh-ref"
4210 #    - title: "2005.0-3"
4211 #      data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4212 #    - title: "2005.0-4"
4213 #      data-set: "vpp-performance-changes-3n-tsh-cmp"
4214 #  comparisons:
4215 #    - title: "Diff1"
4216 #      reference: 3
4217 #      compare: 4
4218 #    - title: "Diff2"
4219 #      reference: 2
4220 #      compare: 3
4221 ##  rca:
4222 ##    - title: "RCA1"
4223 ##      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4224 ##    - title: "RCA2"
4225 ##      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4226 #  legend:
4227 #    - "Legend to Table"
4228 #    - '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-06-11, "4" for 2020-06-24).'
4229 #    - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4230 #    - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4231 ##    - 'RCA1 - root cause analysis reference for Diff1.'
4232 ##    - 'RCA2 - root cause analysis reference for Diff2.'
4233
4234 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4235 - type: "table"
4236   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4240   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4241   columns:
4242     - title: "3n-hsw xl710"
4243       data-set: "vpp-compare-testbeds-ref"
4244       tag: "NIC_Intel-XL710"
4245     - title: "3n-skx xxv710"
4246       data-set: "vpp-compare-testbeds-cmp"
4247       tag: "NIC_Intel-XXV710"
4248   comparisons:
4249     - title: "Diff"
4250       reference: 1
4251       compare: 2
4252   legend:
4253     - "Legend to Table"
4254     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4255     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4256
4257 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4258 - type: "table"
4259   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4263   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4264   columns:
4265     - title: "3n-hsw xl710"
4266       data-set: "vpp-compare-testbeds-ref"
4267       tag: "NIC_Intel-XL710"
4268     - title: "3n-skx xxv710"
4269       data-set: "vpp-compare-testbeds-cmp"
4270       tag: "NIC_Intel-XXV710"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - "Legend to Table"
4277     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4278     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4279
4280 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4281 - type: "table"
4282   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4286   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4287   columns:
4288     - title: "3n-hsw xl710"
4289       data-set: "vpp-compare-testbeds-ref"
4290       tag: "NIC_Intel-XL710"
4291     - title: "3n-skx xxv710"
4292       data-set: "vpp-compare-testbeds-cmp"
4293       tag: "NIC_Intel-XXV710"
4294   comparisons:
4295     - title: "Diff"
4296       reference: 1
4297       compare: 2
4298   legend:
4299     - "Legend to Table"
4300     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4301     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4302
4303 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4304 - type: "table"
4305   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4309   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4310   columns:
4311     - title: "3n-hsw xl710"
4312       data-set: "vpp-compare-testbeds-ref"
4313       tag: "NIC_Intel-XL710"
4314     - title: "3n-skx xxv710"
4315       data-set: "vpp-compare-testbeds-cmp"
4316       tag: "NIC_Intel-XXV710"
4317   comparisons:
4318     - title: "Diff"
4319       reference: 1
4320       compare: 2
4321   legend:
4322     - "Legend to Table"
4323     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4324     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4325
4326 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4327 - type: "table"
4328   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4329   algorithm: "table_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4332   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4333   columns:
4334     - title: "2n-skx"
4335       data-set: "vpp-compare-testbeds-skx-clx-ref"
4336     - title: "2n-clx"
4337       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4338   comparisons:
4339     - title: "Diff"
4340       reference: 1
4341       compare: 2
4342   legend:
4343     - "Legend to Table"
4344     - "2n-skx, 2n-clx - testbeds and NICs tested."
4345     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4346
4347 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4348 - type: "table"
4349   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4353   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4354   columns:
4355     - title: "2n-skx"
4356       data-set: "vpp-compare-testbeds-skx-clx-ref"
4357     - title: "2n-clx"
4358       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - "Legend to Table"
4365     - "2n-skx, 2n-clx - testbeds and NICs tested."
4366     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4367
4368 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4375   columns:
4376     - title: "2n-skx"
4377       data-set: "vpp-compare-testbeds-skx-clx-ref"
4378     - title: "2n-clx"
4379       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4380   comparisons:
4381     - title: "Diff"
4382       reference: 1
4383       compare: 2
4384   legend:
4385     - "Legend to Table"
4386     - "2n-skx, 2n-clx - testbeds and NICs tested."
4387     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4388
4389 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4395   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4396   columns:
4397     - title: "2n-skx"
4398       data-set: "vpp-compare-testbeds-skx-clx-ref"
4399     - title: "2n-clx"
4400       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4401   comparisons:
4402     - title: "Diff"
4403       reference: 1
4404       compare: 2
4405   legend:
4406     - "Legend to Table"
4407     - "2n-skx, 2n-clx - testbeds and NICs tested."
4408     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4409
4410 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4411 - type: "table"
4412   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4413   algorithm: "table_comparison"
4414   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4416   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4417   columns:
4418     - title: "3n-hsw xl710"
4419       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4420       tag: "NIC_Intel-XL710"
4421     - title: "2n-clx xxv710"
4422       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4423       tag: "NIC_Intel-XXV710"
4424   comparisons:
4425     - title: "Diff"
4426       reference: 1
4427       compare: 2
4428   legend:
4429     - "Legend to Table"
4430     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4431     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4432
4433 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4434 - type: "table"
4435   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4439   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4440   columns:
4441     - title: "3n-hsw xl710"
4442       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4443       tag: "NIC_Intel-XL710"
4444     - title: "2n-clx xxv710"
4445       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4446       tag: "NIC_Intel-XXV710"
4447   comparisons:
4448     - title: "Diff"
4449       reference: 1
4450       compare: 2
4451   legend:
4452     - "Legend to Table"
4453     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4454     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4455
4456 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4457 - type: "table"
4458   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4463   columns:
4464     - title: "3n-hsw xl710"
4465       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4466       tag: "NIC_Intel-XL710"
4467     - title: "2n-clx xxv710"
4468       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4469       tag: "NIC_Intel-XXV710"
4470   comparisons:
4471     - title: "Diff"
4472       reference: 1
4473       compare: 2
4474   legend:
4475     - "Legend to Table"
4476     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4477     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4478
4479 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4480 - type: "table"
4481   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4482   algorithm: "table_comparison"
4483   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4485   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4486   columns:
4487     - title: "3n-hsw xl710"
4488       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4489       tag: "NIC_Intel-XL710"
4490     - title: "2n-clx xxv710"
4491       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4492       tag: "NIC_Intel-XXV710"
4493   comparisons:
4494     - title: "Diff"
4495       reference: 1
4496       compare: 2
4497   legend:
4498     - "Legend to Table"
4499     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4500     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4501
4502 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4503 - type: "table"
4504   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4505   algorithm: "table_comparison"
4506   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4508   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4509   columns:
4510     - title: "3n-skx"
4511       data-set: "vpp-compare-topologies-ref"
4512     - title: "2n-skx"
4513       data-set: "vpp-compare-topologies-cmp"
4514   comparisons:
4515     - title: "Diff"
4516       reference: 1
4517       compare: 2
4518   legend:
4519     - "Legend to Table"
4520     - "3n-skx, 2n-skx - topologies tested."
4521     - "Diff - difference between 3n-skx and 2n-skx topologies."
4522
4523 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4524 - type: "table"
4525   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4529   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4530   columns:
4531     - title: "3n-skx"
4532       data-set: "vpp-compare-topologies-ref"
4533     - title: "2n-skx"
4534       data-set: "vpp-compare-topologies-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 1
4538       compare: 2
4539   legend:
4540     - "Legend to Table"
4541     - "3n-skx, 2n-skx - topologies tested."
4542     - "Diff - difference between 3n-skx and 2n-skx topologies."
4543
4544 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4545 - type: "table"
4546   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4550   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4551   columns:
4552     - title: "3n-skx"
4553       data-set: "vpp-compare-topologies-ref"
4554     - title: "2n-skx"
4555       data-set: "vpp-compare-topologies-cmp"
4556   comparisons:
4557     - title: "Diff"
4558       reference: 1
4559       compare: 2
4560   legend:
4561     - "Legend to Table"
4562     - "3n-skx, 2n-skx - topologies tested."
4563     - "Diff - difference between 3n-skx and 2n-skx topologies."
4564
4565 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4566 - type: "table"
4567   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4571   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4572   columns:
4573     - title: "3n-skx"
4574       data-set: "vpp-compare-topologies-ref"
4575     - title: "2n-skx"
4576       data-set: "vpp-compare-topologies-cmp"
4577   comparisons:
4578     - title: "Diff"
4579       reference: 1
4580       compare: 2
4581   legend:
4582     - "Legend to Table"
4583     - "3n-skx, 2n-skx - topologies tested."
4584     - "Diff - difference between 3n-skx and 2n-skx topologies."
4585
4586 # VPP Performance Changes 3n-hsw 1t1c mrr
4587 - type: "table"
4588   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4592   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4593   columns:
4594     - title: "1908"
4595       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4596     - title: "2001"
4597       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4598     - title: "2005"
4599       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4600   comparisons:
4601     - title: "Diff"
4602       reference: 2
4603       compare: 3
4604   legend:
4605     - "Legend to Table"
4606     - "1908, 2001, 2005 - VPP versions tested."
4607     - "Diff - difference between 2001 and 2005 VPP version."
4608
4609 # VPP Performance Changes 3n-hsw 2t2c mrr
4610 - type: "table"
4611   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4612   algorithm: "table_comparison"
4613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4616   columns:
4617     - title: "1908"
4618       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4619     - title: "2001"
4620       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4621     - title: "2005"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4623   comparisons:
4624     - title: "Diff"
4625       reference: 2
4626       compare: 3
4627   legend:
4628     - "Legend to Table"
4629     - "1908, 2001, 2005 - VPP versions tested."
4630     - "Diff - difference between 2001 and 2005 VPP version."
4631
4632 # VPP Performance Changes 3n-hsw 4t4c mrr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4639   columns:
4640     - title: "1908"
4641       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4642     - title: "2001"
4643       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4644     - title: "2005"
4645       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 2
4649       compare: 3
4650   legend:
4651     - "Legend to Table"
4652     - "1908, 2001, 2005 - VPP versions tested."
4653     - "Diff - difference between 2001 and 2005 VPP version."
4654
4655 # VPP Performance Changes 3n-skx 2t1c mrr
4656 - type: "table"
4657   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4662   columns:
4663 #    - title: "1908"
4664 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4665     - title: "2001"
4666       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4667     - title: "2005"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4669   comparisons:
4670     - title: "Diff"
4671       reference: 1
4672       compare: 2
4673   legend:
4674     - "Legend to Table"
4675     - "2001, 2005 - VPP versions tested."
4676     - "Diff - difference between 2001 and 2005 VPP version."
4677
4678 # VPP Performance Changes 3n-skx 4t2c mrr
4679 - type: "table"
4680   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4681   algorithm: "table_comparison"
4682   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4684   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4685   columns:
4686 #    - title: "1908"
4687 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4688     - title: "2001"
4689       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4690     - title: "2005"
4691       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4692   comparisons:
4693     - title: "Diff"
4694       reference: 1
4695       compare: 2
4696   legend:
4697     - "Legend to Table"
4698     - "2001, 2005 - VPP versions tested."
4699     - "Diff - difference between 2001 and 2005 VPP version."
4700
4701 # VPP Performance Changes 3n-skx 8t4c mrr
4702 - type: "table"
4703   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4704   algorithm: "table_comparison"
4705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4707   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4708   columns:
4709 #    - title: "1908"
4710 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4711     - title: "2001"
4712       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4713     - title: "2005"
4714       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4715   comparisons:
4716     - title: "Diff"
4717       reference: 1
4718       compare: 2
4719   legend:
4720     - "Legend to Table"
4721     - "2001, 2005 - VPP versions tested."
4722     - "Diff - difference between 2001 and 2005 VPP version."
4723
4724 # VPP Performance Changes 2n-skx 2t1c mrr
4725 - type: "table"
4726   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4727   algorithm: "table_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4730   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4731   columns:
4732 #    - title: "1908"
4733 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4734     - title: "2001"
4735       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4736     - title: "2005"
4737       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4738   comparisons:
4739     - title: "Diff"
4740       reference: 1
4741       compare: 2
4742   legend:
4743     - "Legend to Table"
4744     - "2001, 2005 - VPP versions tested."
4745     - "Diff - difference between 2001 and 2005 VPP version."
4746
4747 # VPP Performance Changes 2n-skx 4t2c mrr
4748 - type: "table"
4749   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4754   columns:
4755 #    - title: "1908"
4756 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4757     - title: "2001"
4758       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4759     - title: "2005"
4760       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4761   comparisons:
4762     - title: "Diff"
4763       reference: 1
4764       compare: 2
4765   legend:
4766     - "Legend to Table"
4767     - "2001, 2005 - VPP versions tested."
4768     - "Diff - difference between 2001 and 2005 VPP version."
4769
4770 # VPP Performance Changes 2n-skx 8t4c mrr
4771 - type: "table"
4772   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4773   algorithm: "table_comparison"
4774   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4777   columns:
4778 #    - title: "1908"
4779 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4780     - title: "2001"
4781       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4782     - title: "2005"
4783       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4784   comparisons:
4785     - title: "Diff"
4786       reference: 1
4787       compare: 2
4788   legend:
4789     - "Legend to Table"
4790     - "2001, 2005 - VPP versions tested."
4791     - "Diff - difference between 2001 and 2005 VPP version."
4792
4793 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4794 - type: "table"
4795   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4796   algorithm: "table_comparison"
4797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4800   columns:
4801     - title: "2001"
4802       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4803     - title: "2005"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 1
4808       compare: 2
4809   legend:
4810     - "Legend to Table"
4811     - "2001, 2005 - VPP versions tested."
4812     - "Diff - difference between 2001 and 2005 VPP version."
4813
4814 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4821   columns:
4822     - title: "2001"
4823       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4824     - title: "2005"
4825       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4826   comparisons:
4827     - title: "Diff"
4828       reference: 1
4829       compare: 2
4830   legend:
4831     - "Legend to Table"
4832     - "2001, 2005 - VPP versions tested."
4833     - "Diff - difference between 2001 and 2005 VPP version."
4834
4835 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4836 - type: "table"
4837   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4838   algorithm: "table_comparison"
4839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4842   columns:
4843     - title: "2001"
4844       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4845     - title: "2005"
4846       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4847   comparisons:
4848     - title: "Diff"
4849       reference: 1
4850       compare: 2
4851   legend:
4852     - "Legend to Table"
4853     - "2001, 2005 - VPP versions tested."
4854     - "Diff - difference between 2001 and 2005 VPP version."
4855
4856 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4857 - type: "table"
4858   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4859   algorithm: "table_comparison"
4860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4862   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4863   columns:
4864     - title: "2001"
4865       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4866     - title: "2005"
4867       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4868   comparisons:
4869     - title: "Diff"
4870       reference: 1
4871       compare: 2
4872   legend:
4873     - "Legend to Table"
4874     - "2001, 2005 - VPP versions tested."
4875     - "Diff - difference between 2001 and 2005 VPP version."
4876
4877 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4878 - type: "table"
4879   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4883   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4884   columns:
4885     - title: "2001"
4886       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4887     - title: "2005"
4888       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4889   comparisons:
4890     - title: "Diff"
4891       reference: 1
4892       compare: 2
4893   legend:
4894     - "Legend to Table"
4895     - "2001, 2005 - VPP versions tested."
4896     - "Diff - difference between 2001 and 2005 VPP version."
4897
4898 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4899 - type: "table"
4900   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4901   algorithm: "table_comparison"
4902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4904   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4905   columns:
4906     - title: "2001"
4907       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4908     - title: "2005"
4909       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4910   comparisons:
4911     - title: "Diff"
4912       reference: 1
4913       compare: 2
4914   legend:
4915     - "Legend to Table"
4916     - "2001, 2005 - VPP versions tested."
4917     - "Diff - difference between 2001 and 2005 VPP version."
4918
4919 # VPP Performance Changes 2n-dnv 1t1c mrr
4920 - type: "table"
4921   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4922   algorithm: "table_comparison"
4923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4925   filter: "'1T1C'"
4926   columns:
4927     - title: "1908"
4928       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4929     - title: "2001"
4930       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4931     - title: "2005"
4932       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4933   comparisons:
4934     - title: "Diff"
4935       reference: 2
4936       compare: 3
4937   legend:
4938     - "Legend to Table"
4939     - "1908, 2001, 2005 - VPP versions tested."
4940     - "Diff - difference between 2001 and 2005 VPP version."
4941
4942 # VPP Performance Changes 2n-dnv 2t2c mrr
4943 - type: "table"
4944   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4945   algorithm: "table_comparison"
4946   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4948   filter: "'2T2C'"
4949   columns:
4950     - title: "1908"
4951       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4952     - title: "2001"
4953       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4954     - title: "2005"
4955       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4956   comparisons:
4957     - title: "Diff"
4958       reference: 2
4959       compare: 3
4960   legend:
4961     - "Legend to Table"
4962     - "1908, 2001, 2005 - VPP versions tested."
4963     - "Diff - difference between 2001 and 2005 VPP version."
4964
4965 # VPP Performance Changes 2n-dnv 4t4c mrr
4966 - type: "table"
4967   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4968   algorithm: "table_comparison"
4969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4971   filter: "'4T4C'"
4972   columns:
4973     - title: "1908"
4974       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4975     - title: "2001"
4976       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4977     - title: "2005"
4978       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4979   comparisons:
4980     - title: "Diff"
4981       reference: 2
4982       compare: 3
4983   legend:
4984     - "Legend to Table"
4985     - "1908, 2001, 2005 - VPP versions tested."
4986     - "Diff - difference between 2001 and 2005 VPP version."
4987
4988 # VPP Performance Changes 3n-dnv 1t1c mrr
4989 - type: "table"
4990   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4991   algorithm: "table_comparison"
4992   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4994   filter: "'1T1C'"
4995   columns:
4996     - title: "1908"
4997       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4998     - title: "2001"
4999       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5000     - title: "2005"
5001       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5002   comparisons:
5003     - title: "Diff"
5004       reference: 2
5005       compare: 3
5006   legend:
5007     - "Legend to Table"
5008     - "1908, 2001, 2005 - VPP versions tested."
5009     - "Diff - difference between 2001 and 2005 VPP version."
5010
5011 # VPP Performance Changes 3n-dnv 2t2c mrr
5012 - type: "table"
5013   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5014   algorithm: "table_comparison"
5015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5017   filter: "'2T2C'"
5018   columns:
5019     - title: "1908"
5020       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5021     - title: "2001"
5022       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5023     - title: "2005"
5024       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5025   comparisons:
5026     - title: "Diff"
5027       reference: 2
5028       compare: 3
5029   legend:
5030     - "Legend to Table"
5031     - "1908, 2001, 2005 - VPP versions tested."
5032     - "Diff - difference between 2001 and 2005 VPP version."
5033
5034 # VPP Performance Changes 3n-dnv 4t4c mrr
5035 - type: "table"
5036   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5037   algorithm: "table_comparison"
5038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5040   filter: "'4T4C'"
5041   columns:
5042     - title: "1908"
5043       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5044     - title: "2001"
5045       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5046     - title: "2005"
5047       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5048   comparisons:
5049     - title: "Diff"
5050       reference: 2
5051       compare: 3
5052   legend:
5053     - "Legend to Table"
5054     - "1908, 2001, 2005 - VPP versions tested."
5055     - "Diff - difference between 2001 and 2005 VPP version."
5056
5057 # VPP Performance Changes 3n-tsh 1t1c mrr
5058 - type: "table"
5059   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5060   algorithm: "table_comparison"
5061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5063   filter: "'1T1C'"
5064   columns:
5065     - title: "1908"
5066       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5067     - title: "2001"
5068       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5069     - title: "2005"
5070       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5071   comparisons:
5072     - title: "Diff"
5073       reference: 2
5074       compare: 3
5075   legend:
5076     - "Legend to Table"
5077     - "1908, 2001, 2005 - VPP versions tested."
5078     - "Diff - difference between 2001 and 2005 VPP version."
5079
5080 # VPP Performance Changes 3n-tsh 2t2c mrr
5081 - type: "table"
5082   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5086   filter: "'2T2C'"
5087   columns:
5088     - title: "1908"
5089       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5090     - title: "2001"
5091       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5092     - title: "2005"
5093       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5094   comparisons:
5095     - title: "Diff"
5096       reference: 2
5097       compare: 3
5098   legend:
5099     - "Legend to Table"
5100     - "1908, 2001, 2005 - VPP versions tested."
5101     - "Diff - difference between 2001 and 2005 VPP version."
5102
5103 # VPP Performance Changes 3n-tsh 4t4c mrr
5104 - type: "table"
5105   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5106   algorithm: "table_comparison"
5107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5109   filter: "'4T4C'"
5110   columns:
5111     - title: "1908"
5112       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5113     - title: "2001"
5114       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5115     - title: "2005"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5117   comparisons:
5118     - title: "Diff"
5119       reference: 2
5120       compare: 3
5121   legend:
5122     - "Legend to Table"
5123     - "1908, 2001, 2005 - VPP versions tested."
5124     - "Diff - difference between 2001 and 2005 VPP version."
5125
5126 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5127 - type: "table"
5128   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5129   algorithm: "table_comparison"
5130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5132   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5133   columns:
5134     - title: "3n-hsw xl710"
5135       data-set: "vpp-compare-testbeds-mrr-ref"
5136       tag: "NIC_Intel-XL710"
5137     - title: "3n-skx xxv710"
5138       data-set: "vpp-compare-testbeds-mrr-cmp"
5139       tag: "NIC_Intel-XXV710"
5140   comparisons:
5141     - title: "Diff"
5142       reference: 1
5143       compare: 2
5144   legend:
5145     - "Legend to Table"
5146     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5147     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5148
5149 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5150 - type: "table"
5151   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5155   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5156   columns:
5157     - title: "3n-hsw xl710"
5158       data-set: "vpp-compare-testbeds-mrr-ref"
5159       tag: "NIC_Intel-XL710"
5160     - title: "3n-skx xxv710"
5161       data-set: "vpp-compare-testbeds-mrr-cmp"
5162       tag: "NIC_Intel-XXV710"
5163   comparisons:
5164     - title: "Diff"
5165       reference: 1
5166       compare: 2
5167   legend:
5168     - "Legend to Table"
5169     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5170     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5171
5172 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5173 - type: "table"
5174   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5175   algorithm: "table_comparison"
5176   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5178   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5179   columns:
5180     - title: "3n-hsw xl710"
5181       data-set: "vpp-compare-testbeds-mrr-ref"
5182       tag: "NIC_Intel-XL710"
5183     - title: "3n-skx xxv710"
5184       data-set: "vpp-compare-testbeds-mrr-cmp"
5185       tag: "NIC_Intel-XXV710"
5186   comparisons:
5187     - title: "Diff"
5188       reference: 1
5189       compare: 2
5190   legend:
5191     - "Legend to Table"
5192     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5193     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5194
5195 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5196 - type: "table"
5197   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5198   algorithm: "table_comparison"
5199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5201   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5202   columns:
5203     - title: "2n-skx"
5204       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5205     - title: "2n-clx"
5206       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - "Legend to Table"
5213     - "2n-skx, 2n-clx - testbeds and NICs tested."
5214     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5215
5216 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5223   columns:
5224     - title: "2n-skx"
5225       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5226     - title: "2n-clx"
5227       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5228   comparisons:
5229     - title: "Diff"
5230       reference: 1
5231       compare: 2
5232   legend:
5233     - "Legend to Table"
5234     - "2n-skx, 2n-clx - testbeds and NICs tested."
5235     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5236
5237 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5238 - type: "table"
5239   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5240   algorithm: "table_comparison"
5241   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5243   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5244   columns:
5245     - title: "2n-skx"
5246       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5247     - title: "2n-clx"
5248       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5249   comparisons:
5250     - title: "Diff"
5251       reference: 1
5252       compare: 2
5253   legend:
5254     - "Legend to Table"
5255     - "2n-skx, 2n-clx - testbeds and NICs tested."
5256     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5257
5258 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5259 - type: "table"
5260   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5261   algorithm: "table_comparison"
5262   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5265   columns:
5266     - title: "3n-skx"
5267       data-set: "vpp-compare-topologies-mrr-ref"
5268     - title: "2n-skx"
5269       data-set: "vpp-compare-topologies-mrr-cmp"
5270   comparisons:
5271     - title: "Diff"
5272       reference: 1
5273       compare: 2
5274   legend:
5275     - "Legend to Table"
5276     - "3n-skx, 2n-skx - topologies tested."
5277     - "Diff - difference between 3n-skx and 2n-skx topologies."
5278
5279 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5280 - type: "table"
5281   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5282   algorithm: "table_comparison"
5283   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5285   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5286   columns:
5287     - title: "3n-skx"
5288       data-set: "vpp-compare-topologies-mrr-ref"
5289     - title: "2n-skx"
5290       data-set: "vpp-compare-topologies-mrr-cmp"
5291   comparisons:
5292     - title: "Diff"
5293       reference: 1
5294       compare: 2
5295   legend:
5296     - "Legend to Table"
5297     - "3n-skx, 2n-skx - topologies tested."
5298     - "Diff - difference between 3n-skx and 2n-skx topologies."
5299
5300 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5301 - type: "table"
5302   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5303   algorithm: "table_comparison"
5304   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5306   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5307   columns:
5308     - title: "3n-skx"
5309       data-set: "vpp-compare-topologies-mrr-ref"
5310     - title: "2n-skx"
5311       data-set: "vpp-compare-topologies-mrr-cmp"
5312   comparisons:
5313     - title: "Diff"
5314       reference: 1
5315       compare: 2
5316   legend:
5317     - "Legend to Table"
5318     - "3n-skx, 2n-skx - topologies tested."
5319     - "Diff - difference between 3n-skx and 2n-skx topologies."
5320
5321 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5322 - type: "table"
5323   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5324   algorithm: "table_comparison"
5325   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5328   columns:
5329     - title: "3n-hsw xl710"
5330       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5331       tag: "NIC_Intel-XL710"
5332     - title: "2n-clx xxv710"
5333       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5334       tag: "NIC_Intel-XXV710"
5335   comparisons:
5336     - title: "Diff"
5337       reference: 1
5338       compare: 2
5339   legend:
5340     - "Legend to Table"
5341     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5342     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5343
5344 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5345 - type: "table"
5346   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5350   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5351   columns:
5352     - title: "3n-hsw xl710"
5353       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5354       tag: "NIC_Intel-XL710"
5355     - title: "2n-clx xxv710"
5356       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5357       tag: "NIC_Intel-XXV710"
5358   comparisons:
5359     - title: "Diff"
5360       reference: 1
5361       compare: 2
5362   legend:
5363     - "Legend to Table"
5364     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5365     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5366
5367 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5368 - type: "table"
5369   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5370   algorithm: "table_comparison"
5371   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5373   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5374   columns:
5375     - title: "3n-hsw xl710"
5376       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5377       tag: "NIC_Intel-XL710"
5378     - title: "2n-clx xxv710"
5379       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5380       tag: "NIC_Intel-XXV710"
5381   comparisons:
5382     - title: "Diff"
5383       reference: 1
5384       compare: 2
5385   legend:
5386     - "Legend to Table"
5387     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5388     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5389
5390 # Detailed Test Results - VPP Performance Results 3n-hsw
5391 - type: "table"
5392   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5395   columns:
5396     - title: " |prein| Test Name |preout| "
5397       data: "data name"
5398     - 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| "
5399       data: "data msg"
5400   data: "vpp-perf-results-3n-hsw"
5401   filter: "all"
5402   parameters:
5403   - "name"
5404   - "parent"
5405   - "msg"
5406
5407 # Detailed Test Results - VPP Performance Results 3n-skx
5408 - type: "table"
5409   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5410   algorithm: "table_merged_details"
5411   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5412   columns:
5413     - title: " |prein| Test Name |preout| "
5414       data: "data name"
5415     - 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| "
5416       data: "data msg"
5417   data: "vpp-perf-results-3n-skx"
5418   filter: "all"
5419   remove-ndr: False
5420   parameters:
5421   - "name"
5422   - "parent"
5423   - "msg"
5424
5425 # Detailed Test Results - VPP Performance Results 2n-skx
5426 - type: "table"
5427   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5428   algorithm: "table_merged_details"
5429   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5430   columns:
5431     - title: " |prein| Test Name |preout| "
5432       data: "data name"
5433     - 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| "
5434       data: "data msg"
5435   data: "vpp-perf-results-2n-skx"
5436   filter: "all"
5437   remove-ndr: False
5438   parameters:
5439   - "name"
5440   - "parent"
5441   - "msg"
5442
5443 # Detailed Test Results - VPP Performance Results 2n-clx
5444 - type: "table"
5445   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5446   algorithm: "table_merged_details"
5447   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5448   columns:
5449     - title: " |prein| Test Name |preout| "
5450       data: "data name"
5451     - 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| "
5452       data: "data msg"
5453   data: "vpp-perf-results-2n-clx"
5454   filter: "all"
5455   parameters:
5456   - "name"
5457   - "parent"
5458   - "msg"
5459
5460 # Detailed Test Results - VPP Performance Results 3n-tsh
5461 - type: "table"
5462   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5463   algorithm: "table_merged_details"
5464   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5465   columns:
5466     - title: " |prein| Test Name |preout| "
5467       data: "data name"
5468     - 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| "
5469       data: "data msg"
5470   data: "vpp-perf-results-3n-tsh"
5471   filter: "all"
5472   parameters:
5473   - "name"
5474   - "parent"
5475   - "msg"
5476
5477 # Detailed Test Results - VPP Performance Results 3n-dnv
5478 - type: "table"
5479   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5480   algorithm: "table_merged_details"
5481   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5482   columns:
5483     - title: " |prein| Test Name |preout| "
5484       data: "data name"
5485     - 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| "
5486       data: "data msg"
5487   data: "vpp-perf-results-3n-dnv"
5488   filter: "all"
5489   parameters:
5490   - "name"
5491   - "parent"
5492   - "msg"
5493
5494 # Detailed Test Results - VPP Performance Results 2n-dnv
5495 - type: "table"
5496   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5497   algorithm: "table_merged_details"
5498   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5499   columns:
5500     - title: " |prein| Test Name |preout| "
5501       data: "data name"
5502     - 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| "
5503       data: "data msg"
5504   data: "vpp-perf-results-2n-dnv"
5505   filter: "all"
5506   parameters:
5507   - "name"
5508   - "parent"
5509   - "msg"
5510
5511 # Test configuration - VPP Performance Test Configs 3n-hsw
5512 - type: "table"
5513   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5514   algorithm: "table_merged_details"
5515   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5516   columns:
5517     - title: " |prein| Test Name |preout| "
5518       data: "data name"
5519     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5520       data: "data conf-history"
5521   data: "vpp-perf-results-3n-hsw"
5522   filter: "all"
5523   parameters:
5524   - "parent"
5525   - "name"
5526   - "conf-history"
5527
5528 # Test configuration - VPP Performance Test Configs 3n-skx
5529 - type: "table"
5530   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5537       data: "data conf-history"
5538   data: "vpp-perf-results-3n-skx"
5539   filter: "all"
5540   parameters:
5541   - "parent"
5542   - "name"
5543   - "conf-history"
5544
5545 # Test configuration - VPP Performance Test Configs 2n-skx
5546 - type: "table"
5547   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5548   algorithm: "table_merged_details"
5549   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5550   columns:
5551     - title: " |prein| Test Name |preout| "
5552       data: "data name"
5553     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5554       data: "data conf-history"
5555   data: "vpp-perf-results-2n-skx"
5556   filter: "all"
5557   parameters:
5558   - "parent"
5559   - "name"
5560   - "conf-history"
5561
5562 # Test configuration - VPP Performance Test Configs 2n-clx
5563 - type: "table"
5564   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5565   algorithm: "table_merged_details"
5566   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5567   columns:
5568     - title: " |prein| Test Name |preout| "
5569       data: "data name"
5570     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5571       data: "data conf-history"
5572   data: "vpp-perf-results-2n-clx"
5573   filter: "all"
5574   parameters:
5575   - "parent"
5576   - "name"
5577   - "conf-history"
5578
5579 # Test configuration - VPP Performance Test Configs 3n-tsh
5580 - type: "table"
5581   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5588       data: "data conf-history"
5589   data: "vpp-perf-results-3n-tsh"
5590   filter: "all"
5591   parameters:
5592   - "parent"
5593   - "name"
5594   - "conf-history"
5595
5596 # Test configuration - VPP Performance Test Configs 3n-dnv
5597 - type: "table"
5598   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5601   columns:
5602     - title: " |prein| Test Name |preout| "
5603       data: "data name"
5604     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5605       data: "data conf-history"
5606   data: "vpp-perf-results-3n-dnv"
5607   filter: "all"
5608   parameters:
5609   - "parent"
5610   - "name"
5611   - "conf-history"
5612
5613 # Test configuration - VPP Performance Test Configs 2n-dnv
5614 - type: "table"
5615   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5618   columns:
5619     - title: " |prein| Test Name |preout| "
5620       data: "data name"
5621     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5622       data: "data conf-history"
5623   data: "vpp-perf-results-2n-dnv"
5624   filter: "all"
5625   parameters:
5626   - "parent"
5627   - "name"
5628   - "conf-history"
5629
5630 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5631 - type: "table"
5632   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5633   algorithm: "table_oper_data_html"
5634   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5635   data: "vpp-perf-results-3n-hsw"
5636   filter: "all"
5637
5638 # Test Operational Data - VPP Performance Operational Data 3n-skx
5639 - type: "table"
5640   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5641   algorithm: "table_oper_data_html"
5642   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5643   data: "vpp-perf-results-3n-skx"
5644   filter: "all"
5645
5646 # Test Operational Data - VPP Performance Operational Data 2n-skx
5647 - type: "table"
5648   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5649   algorithm: "table_oper_data_html"
5650   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5651   data: "vpp-perf-results-2n-skx"
5652   filter: "all"
5653
5654 # Test Operational Data - VPP Performance Operational Data 2n-clx
5655 - type: "table"
5656   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5657   algorithm: "table_oper_data_html"
5658   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5659   data: "vpp-perf-results-2n-clx"
5660   filter: "all"
5661
5662 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5663 - type: "table"
5664   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5665   algorithm: "table_oper_data_html"
5666   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5667   data: "vpp-perf-results-3n-tsh"
5668   filter: "all"
5669
5670 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5671 - type: "table"
5672   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5673   algorithm: "table_oper_data_html"
5674   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5675   data: "vpp-perf-results-3n-dnv"
5676   filter: "all"
5677
5678 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5679 - type: "table"
5680   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5681   algorithm: "table_oper_data_html"
5682   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5683   data: "vpp-perf-results-2n-dnv"
5684   filter: "all"
5685
5686 # Detailed Test Results - VPP MRR Results 3n-hsw
5687 - type: "table"
5688   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5691   columns:
5692     - title: " |prein| Test Name |preout| "
5693       data: "data name"
5694     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5695       data: "data msg"
5696   data: "vpp-mrr-results-3n-hsw"
5697   filter: "all"
5698   parameters:
5699   - "name"
5700   - "parent"
5701   - "msg"
5702
5703 # Detailed Test Results - VPP MRR Results 3n-skx
5704 - type: "table"
5705   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5708   columns:
5709     - title: " |prein| Test Name |preout| "
5710       data: "data name"
5711     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5712       data: "data msg"
5713   data: "vpp-mrr-results-3n-skx"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "msg"
5719
5720 # Detailed Test Results - VPP MRR Results 2n-skx
5721 - type: "table"
5722   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5725   columns:
5726     - title: " |prein| Test Name |preout| "
5727       data: "data name"
5728     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5729       data: "data msg"
5730   data: "vpp-mrr-results-2n-skx"
5731   filter: "all"
5732   parameters:
5733   - "name"
5734   - "parent"
5735   - "msg"
5736
5737 # Detailed Test Results - VPP MRR Results 2n-clx
5738 - type: "table"
5739   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5742   columns:
5743     - title: " |prein| Test Name |preout| "
5744       data: "data name"
5745     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5746       data: "data msg"
5747   data: "vpp-mrr-results-2n-clx"
5748   filter: "all"
5749   parameters:
5750   - "name"
5751   - "parent"
5752   - "msg"
5753
5754 # Detailed Test Results - VPP MRR Results 3n-tsh
5755 - type: "table"
5756   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5757   algorithm: "table_merged_details"
5758   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5759   columns:
5760     - title: " |prein| Test Name |preout| "
5761       data: "data name"
5762     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5763       data: "data msg"
5764   data: "vpp-mrr-results-3n-tsh"
5765   filter: "all"
5766   parameters:
5767   - "name"
5768   - "parent"
5769   - "msg"
5770
5771 # Detailed Test Results - VPP MRR Results 3n-dnv
5772 - type: "table"
5773   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5774   algorithm: "table_merged_details"
5775   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5776   columns:
5777     - title: " |prein| Test Name |preout| "
5778       data: "data name"
5779     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5780       data: "data msg"
5781   data: "vpp-mrr-results-3n-dnv"
5782   filter: "all"
5783   parameters:
5784   - "name"
5785   - "parent"
5786   - "msg"
5787
5788 # Detailed Test Results - VPP MRR Results 2n-dnv
5789 - type: "table"
5790   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5797       data: "data msg"
5798   data: "vpp-mrr-results-2n-dnv"
5799   filter: "all"
5800   parameters:
5801   - "name"
5802   - "parent"
5803   - "msg"
5804
5805 # Test configuration - VPP MRR Test Configs 3n-hsw
5806 - type: "table"
5807   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5814       data: "data conf-history"
5815   data: "vpp-mrr-results-3n-hsw"
5816   filter: "all"
5817   parameters:
5818   - "parent"
5819   - "name"
5820   - "conf-history"
5821
5822 # Test configuration - VPP MRR Test Configs 3n-skx
5823 - type: "table"
5824   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5831       data: "data conf-history"
5832   data: "vpp-mrr-results-3n-skx"
5833   filter: "all"
5834   parameters:
5835   - "parent"
5836   - "name"
5837   - "conf-history"
5838
5839 # Test configuration - VPP MRR Test Configs 2n-skx
5840 - type: "table"
5841   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5848       data: "data conf-history"
5849   data: "vpp-mrr-results-2n-skx"
5850   filter: "all"
5851   parameters:
5852   - "parent"
5853   - "name"
5854   - "conf-history"
5855
5856 # Test configuration - VPP MRR Test Configs 2n-clx
5857 - type: "table"
5858   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5865       data: "data conf-history"
5866   data: "vpp-mrr-results-2n-clx"
5867   filter: "all"
5868   parameters:
5869   - "parent"
5870   - "name"
5871   - "conf-history"
5872
5873 # Test configuration - VPP MRR Test Configs 3n-tsh
5874 - type: "table"
5875   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5882       data: "data conf-history"
5883   data: "vpp-mrr-results-3n-tsh"
5884   filter: "all"
5885   parameters:
5886   - "parent"
5887   - "name"
5888   - "conf-history"
5889
5890 # Test configuration - VPP MRR Test Configs 3n-dnv
5891 - type: "table"
5892   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5893   algorithm: "table_merged_details"
5894   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5895   columns:
5896     - title: " |prein| Test Name |preout| "
5897       data: "data name"
5898     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5899       data: "data conf-history"
5900   data: "vpp-mrr-results-3n-dnv"
5901   filter: "all"
5902   parameters:
5903   - "parent"
5904   - "name"
5905   - "conf-history"
5906
5907 # Test configuration - VPP MRR Test Configs 2n-dnv
5908 - type: "table"
5909   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5910   algorithm: "table_merged_details"
5911   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5912   columns:
5913     - title: " |prein| Test Name |preout| "
5914       data: "data name"
5915     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5916       data: "data conf-history"
5917   data: "vpp-mrr-results-2n-dnv"
5918   filter: "all"
5919   parameters:
5920   - "parent"
5921   - "name"
5922   - "conf-history"
5923
5924 # Detailed Test Results - VPP Device Results - Ubuntu
5925 - type: "table"
5926   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5927   algorithm: "table_merged_details"
5928   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5929   columns:
5930     - title: " |prein| Test Name |preout| "
5931       data: "data name"
5932     - title: " |prein| Status |preout| "
5933       data: "data status"
5934   data: "vpp-device-results-ubuntu"
5935   filter: "all"
5936   parameters:
5937   - "name"
5938   - "parent"
5939   - "doc"
5940   - "status"
5941
5942 # Test configuration - VPP Device Test Configs - Ubuntu
5943 - type: "table"
5944   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5945   algorithm: "table_merged_details"
5946   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5947   columns:
5948     - title: " |prein| Test Name |preout| "
5949       data: "data name"
5950     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5951       data: "data conf-history"
5952   data: "vpp-device-results-ubuntu"
5953   filter: "all"
5954   parameters:
5955   - "parent"
5956   - "name"
5957   - "conf-history"
5958
5959 ################################################################################
5960
5961 # DPDK Performance Changes 3n-hsw 1t1c pdr
5962 - type: "table"
5963   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5964   algorithm: "table_comparison"
5965   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5967   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5968   columns:
5969     - title: "1908"
5970       data-set: "dpdk-performance-changes-3n-hsw-h1"
5971     - title: "2001"
5972       data-set: "dpdk-performance-changes-3n-hsw-ref"
5973     - title: "2005"
5974       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5975   comparisons:
5976     - title: "Diff"
5977       reference: 2
5978       compare: 3
5979   legend:
5980     - "Legend to Table"
5981     - "1908, 2001, 2005 - DPDK versions tested."
5982     - "Diff - difference between 2001 and 2005 DPDK version."
5983
5984 # DPDK Performance Changes 3n-hsw 2t2c pdr
5985 - type: "table"
5986   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5987   algorithm: "table_comparison"
5988   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5990   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5991   columns:
5992     - title: "1908"
5993       data-set: "dpdk-performance-changes-3n-hsw-h1"
5994     - title: "2001"
5995       data-set: "dpdk-performance-changes-3n-hsw-ref"
5996     - title: "2005"
5997       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5998   comparisons:
5999     - title: "Diff"
6000       reference: 2
6001       compare: 3
6002   legend:
6003     - "Legend to Table"
6004     - "1908, 2001, 2005 - DPDK versions tested."
6005     - "Diff - difference between 2001 and 2005 DPDK version."
6006
6007 # DPDK Performance Changes 3n-hsw 1t1c pdr
6008 - type: "table"
6009   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6010   algorithm: "table_comparison"
6011   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6013   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6014   columns:
6015     - title: "1908"
6016       data-set: "dpdk-performance-changes-3n-hsw-h1"
6017     - title: "2001"
6018       data-set: "dpdk-performance-changes-3n-hsw-ref"
6019     - title: "2005"
6020       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6021   comparisons:
6022     - title: "Diff"
6023       reference: 2
6024       compare: 3
6025   legend:
6026     - "Legend to Table"
6027     - "1908, 2001, 2005 - DPDK versions tested."
6028     - "Diff - difference between 2001 and 2005 DPDK version."
6029
6030 # DPDK Performance Changes 3n-hsw 2t2c ndr
6031 - type: "table"
6032   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6033   algorithm: "table_comparison"
6034   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6036   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6037   columns:
6038     - title: "1908"
6039       data-set: "dpdk-performance-changes-3n-hsw-h1"
6040     - title: "2001"
6041       data-set: "dpdk-performance-changes-3n-hsw-ref"
6042     - title: "2005"
6043       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6044   comparisons:
6045     - title: "Diff"
6046       reference: 2
6047       compare: 3
6048   legend:
6049     - "Legend to Table"
6050     - "1908, 2001, 2005 - DPDK versions tested."
6051     - "Diff - difference between 2001 and 2005 DPDK version."
6052
6053 # DPDK Performance Changes 3n-skx 2t1c pdr
6054 - type: "table"
6055   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6056   algorithm: "table_comparison"
6057   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6059   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6060   columns:
6061     - title: "1908"
6062       data-set: "dpdk-performance-changes-3n-skx-h1"
6063     - title: "2001"
6064       data-set: "dpdk-performance-changes-3n-skx-ref"
6065     - title: "2005"
6066       data-set: "dpdk-performance-changes-3n-skx-cmp"
6067   comparisons:
6068     - title: "Diff"
6069       reference: 2
6070       compare: 3
6071   legend:
6072     - "Legend to Table"
6073     - "1908, 2001, 2005 - DPDK versions tested."
6074     - "Diff - difference between 2001 and 2005 DPDK version."
6075
6076 # DPDK Performance Changes 3n-skx 4t2c pdr
6077 - type: "table"
6078   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6082   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6083   columns:
6084     - title: "1908"
6085       data-set: "dpdk-performance-changes-3n-skx-h1"
6086     - title: "2001"
6087       data-set: "dpdk-performance-changes-3n-skx-ref"
6088     - title: "2005"
6089       data-set: "dpdk-performance-changes-3n-skx-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 2
6093       compare: 3
6094   legend:
6095     - "Legend to Table"
6096     - "1908, 2001, 2005 - DPDK versions tested."
6097     - "Diff - difference between 2001 and 2005 DPDK version."
6098
6099 # DPDK Performance Changes 3n-skx 2t1c ndr
6100 - type: "table"
6101   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6105   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6106   columns:
6107     - title: "1908"
6108       data-set: "dpdk-performance-changes-3n-skx-h1"
6109     - title: "2001"
6110       data-set: "dpdk-performance-changes-3n-skx-ref"
6111     - title: "2005"
6112       data-set: "dpdk-performance-changes-3n-skx-cmp"
6113   comparisons:
6114     - title: "Diff"
6115       reference: 2
6116       compare: 3
6117   legend:
6118     - "Legend to Table"
6119     - "1908, 2001, 2005 - DPDK versions tested."
6120     - "Diff - difference between 2001 and 2005 DPDK version."
6121
6122 # DPDK Performance Changes 3n-skx 4t2c ndr
6123 - type: "table"
6124   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6125   algorithm: "table_comparison"
6126   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6129   columns:
6130     - title: "1908"
6131       data-set: "dpdk-performance-changes-3n-skx-h1"
6132     - title: "2001"
6133       data-set: "dpdk-performance-changes-3n-skx-ref"
6134     - title: "2005"
6135       data-set: "dpdk-performance-changes-3n-skx-cmp"
6136   comparisons:
6137     - title: "Diff"
6138       reference: 2
6139       compare: 3
6140   legend:
6141     - "Legend to Table"
6142     - "1908, 2001, 2005 - DPDK versions tested."
6143     - "Diff - difference between 2001 and 2005 DPDK version."
6144
6145 # DPDK Performance Changes 2n-skx 2t1c pdr
6146 - type: "table"
6147   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6148   algorithm: "table_comparison"
6149   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6151   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6152   columns:
6153     - title: "1908"
6154       data-set: "dpdk-performance-changes-2n-skx-h1"
6155     - title: "2001"
6156       data-set: "dpdk-performance-changes-2n-skx-ref"
6157     - title: "2005"
6158       data-set: "dpdk-performance-changes-2n-skx-cmp"
6159   comparisons:
6160     - title: "Diff"
6161       reference: 2
6162       compare: 3
6163   legend:
6164     - "Legend to Table"
6165     - "1908, 2001, 2005 - DPDK versions tested."
6166     - "Diff - difference between 2001 and 2005 DPDK version."
6167
6168 # DPDK Performance Changes 2n-skx 4t2c pdr
6169 - type: "table"
6170   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6171   algorithm: "table_comparison"
6172   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6174   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6175   columns:
6176     - title: "1908"
6177       data-set: "dpdk-performance-changes-2n-skx-h1"
6178     - title: "2001"
6179       data-set: "dpdk-performance-changes-2n-skx-ref"
6180     - title: "2005"
6181       data-set: "dpdk-performance-changes-2n-skx-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 2
6185       compare: 3
6186   legend:
6187     - "Legend to Table"
6188     - "1908, 2001, 2005 - DPDK versions tested."
6189     - "Diff - difference between 2001 and 2005 DPDK version."
6190
6191 # DPDK Performance Changes 2n-skx 2t1c ndr
6192 - type: "table"
6193   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6197   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6198   columns:
6199     - title: "1908"
6200       data-set: "dpdk-performance-changes-2n-skx-h1"
6201     - title: "2001"
6202       data-set: "dpdk-performance-changes-2n-skx-ref"
6203     - title: "2005"
6204       data-set: "dpdk-performance-changes-2n-skx-cmp"
6205   comparisons:
6206     - title: "Diff"
6207       reference: 2
6208       compare: 3
6209   legend:
6210     - "Legend to Table"
6211     - "1908, 2001, 2005 - DPDK versions tested."
6212     - "Diff - difference between 2001 and 2005 DPDK version."
6213
6214 # DPDK Performance Changes 2n-skx 4t2c ndr
6215 - type: "table"
6216   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6220   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6221   columns:
6222     - title: "1908"
6223       data-set: "dpdk-performance-changes-2n-skx-h1"
6224     - title: "2001"
6225       data-set: "dpdk-performance-changes-2n-skx-ref"
6226     - title: "2005"
6227       data-set: "dpdk-performance-changes-2n-skx-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 2
6231       compare: 3
6232   legend:
6233     - "Legend to Table"
6234     - "1908, 2001, 2005 - DPDK versions tested."
6235     - "Diff - difference between 2001 and 2005 DPDK version."
6236
6237 # DPDK Performance Changes 2n-clx 2t1c pdr
6238 - type: "table"
6239   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6243   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6244   columns:
6245     - title: "2001"
6246       data-set: "dpdk-performance-changes-2n-clx-ref"
6247     - title: "2005"
6248       data-set: "dpdk-performance-changes-2n-clx-cmp"
6249   comparisons:
6250     - title: "Diff"
6251       reference: 1
6252       compare: 2
6253   legend:
6254     - "Legend to Table"
6255     - "2001, 2005 - DPDK versions tested."
6256     - "Diff - difference between 2001 and 2005 DPDK version."
6257
6258 # DPDK Performance Changes 2n-clx 4t2c pdr
6259 - type: "table"
6260   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6261   algorithm: "table_comparison"
6262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6264   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6265   columns:
6266     - title: "2001"
6267       data-set: "dpdk-performance-changes-2n-clx-ref"
6268     - title: "2005"
6269       data-set: "dpdk-performance-changes-2n-clx-cmp"
6270   comparisons:
6271     - title: "Diff"
6272       reference: 1
6273       compare: 2
6274   legend:
6275     - "Legend to Table"
6276     - "2001, 2005 - DPDK versions tested."
6277     - "Diff - difference between 2001 and 2005 DPDK version."
6278
6279 # DPDK Performance Changes 2n-clx 2t1c ndr
6280 - type: "table"
6281   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6282   algorithm: "table_comparison"
6283   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6285   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6286   columns:
6287     - title: "2001"
6288       data-set: "dpdk-performance-changes-2n-clx-ref"
6289     - title: "2005"
6290       data-set: "dpdk-performance-changes-2n-clx-cmp"
6291   comparisons:
6292     - title: "Diff"
6293       reference: 1
6294       compare: 2
6295   legend:
6296     - "Legend to Table"
6297     - "2001, 2005 - DPDK versions tested."
6298     - "Diff - difference between 2001 and 2005 DPDK version."
6299
6300 # DPDK Performance Changes 2n-clx 4t2c ndr
6301 - type: "table"
6302   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6303   algorithm: "table_comparison"
6304   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6305   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6306   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6307   columns:
6308     - title: "2001"
6309       data-set: "dpdk-performance-changes-2n-clx-ref"
6310     - title: "2005"
6311       data-set: "dpdk-performance-changes-2n-clx-cmp"
6312   comparisons:
6313     - title: "Diff"
6314       reference: 1
6315       compare: 2
6316   legend:
6317     - "Legend to Table"
6318     - "2001, 2005 - DPDK versions tested."
6319     - "Diff - difference between 2001 and 2005 DPDK version."
6320
6321 # DPDK Performance Changes 2n-dnv 1t1c pdr
6322 - type: "table"
6323   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6324   algorithm: "table_comparison"
6325   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6327   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6328   columns:
6329     - title: "2001"
6330       data-set: "dpdk-performance-changes-2n-dnv-ref"
6331     - title: "2005"
6332       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6333   comparisons:
6334     - title: "Diff"
6335       reference: 1
6336       compare: 2
6337   legend:
6338     - "Legend to Table"
6339     - "2001, 2005 - DPDK versions tested."
6340     - "Diff - difference between 2001 and 2005 DPDK version."
6341
6342 # DPDK Performance Changes 2n-dnv 2t2c pdr
6343 - type: "table"
6344   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6345   algorithm: "table_comparison"
6346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6348   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6349   columns:
6350     - title: "2001"
6351       data-set: "dpdk-performance-changes-2n-dnv-ref"
6352     - title: "2005"
6353       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6354   comparisons:
6355     - title: "Diff"
6356       reference: 1
6357       compare: 2
6358   legend:
6359     - "Legend to Table"
6360     - "2001, 2005 - DPDK versions tested."
6361     - "Diff - difference between 2001 and 2005 DPDK version."
6362
6363 # DPDK Performance Changes 2n-dnv 1t1c ndr
6364 - type: "table"
6365   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6366   algorithm: "table_comparison"
6367   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6369   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6370   columns:
6371     - title: "2001"
6372       data-set: "dpdk-performance-changes-2n-dnv-ref"
6373     - title: "2005"
6374       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6375   comparisons:
6376     - title: "Diff"
6377       reference: 1
6378       compare: 2
6379   legend:
6380     - "Legend to Table"
6381     - "2001, 2005 - DPDK versions tested."
6382     - "Diff - difference between 2001 and 2005 DPDK version."
6383
6384 # DPDK Performance Changes 2n-dnv 2t2c ndr
6385 - type: "table"
6386   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6387   algorithm: "table_comparison"
6388   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6390   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6391   columns:
6392     - title: "2001"
6393       data-set: "dpdk-performance-changes-2n-dnv-ref"
6394     - title: "2005"
6395       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6396   comparisons:
6397     - title: "Diff"
6398       reference: 1
6399       compare: 2
6400   legend:
6401     - "Legend to Table"
6402     - "2001, 2005 - DPDK versions tested."
6403     - "Diff - difference between 2001 and 2005 DPDK version."
6404
6405 # DPDK Performance Changes 3n-dnv 1t1c pdr
6406 - type: "table"
6407   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6408   algorithm: "table_comparison"
6409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6411   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6412   columns:
6413     - title: "2001"
6414       data-set: "dpdk-performance-changes-3n-dnv-ref"
6415     - title: "2005"
6416       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6417   comparisons:
6418     - title: "Diff"
6419       reference: 1
6420       compare: 2
6421   legend:
6422     - "Legend to Table"
6423     - "2001, 2005 - DPDK versions tested."
6424     - "Diff - difference between 2001 and 2005 DPDK version."
6425
6426 # DPDK Performance Changes 3n-dnv 2t2c pdr
6427 - type: "table"
6428   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6429   algorithm: "table_comparison"
6430   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6432   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6433   columns:
6434     - title: "2001"
6435       data-set: "dpdk-performance-changes-3n-dnv-ref"
6436     - title: "2005"
6437       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6438   comparisons:
6439     - title: "Diff"
6440       reference: 1
6441       compare: 2
6442   legend:
6443     - "Legend to Table"
6444     - "2001, 2005 - DPDK versions tested."
6445     - "Diff - difference between 2001 and 2005 DPDK version."
6446
6447 # DPDK Performance Changes 3n-dnv 1t1c ndr
6448 - type: "table"
6449   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6450   algorithm: "table_comparison"
6451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6453   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6454   columns:
6455     - title: "2001"
6456       data-set: "dpdk-performance-changes-3n-dnv-ref"
6457     - title: "2005"
6458       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6459   comparisons:
6460     - title: "Diff"
6461       reference: 1
6462       compare: 2
6463   legend:
6464     - "Legend to Table"
6465     - "2001, 2005 - DPDK versions tested."
6466     - "Diff - difference between 2001 and 2005 DPDK version."
6467
6468 # DPDK Performance Changes 3n-dnv 2t2c ndr
6469 - type: "table"
6470   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6471   algorithm: "table_comparison"
6472   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6474   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6475   columns:
6476     - title: "2001"
6477       data-set: "dpdk-performance-changes-3n-dnv-ref"
6478     - title: "2005"
6479       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6480   comparisons:
6481     - title: "Diff"
6482       reference: 1
6483       compare: 2
6484   legend:
6485     - "Legend to Table"
6486     - "2001, 2005 - DPDK versions tested."
6487     - "Diff - difference between 2001 and 2005 DPDK version."
6488
6489 # DPDK Performance Changes 3n-tsh 1t1c pdr
6490 - type: "table"
6491   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6492   algorithm: "table_comparison"
6493   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6495   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6496   columns:
6497     - title: "2001"
6498       data-set: "dpdk-performance-changes-3n-tsh-ref"
6499     - title: "2005"
6500       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6501   comparisons:
6502     - title: "Diff"
6503       reference: 1
6504       compare: 2
6505   legend:
6506     - "Legend to Table"
6507     - "2001, 2005 - DPDK versions tested."
6508     - "Diff - difference between 2001 and 2005 DPDK version."
6509
6510 # DPDK Performance Changes 3n-tsh 2t2c pdr
6511 - type: "table"
6512   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6513   algorithm: "table_comparison"
6514   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6516   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6517   columns:
6518     - title: "2001"
6519       data-set: "dpdk-performance-changes-3n-tsh-ref"
6520     - title: "2005"
6521       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6522   comparisons:
6523     - title: "Diff"
6524       reference: 1
6525       compare: 2
6526   legend:
6527     - "Legend to Table"
6528     - "2001, 2005 - DPDK versions tested."
6529     - "Diff - difference between 2001 and 2005 DPDK version."
6530
6531 # DPDK Performance Changes 3n-tsh 1t1c ndr
6532 - type: "table"
6533   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6534   algorithm: "table_comparison"
6535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6537   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6538   columns:
6539     - title: "2001"
6540       data-set: "dpdk-performance-changes-3n-tsh-ref"
6541     - title: "2005"
6542       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6543   comparisons:
6544     - title: "Diff"
6545       reference: 1
6546       compare: 2
6547   legend:
6548     - "Legend to Table"
6549     - "2001, 2005 - DPDK versions tested."
6550     - "Diff - difference between 2001 and 2005 DPDK version."
6551
6552 # DPDK Performance Changes 3n-tsh 2t2c ndr
6553 - type: "table"
6554   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6555   algorithm: "table_comparison"
6556   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6558   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6559   columns:
6560     - title: "2001"
6561       data-set: "dpdk-performance-changes-3n-tsh-ref"
6562     - title: "2005"
6563       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6564   comparisons:
6565     - title: "Diff"
6566       reference: 1
6567       compare: 2
6568   legend:
6569     - "Legend to Table"
6570     - "2001, 2005 - DPDK versions tested."
6571     - "Diff - difference between 2001 and 2005 DPDK version."
6572
6573 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6574 - type: "table"
6575   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6576   algorithm: "table_comparison"
6577   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6579   filter: "'NIC_Intel-X710'"
6580   columns:
6581     - title: "3n-hsw x710"
6582       data-set: "dpdk-compare-testbeds-ref"
6583     - title: "3n-skx x710"
6584       data-set: "dpdk-compare-testbeds-cmp"
6585   comparisons:
6586     - title: "Diff"
6587       reference: 1
6588       compare: 2
6589   legend:
6590     - "Legend to Table"
6591     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6592     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6593
6594 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6595 - type: "table"
6596   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6597   algorithm: "table_comparison"
6598   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6600   filter: "'NIC_Intel-X710'"
6601   columns:
6602     - title: "3n-hsw x710"
6603       data-set: "dpdk-compare-testbeds-ref"
6604     - title: "3n-skx x710"
6605       data-set: "dpdk-compare-testbeds-cmp"
6606   comparisons:
6607     - title: "Diff"
6608       reference: 1
6609       compare: 2
6610   legend:
6611     - "Legend to Table"
6612     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6613     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6614
6615 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6616 - type: "table"
6617   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6618   algorithm: "table_comparison"
6619   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6621   filter: "'NIC_Intel-XXV710'"
6622   columns:
6623     - title: "2n-skx"
6624       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6625     - title: "2n-clx"
6626       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6627   comparisons:
6628     - title: "Diff"
6629       reference: 1
6630       compare: 2
6631   legend:
6632     - "Legend to Table"
6633     - "2n-skx, 2n-clx - testbeds and NICs tested."
6634     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6635
6636 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6637 - type: "table"
6638   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6639   algorithm: "table_comparison"
6640   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6642   filter: "'NIC_Intel-XXV710'"
6643   columns:
6644     - title: "2n-skx"
6645       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6646     - title: "2n-clx"
6647       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6648   comparisons:
6649     - title: "Diff"
6650       reference: 1
6651       compare: 2
6652   legend:
6653     - "Legend to Table"
6654     - "2n-skx, 2n-clx - testbeds and NICs tested."
6655     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6656
6657 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6658 - type: "table"
6659   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6660   algorithm: "table_comparison"
6661   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6663   filter: "'NIC_Intel-XXV710'"
6664   columns:
6665     - title: "3n-skx"
6666       data-set: "dpdk-compare-topologies-ref"
6667     - title: "2n-skx"
6668       data-set: "dpdk-compare-topologies-cmp"
6669   comparisons:
6670     - title: "Diff"
6671       reference: 1
6672       compare: 2
6673   legend:
6674     - "Legend to Table"
6675     - "3n-skx, 2n-skx - topologies tested."
6676     - "Diff - difference between 3n-skx and 2n-skx topologies."
6677
6678 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6679 - type: "table"
6680   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6681   algorithm: "table_comparison"
6682   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6684   filter: "'NIC_Intel-XXV710'"
6685   columns:
6686     - title: "3n-skx"
6687       data-set: "dpdk-compare-topologies-ref"
6688     - title: "2n-skx"
6689       data-set: "dpdk-compare-topologies-cmp"
6690   comparisons:
6691     - title: "Diff"
6692       reference: 1
6693       compare: 2
6694   legend:
6695     - "Legend to Table"
6696     - "3n-skx, 2n-skx - topologies tested."
6697     - "Diff - difference between 3n-skx and 2n-skx topologies."
6698
6699 # Detailed Test Results - DPDK Performance Results 3n-hsw
6700 - type: "table"
6701   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6702   algorithm: "table_merged_details"
6703   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6704   columns:
6705     - title: " |prein| Test Name |preout| "
6706       data: "data name"
6707     - 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| "
6708       data: "data msg"
6709   data: "dpdk-perf-results-3n-hsw"
6710   filter: "all"
6711   parameters:
6712   - "name"
6713   - "parent"
6714   - "msg"
6715
6716 # Detailed Test Results - DPDK Performance Results 3n-skx
6717 - type: "table"
6718   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6719   algorithm: "table_merged_details"
6720   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6721   columns:
6722     - title: " |prein| Test Name |preout| "
6723       data: "data name"
6724     - 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| "
6725       data: "data msg"
6726   data: "dpdk-perf-results-3n-skx"
6727   filter: "all"
6728   remove-ndr: False
6729   parameters:
6730   - "name"
6731   - "parent"
6732   - "msg"
6733
6734 # Detailed Test Results - DPDK Performance Results 2n-skx
6735 - type: "table"
6736   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6737   algorithm: "table_merged_details"
6738   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6739   columns:
6740     - title: " |prein| Test Name |preout| "
6741       data: "data name"
6742     - 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| "
6743       data: "data msg"
6744   data: "dpdk-perf-results-2n-skx"
6745   filter: "all"
6746   remove-ndr: False
6747   parameters:
6748   - "name"
6749   - "parent"
6750   - "msg"
6751
6752 # Detailed Test Results - DPDK Performance Results 2n-clx
6753 - type: "table"
6754   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6755   algorithm: "table_merged_details"
6756   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6757   columns:
6758     - title: " |prein| Test Name |preout| "
6759       data: "data name"
6760     - 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| "
6761       data: "data msg"
6762   data: "dpdk-perf-results-2n-clx"
6763   filter: "all"
6764   parameters:
6765   - "name"
6766   - "parent"
6767   - "msg"
6768
6769 # Detailed Test Results - DPDK Performance Results 2n-dnv
6770 - type: "table"
6771   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6772   algorithm: "table_merged_details"
6773   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6774   columns:
6775     - title: " |prein| Test Name |preout| "
6776       data: "data name"
6777     - 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| "
6778       data: "data msg"
6779   data: "dpdk-perf-results-2n-dnv"
6780   filter: "all"
6781   parameters:
6782   - "name"
6783   - "parent"
6784   - "msg"
6785
6786 # Detailed Test Results - DPDK Performance Results 3n-dnv
6787 - type: "table"
6788   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6789   algorithm: "table_merged_details"
6790   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6791   columns:
6792     - title: " |prein| Test Name |preout| "
6793       data: "data name"
6794     - 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| "
6795       data: "data msg"
6796   data: "dpdk-perf-results-3n-dnv"
6797   filter: "all"
6798   parameters:
6799   - "name"
6800   - "parent"
6801   - "msg"
6802
6803 # Detailed Test Results - DPDK Performance Results 3n-tsh
6804 - type: "table"
6805   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6806   algorithm: "table_merged_details"
6807   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6808   columns:
6809     - title: " |prein| Test Name |preout| "
6810       data: "data name"
6811     - 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| "
6812       data: "data msg"
6813   data: "dpdk-perf-results-3n-tsh"
6814   filter: "all"
6815   parameters:
6816   - "name"
6817   - "parent"
6818   - "msg"
6819
6820 ################################################################################
6821 ###                                F I L E S                                 ###
6822 ################################################################################
6823
6824 # VPP Performance Results
6825 - type: "file"
6826   title: "VPP Performance Results"
6827   algorithm: "file_details_split"
6828   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6829   dir-tables:
6830     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6831     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6832     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6833     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6834     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6835     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6836     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6837   data:
6838     - "vpp-perf-results-2n-skx"
6839     - "vpp-perf-results-3n-skx"
6840     - "vpp-perf-results-2n-clx"
6841     - "vpp-perf-results-3n-hsw"
6842     - "vpp-perf-results-3n-tsh"
6843     - "vpp-perf-results-2n-dnv"
6844     - "vpp-perf-results-3n-dnv"
6845   filter: "all"
6846   data-start-level: 4
6847   order-chapters:
6848     level-1:
6849       - "l2"
6850       - "ip4"
6851       - "ip6"
6852       - "srv6"
6853       - "ip4_tunnels"
6854       - "ip6_tunnels"
6855       - "vm_vhost"
6856       - "container_memif"
6857       - "crypto"
6858       - "vts"
6859       - "lb"
6860       - "nfv_density"
6861       - "hoststack"
6862     level-2:
6863       - "2n-skx"
6864       - "3n-skx"
6865       - "2n-clx"
6866       - "3n-hsw"
6867       - "3n-tsh"
6868       - "2n-dnv"
6869       - "3n-dnv"
6870     level-3:
6871       - "xl710"
6872       - "x520"
6873       - "xxv710"
6874       - "x710"
6875       - "x553"
6876       - "cx556a"
6877       - "vic1227"
6878       - "vic1385"
6879
6880 # VPP Performance Configuration
6881 - type: "file"
6882   title: "VPP Performance Configuration"
6883   algorithm: "file_details_split"
6884   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6885   dir-tables:
6886     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6887     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6888     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6889     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6890     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6891     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6892     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6893   data:
6894     - "vpp-perf-results-2n-skx"
6895     - "vpp-perf-results-3n-skx"
6896     - "vpp-perf-results-2n-clx"
6897     - "vpp-perf-results-3n-hsw"
6898     - "vpp-perf-results-3n-tsh"
6899     - "vpp-perf-results-2n-dnv"
6900     - "vpp-perf-results-3n-dnv"
6901   filter: "all"
6902   data-start-level: 4
6903   order-chapters:
6904     level-1:
6905       - "l2"
6906       - "ip4"
6907       - "ip6"
6908       - "srv6"
6909       - "ip4_tunnels"
6910       - "ip6_tunnels"
6911       - "vm_vhost"
6912       - "container_memif"
6913       - "crypto"
6914       - "vts"
6915       - "lb"
6916       - "nfv_density"
6917       - "hoststack"
6918     level-2:
6919       - "2n-skx"
6920       - "3n-skx"
6921       - "2n-clx"
6922       - "3n-hsw"
6923       - "3n-tsh"
6924       - "2n-dnv"
6925       - "3n-dnv"
6926     level-3:
6927       - "xl710"
6928       - "x520"
6929       - "xxv710"
6930       - "x710"
6931       - "x553"
6932       - "cx556a"
6933       - "vic1227"
6934       - "vic1385"
6935
6936 # VPP Performance Operational
6937 - type: "file"
6938   title: "VPP Performance Operational"
6939   algorithm: "file_details_split_html"
6940   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6941   dir-tables:
6942     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6943     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6944     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6945     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6946     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6947     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6948     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6949   data:
6950     - "vpp-perf-results-2n-skx"
6951     - "vpp-perf-results-3n-skx"
6952     - "vpp-perf-results-2n-clx"
6953     - "vpp-perf-results-3n-hsw"
6954     - "vpp-perf-results-3n-tsh"
6955     - "vpp-perf-results-2n-dnv"
6956     - "vpp-perf-results-3n-dnv"
6957   filter: "all"
6958   data-start-level: 4
6959   order-chapters:
6960     level-1:
6961       - "l2"
6962       - "ip4"
6963       - "ip6"
6964       - "srv6"
6965       - "ip4_tunnels"
6966       - "ip6_tunnels"
6967       - "vm_vhost"
6968       - "container_memif"
6969       - "crypto"
6970       - "vts"
6971       - "lb"
6972       - "nfv_density"
6973       - "hoststack"
6974     level-2:
6975       - "2n-skx"
6976       - "3n-skx"
6977       - "2n-clx"
6978       - "3n-hsw"
6979       - "3n-tsh"
6980       - "2n-dnv"
6981       - "3n-dnv"
6982     level-3:
6983       - "xl710"
6984       - "x520"
6985       - "xxv710"
6986       - "x710"
6987       - "x553"
6988       - "cx556a"
6989       - "vic1227"
6990       - "vic1385"
6991
6992 # VPP MRR Results
6993 - type: "file"
6994   title: "VPP MRR Results"
6995   algorithm: "file_details_split"
6996   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6997   dir-tables:
6998     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6999     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7000     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7001     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7002     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7003     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7004     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7005   data:
7006     - "vpp-mrr-results-2n-skx"
7007     - "vpp-mrr-results-3n-skx"
7008     - "vpp-mrr-results-2n-clx"
7009     - "vpp-mrr-results-3n-hsw"
7010     - "vpp-mrr-results-3n-tsh"
7011     - "vpp-mrr-results-2n-dnv"
7012     - "vpp-mrr-results-3n-dnv"
7013   filter: "all"
7014   data-start-level: 4
7015   order-chapters:
7016     level-1:
7017       - "l2"
7018       - "ip4"
7019       - "ip6"
7020       - "srv6"
7021       - "ip4_tunnels"
7022       - "ip6_tunnels"
7023       - "vm_vhost"
7024       - "container_memif"
7025       - "crypto"
7026       - "vts"
7027       - "lb"
7028       - "nfv_density"
7029       - "hoststack"
7030     level-2:
7031       - "2n-skx"
7032       - "3n-skx"
7033       - "2n-clx"
7034       - "3n-hsw"
7035       - "3n-tsh"
7036       - "2n-dnv"
7037       - "3n-dnv"
7038     level-3:
7039       - "xl710"
7040       - "x520"
7041       - "xxv710"
7042       - "x710"
7043       - "x553"
7044       - "cx556a"
7045       - "vic1227"
7046       - "vic1385"
7047
7048 # VPP MRR Configuration
7049 - type: "file"
7050   title: "VPP MRR Configuration"
7051   algorithm: "file_details_split"
7052   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7053   dir-tables:
7054     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7055     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7056     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7057     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7058     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7059     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7060     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7061   data:
7062     - "vpp-mrr-results-2n-skx"
7063     - "vpp-mrr-results-3n-skx"
7064     - "vpp-mrr-results-2n-clx"
7065     - "vpp-mrr-results-3n-hsw"
7066     - "vpp-mrr-results-3n-tsh"
7067     - "vpp-mrr-results-2n-dnv"
7068     - "vpp-mrr-results-3n-dnv"
7069   filter: "all"
7070   data-start-level: 4
7071   order-chapters:
7072     level-1:
7073       - "l2"
7074       - "ip4"
7075       - "ip6"
7076       - "srv6"
7077       - "ip4_tunnels"
7078       - "ip6_tunnels"
7079       - "vm_vhost"
7080       - "container_memif"
7081       - "crypto"
7082       - "vts"
7083       - "lb"
7084       - "nfv_density"
7085       - "hoststack"
7086     level-2:
7087       - "2n-skx"
7088       - "3n-skx"
7089       - "2n-clx"
7090       - "3n-hsw"
7091       - "3n-tsh"
7092       - "2n-dnv"
7093       - "3n-dnv"
7094     level-3:
7095       - "xl710"
7096       - "x520"
7097       - "xxv710"
7098       - "x710"
7099       - "x553"
7100       - "cx556a"
7101       - "vic1227"
7102       - "vic1385"
7103
7104 # VPP Device Results - Ubuntu
7105 - type: "file"
7106   title: "VPP Device Results - Ubuntu"
7107   algorithm: "file_test_results"
7108   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7109   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7110   data: "vpp-device-results-ubuntu"
7111   filter: "all"
7112   data-start-level: 4
7113
7114 # VPP Device Configuration - Ubuntu
7115 - type: "file"
7116   title: "VPP Device Configuration - Ubuntu"
7117   algorithm: "file_test_results"
7118   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7119   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7120   data: "vpp-device-results-ubuntu"
7121   filter: "all"
7122   data-start-level: 4
7123
7124 # DPDK Performance Results 3n-hsw
7125 - type: "file"
7126   title: "DPDK Performance Results 3n-hsw"
7127   algorithm: "file_test_results"
7128   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7129   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7130   data: "dpdk-perf-results-3n-hsw"
7131   filter: "all"
7132   data-start-level: 4
7133
7134 # DPDK Performance Results 3n-skx
7135 - type: "file"
7136   title: "DPDK Performance Results 3n-skx"
7137   algorithm: "file_test_results"
7138   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7139   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7140   data: "dpdk-perf-results-3n-skx"
7141   filter: "all"
7142   data-start-level: 4
7143
7144 # DPDK Performance Results 2n-skx
7145 - type: "file"
7146   title: "DPDK Performance Results 2n-skx"
7147   algorithm: "file_test_results"
7148   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7149   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7150   data: "dpdk-perf-results-2n-skx"
7151   filter: "all"
7152   data-start-level: 4
7153
7154 # DPDK Performance Results 2n-clx
7155 - type: "file"
7156   title: "DPDK Performance Results 2n-clx"
7157   algorithm: "file_test_results"
7158   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7159   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7160   data: "dpdk-perf-results-2n-clx"
7161   filter: "all"
7162   data-start-level: 4
7163
7164 # DPDK Performance Results 2n-dnv
7165 - type: "file"
7166   title: "DPDK Performance Results 2n-dnv"
7167   algorithm: "file_test_results"
7168   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7169   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7170   data: "dpdk-perf-results-2n-dnv"
7171   filter: "all"
7172   data-start-level: 4
7173
7174 # DPDK Performance Results 3n-dnv
7175 - type: "file"
7176   title: "DPDK Performance Results 3n-dnv"
7177   algorithm: "file_test_results"
7178   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7179   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7180   data: "dpdk-perf-results-3n-dnv"
7181   filter: "all"
7182   data-start-level: 4
7183
7184 # DPDK Performance Results 3n-tsh
7185 - type: "file"
7186   title: "DPDK Performance Results 3n-tsh"
7187   algorithm: "file_test_results"
7188   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7189   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7190   data: "dpdk-perf-results-3n-tsh"
7191   filter: "all"
7192   data-start-level: 4
7193
7194 ################################################################################
7195 ###                                P L O T S                                 ###
7196 ################################################################################
7197
7198 # Hoststack tests 3n-hsw
7199
7200 - type: "plot"
7201   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7202   algorithm: "plot_perf_box_name"
7203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7204   data: "plot-vpp-hoststack-3n-hsw"
7205   include:
7206     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7207     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7208   layout:
7209     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7210     layout: "plot-hoststack"
7211
7212 - type: "plot"
7213   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7214   algorithm: "plot_perf_box_name"
7215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7216   data: "plot-vpp-hoststack-3n-hsw"
7217   include:
7218     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7219     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7220   layout:
7221     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7222     layout: "plot-hoststack"
7223
7224 - type: "plot"
7225   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7226   algorithm: "plot_perf_box_name"
7227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7228   data: "plot-vpp-hoststack-3n-hsw"
7229   include:
7230     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7231     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7232     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7233     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7234   layout:
7235     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7236     layout: "plot-hoststack"
7237
7238 ## Plots VPP HTTP Server Performance
7239 #- type: "plot"
7240 #  title: "VPP HTTP Server Performance"
7241 #  algorithm: "plot_http_server_perf_box"
7242 #  output-file-type: ".html"
7243 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7244 #  data:
7245 #    "plot-vpp-http-server-performance"
7246 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7247 #  parameters:
7248 #  - "result"
7249 #  - "name"
7250 #  traces:
7251 #    hoverinfo: "y+name"
7252 #    boxpoints: "outliers"
7253 #    whiskerwidth: 0
7254 #  layout:
7255 #    title: "VPP HTTP Server Performance"
7256 #    layout:
7257 #      "plot-cps"
7258 #
7259 #- type: "plot"
7260 #  title: "VPP HTTP Server Performance"
7261 #  algorithm: "plot_http_server_perf_box"
7262 #  output-file-type: ".html"
7263 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7264 #  data:
7265 #    "plot-vpp-http-server-performance"
7266 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7267 #  parameters:
7268 #  - "result"
7269 #  - "name"
7270 #  traces:
7271 #    hoverinfo: "y+name"
7272 #    boxpoints: "outliers"
7273 #    whiskerwidth: 0
7274 #  layout:
7275 #    title: "VPP HTTP Server Performance"
7276 #    layout:
7277 #      "plot-rps"
7278
7279 ################################################################################
7280
7281 # Soak Test (PLRsearch), boxes - 2n-clx
7282 - type: "plot"
7283   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7284   algorithm: "plot_perf_box_name"
7285   output-file-type: ".html"
7286   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7287   data: "plot-vpp-soak-2n-clx"
7288   include:
7289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7295   layout:
7296     title: "30 Minutes Soak Test (PLRsearch)"
7297     layout: "plot-soak-throughput"
7298
7299 # Soak Test (PLRsearch), boxes - 2n-clx
7300 - type: "plot"
7301   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7302   algorithm: "plot_perf_box_name"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7305   data: "plot-vpp-soak-2n-clx"
7306   include:
7307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7312     - "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"
7313   layout:
7314     title: "30 Minutes Soak Test (PLRsearch)"
7315     layout: "plot-soak-throughput"
7316
7317 # Soak Test (PLRsearch), boxes - 2n-skx
7318 - type: "plot"
7319   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7320   algorithm: "plot_perf_box_name"
7321   output-file-type: ".html"
7322   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7323   data: "plot-vpp-soak-2n-skx"
7324   include:
7325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7331   layout:
7332     title: "30 Minutes Soak Test (PLRsearch)"
7333     layout: "plot-soak-throughput"
7334
7335 # Soak Test (PLRsearch), boxes - 2n-skx
7336 - type: "plot"
7337   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7338   algorithm: "plot_perf_box_name"
7339   output-file-type: ".html"
7340   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7341   data: "plot-vpp-soak-2n-skx"
7342   include:
7343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7348     - "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"
7349   layout:
7350     title: "30 Minutes Soak Test (PLRsearch)"
7351     layout: "plot-soak-throughput"
7352
7353 ###############################################################################
7354
7355 # Reconf tests 2n-skx
7356
7357 - type: "plot"
7358   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7359   algorithm: "plot_nf_reconf_box_name"
7360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7361   data: "plot-vpp-nfv-reconf-2n-skx"
7362   include:
7363     - "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"
7364     - "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"
7365     - "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"
7366     - "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"
7367     - "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"
7368     - "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"
7369   layout:
7370     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7371     layout: "plot-throughput"
7372
7373 - type: "plot"
7374   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7375   algorithm: "plot_nf_reconf_box_name"
7376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7377   data: "plot-vpp-nfv-reconf-2n-skx"
7378   include:
7379     - "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"
7380     - "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"
7381     - "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"
7382     - "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"
7383     - "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"
7384     - "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"
7385   layout:
7386     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7387     layout: "plot-throughput"
7388
7389 - type: "plot"
7390   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7391   algorithm: "plot_nf_reconf_box_name"
7392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7393   data: "plot-vpp-nfv-reconf-2n-skx"
7394   include:
7395     - "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"
7396     - "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"
7397     - "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"
7398     - "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"
7399     - "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"
7400     - "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"
7401   layout:
7402     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7403     layout: "plot-throughput"
7404
7405 ###############################################################################
7406
7407 # Reconf tests 2n-clx
7408
7409 - type: "plot"
7410   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7411   algorithm: "plot_nf_reconf_box_name"
7412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7413   data: "plot-vpp-nfv-reconf-2n-clx"
7414   include:
7415     - "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"
7416     - "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"
7417     - "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"
7418     - "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"
7419   layout:
7420     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7421     layout: "plot-throughput"
7422
7423 - type: "plot"
7424   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7425   algorithm: "plot_nf_reconf_box_name"
7426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7427   data: "plot-vpp-nfv-reconf-2n-clx"
7428   include:
7429     - "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"
7430     - "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"
7431     - "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"
7432     - "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"
7433   layout:
7434     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7435     layout: "plot-throughput"
7436
7437 - type: "plot"
7438   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7439   algorithm: "plot_nf_reconf_box_name"
7440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7441   data: "plot-vpp-nfv-reconf-2n-clx"
7442   include:
7443     - "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"
7444     - "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"
7445     - "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"
7446     - "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"
7447   layout:
7448     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7449     layout: "plot-throughput"
7450
7451 ###############################################################################
7452
7453 # Plots - NF Density - VSC - MRR IMIX
7454 - type: "plot"
7455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7456   algorithm: "plot_nf_heatmap"
7457   output-file-type: ".html"
7458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7459   data: "plot-vpp-nfv-2n-skx-mrr"
7460   filter: "'NIC_Intel-XXV710' and
7461            'NF_DENSITY' and
7462            'VHOST' and
7463            not 'VXLAN' and
7464            'CHAIN' and
7465            'NF_VPPIP4' and
7466            'IMIX' and
7467            '2T1C' and
7468            'MRR'"
7469   parameters:
7470   - "result"
7471   - "name"
7472   - "tags"
7473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7474   x-axis: "X = VNFs per Service Chain"
7475   y-axis: "Y = Number of Service Chains"
7476   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7477   layout:
7478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7479     layout: "plot-service-density"
7480
7481 - type: "plot"
7482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7483   algorithm: "plot_nf_heatmap"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7486   data: "plot-vpp-nfv-2n-skx-mrr"
7487   filter: "'NIC_Intel-XXV710' and
7488            'NF_DENSITY' and
7489            'VHOST' and
7490            not 'VXLAN' and
7491            'CHAIN' and
7492            'NF_VPPIP4' and
7493            'IMIX' and
7494            '4T2C' and
7495            'MRR'"
7496   parameters:
7497   - "result"
7498   - "name"
7499   - "tags"
7500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7501   x-axis: "X = VNFs per Service Chain"
7502   y-axis: "Y = Number of Service Chains"
7503   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7504   layout:
7505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7506     layout: "plot-service-density"
7507
7508 - type: "plot"
7509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7510   algorithm: "plot_nf_heatmap"
7511   output-file-type: ".html"
7512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7513   data: "plot-vpp-nfv-2n-skx-mrr"
7514   filter: "'NIC_Intel-XXV710' and
7515            'NF_DENSITY' and
7516            'VHOST' and
7517            not 'VXLAN' and
7518            'CHAIN' and
7519            'NF_VPPIP4' and
7520            'IMIX' and
7521            '8T4C' and
7522            'MRR'"
7523   parameters:
7524   - "result"
7525   - "name"
7526   - "tags"
7527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528   x-axis: "X = VNFs per Service Chain"
7529   y-axis: "Y = Number of Service Chains"
7530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7531   layout:
7532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7533     layout: "plot-service-density"
7534
7535 # Plots - NF Density - VSC - NDR IMIX
7536 - type: "plot"
7537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7538   algorithm: "plot_nf_heatmap"
7539   output-file-type: ".html"
7540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7541   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7542   filter: "'NIC_Intel-XXV710' and
7543            'NF_DENSITY' and
7544            'VHOST' and
7545            not 'VXLAN' and
7546            'CHAIN' and
7547            'NF_VPPIP4' and
7548            'IMIX' and
7549            '2T1C' and
7550            'NDRPDR'"
7551   parameters:
7552   - "throughput"
7553   - "name"
7554   - "tags"
7555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7556   x-axis: "X = VNFs per Service Chain"
7557   y-axis: "Y = Number of Service Chains"
7558   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7559   layout:
7560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7561     layout: "plot-service-density"
7562
7563 - type: "plot"
7564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7565   algorithm: "plot_nf_heatmap"
7566   output-file-type: ".html"
7567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7568   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7569   filter: "'NIC_Intel-XXV710' and
7570            'NF_DENSITY' and
7571            'VHOST' and
7572            not 'VXLAN' and
7573            'CHAIN' and
7574            'NF_VPPIP4' and
7575            'IMIX' and
7576            '4T2C' and
7577            'NDRPDR'"
7578   parameters:
7579   - "throughput"
7580   - "name"
7581   - "tags"
7582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7583   x-axis: "X = VNFs per Service Chain"
7584   y-axis: "Y = Number of Service Chains"
7585   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7586   layout:
7587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7588     layout: "plot-service-density"
7589
7590 - type: "plot"
7591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7592   algorithm: "plot_nf_heatmap"
7593   output-file-type: ".html"
7594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7595   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7596   filter: "'NIC_Intel-XXV710' and
7597            'NF_DENSITY' and
7598            'VHOST' and
7599            not 'VXLAN' and
7600            'CHAIN' and
7601            'NF_VPPIP4' and
7602            'IMIX' and
7603            '8T4C' and
7604            'NDRPDR'"
7605   parameters:
7606   - "throughput"
7607   - "name"
7608   - "tags"
7609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7610   x-axis: "X = VNFs per Service Chain"
7611   y-axis: "Y = Number of Service Chains"
7612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7613   layout:
7614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7615     layout: "plot-service-density"
7616
7617 # Plots - NF Density - VSC - PDR IMIX
7618 - type: "plot"
7619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7620   algorithm: "plot_nf_heatmap"
7621   output-file-type: ".html"
7622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7623   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7624   filter: "'NIC_Intel-XXV710' and
7625            'NF_DENSITY' and
7626            'VHOST' and
7627            not 'VXLAN' and
7628            'CHAIN' and
7629            'NF_VPPIP4' and
7630            'IMIX' and
7631            '2T1C' and
7632            'NDRPDR'"
7633   parameters:
7634   - "throughput"
7635   - "name"
7636   - "tags"
7637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7638   x-axis: "X = VNFs per Service Chain"
7639   y-axis: "Y = Number of Service Chains"
7640   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7641   layout:
7642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7643     layout: "plot-service-density"
7644
7645 - type: "plot"
7646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7647   algorithm: "plot_nf_heatmap"
7648   output-file-type: ".html"
7649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7650   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7651   filter: "'NIC_Intel-XXV710' and
7652            'NF_DENSITY' and
7653            'VHOST' and
7654            not 'VXLAN' and
7655            'CHAIN' and
7656            'NF_VPPIP4' and
7657            'IMIX' and
7658            '4T2C' and
7659            'NDRPDR'"
7660   parameters:
7661   - "throughput"
7662   - "name"
7663   - "tags"
7664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7665   x-axis: "X = VNFs per Service Chain"
7666   y-axis: "Y = Number of Service Chains"
7667   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7668   layout:
7669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7670     layout: "plot-service-density"
7671
7672 - type: "plot"
7673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7674   algorithm: "plot_nf_heatmap"
7675   output-file-type: ".html"
7676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7677   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7678   filter: "'NIC_Intel-XXV710' and
7679            'NF_DENSITY' and
7680            'VHOST' and
7681            not 'VXLAN' and
7682            'CHAIN' and
7683            'NF_VPPIP4' and
7684            'IMIX' and
7685            '8T4C' and
7686            'NDRPDR'"
7687   parameters:
7688   - "throughput"
7689   - "name"
7690   - "tags"
7691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7692   x-axis: "X = VNFs per Service Chain"
7693   y-axis: "Y = Number of Service Chains"
7694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7695   layout:
7696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7697     layout: "plot-service-density"
7698
7699 ###############################################################################
7700
7701 # Plots - NF Density - VSC - MRR IMIX
7702 - type: "plot"
7703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7704   algorithm: "plot_nf_heatmap"
7705   output-file-type: ".html"
7706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7707   data: "plot-vpp-nfv-2n-skx-mrr"
7708   filter: "'NIC_Intel-XXV710' and
7709            'NF_DENSITY' and
7710            'VHOST' and
7711            'VXLAN' and
7712            'CHAIN' and
7713            'IMIX' and
7714            '2T1C' and
7715            'MRR'"
7716   parameters:
7717   - "result"
7718   - "name"
7719   - "tags"
7720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7721   x-axis: "X = VNFs per Service Chain"
7722   y-axis: "Y = Number of Service Chains"
7723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7724   layout:
7725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7726     layout: "plot-service-density"
7727
7728 - type: "plot"
7729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7730   algorithm: "plot_nf_heatmap"
7731   output-file-type: ".html"
7732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7733   data: "plot-vpp-nfv-2n-skx-mrr"
7734   filter: "'NIC_Intel-XXV710' and
7735            'NF_DENSITY' and
7736            'VHOST' and
7737            'VXLAN' and
7738            'CHAIN' and
7739            'IMIX' and
7740            '4T2C' and
7741            'MRR'"
7742   parameters:
7743   - "result"
7744   - "name"
7745   - "tags"
7746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7747   x-axis: "X = VNFs per Service Chain"
7748   y-axis: "Y = Number of Service Chains"
7749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7750   layout:
7751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7752     layout: "plot-service-density"
7753
7754 - type: "plot"
7755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7756   algorithm: "plot_nf_heatmap"
7757   output-file-type: ".html"
7758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7759   data: "plot-vpp-nfv-2n-skx-mrr"
7760   filter: "'NIC_Intel-XXV710' and
7761            'NF_DENSITY' and
7762            'VHOST' and
7763            'VXLAN' and
7764            'CHAIN' and
7765            'IMIX' and
7766            '8T4C' and
7767            'MRR'"
7768   parameters:
7769   - "result"
7770   - "name"
7771   - "tags"
7772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7773   x-axis: "X = VNFs per Service Chain"
7774   y-axis: "Y = Number of Service Chains"
7775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7776   layout:
7777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7778     layout: "plot-service-density"
7779
7780 # Plots - NF Density - VSC - NDR IMIX
7781 - type: "plot"
7782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7783   algorithm: "plot_nf_heatmap"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7786   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7787   filter: "'NIC_Intel-XXV710' and
7788            'NF_DENSITY' and
7789            'VHOST' and
7790            'VXLAN' and
7791            'CHAIN' and
7792            'IMIX' and
7793            '2T1C' and
7794            'NDRPDR'"
7795   parameters:
7796   - "throughput"
7797   - "name"
7798   - "tags"
7799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7800   x-axis: "X = VNFs per Service Chain"
7801   y-axis: "Y = Number of Service Chains"
7802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7803   layout:
7804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7805     layout: "plot-service-density"
7806
7807 - type: "plot"
7808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7809   algorithm: "plot_nf_heatmap"
7810   output-file-type: ".html"
7811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7812   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7813   filter: "'NIC_Intel-XXV710' and
7814            'NF_DENSITY' and
7815            'VHOST' and
7816            'VXLAN' and
7817            'CHAIN' and
7818            'IMIX' and
7819            '4T2C' and
7820            'NDRPDR'"
7821   parameters:
7822   - "throughput"
7823   - "name"
7824   - "tags"
7825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7826   x-axis: "X = VNFs per Service Chain"
7827   y-axis: "Y = Number of Service Chains"
7828   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7829   layout:
7830     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7831     layout: "plot-service-density"
7832
7833 - type: "plot"
7834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7835   algorithm: "plot_nf_heatmap"
7836   output-file-type: ".html"
7837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7838   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7839   filter: "'NIC_Intel-XXV710' and
7840            'NF_DENSITY' and
7841            'VHOST' and
7842            'VXLAN' and
7843            'CHAIN' and
7844            'IMIX' and
7845            '8T4C' and
7846            'NDRPDR'"
7847   parameters:
7848   - "throughput"
7849   - "name"
7850   - "tags"
7851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7852   x-axis: "X = VNFs per Service Chain"
7853   y-axis: "Y = Number of Service Chains"
7854   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7855   layout:
7856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7857     layout: "plot-service-density"
7858
7859 # Plots - NF Density - VSC - PDR IMIX
7860 - type: "plot"
7861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7862   algorithm: "plot_nf_heatmap"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7866   filter: "'NIC_Intel-XXV710' and
7867            'NF_DENSITY' and
7868            'VHOST' and
7869            'VXLAN' and
7870            'CHAIN' and
7871            'IMIX' and
7872            '2T1C' and
7873            'NDRPDR'"
7874   parameters:
7875   - "throughput"
7876   - "name"
7877   - "tags"
7878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7879   x-axis: "X = VNFs per Service Chain"
7880   y-axis: "Y = Number of Service Chains"
7881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7882   layout:
7883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7884     layout: "plot-service-density"
7885
7886 - type: "plot"
7887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7888   algorithm: "plot_nf_heatmap"
7889   output-file-type: ".html"
7890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7891   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7892   filter: "'NIC_Intel-XXV710' and
7893            'NF_DENSITY' and
7894            'VHOST' and
7895            'VXLAN' and
7896            'CHAIN' and
7897            'IMIX' and
7898            '4T2C' and
7899            'NDRPDR'"
7900   parameters:
7901   - "throughput"
7902   - "name"
7903   - "tags"
7904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7905   x-axis: "X = VNFs per Service Chain"
7906   y-axis: "Y = Number of Service Chains"
7907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7908   layout:
7909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7910     layout: "plot-service-density"
7911
7912 - type: "plot"
7913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7914   algorithm: "plot_nf_heatmap"
7915   output-file-type: ".html"
7916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7917   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7918   filter: "'NIC_Intel-XXV710' and
7919            'NF_DENSITY' and
7920            'VHOST' and
7921            'VXLAN' and
7922            'CHAIN' and
7923            'IMIX' and
7924            '8T4C' and
7925            'NDRPDR'"
7926   parameters:
7927   - "throughput"
7928   - "name"
7929   - "tags"
7930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7931   x-axis: "X = VNFs per Service Chain"
7932   y-axis: "Y = Number of Service Chains"
7933   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7934   layout:
7935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7936     layout: "plot-service-density"
7937
7938 ###############################################################################
7939
7940 # Plots - NF Density - CSC - MRR IMIX
7941 - type: "plot"
7942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7943   algorithm: "plot_nf_heatmap"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7946   data: "plot-vpp-nfv-2n-skx-mrr"
7947   filter: "'NIC_Intel-XXV710' and
7948            'NF_DENSITY' and
7949            'DOCKER' and
7950            'CHAIN' and
7951            'NF_VPPIP4' and
7952            'IMIX' and
7953            '2T1C' and
7954            'MRR'"
7955   parameters:
7956   - "result"
7957   - "name"
7958   - "tags"
7959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7960   x-axis: "X = CNFs per Service Chain"
7961   y-axis: "Y = Number of Service Chains"
7962   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7963   layout:
7964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7965     layout: "plot-service-density"
7966
7967 - type: "plot"
7968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7969   algorithm: "plot_nf_heatmap"
7970   output-file-type: ".html"
7971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7972   data: "plot-vpp-nfv-2n-skx-mrr"
7973   filter: "'NIC_Intel-XXV710' and
7974            'NF_DENSITY' and
7975            'DOCKER' and
7976            'CHAIN' and
7977            'NF_VPPIP4' and
7978            'IMIX' and
7979            '4T2C' and
7980            'MRR'"
7981   parameters:
7982   - "result"
7983   - "name"
7984   - "tags"
7985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7986   x-axis: "X = CNFs per Service Chain"
7987   y-axis: "Y = Number of Service Chains"
7988   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7989   layout:
7990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7991     layout: "plot-service-density"
7992
7993 - type: "plot"
7994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7995   algorithm: "plot_nf_heatmap"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7998   data: "plot-vpp-nfv-2n-skx-mrr"
7999   filter: "'NIC_Intel-XXV710' and
8000            'NF_DENSITY' and
8001            'DOCKER' and
8002            'CHAIN' and
8003            'NF_VPPIP4' and
8004            'IMIX' and
8005            '8T4C' and
8006            'MRR'"
8007   parameters:
8008   - "result"
8009   - "name"
8010   - "tags"
8011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8012   x-axis: "X = CNFs per Service Chain"
8013   y-axis: "Y = Number of Service Chains"
8014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8015   layout:
8016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8017     layout: "plot-service-density"
8018
8019 # Plots - NF Density - CSC - NDR IMIX
8020 - type: "plot"
8021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8022   algorithm: "plot_nf_heatmap"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026   filter: "'NIC_Intel-XXV710' and
8027            'NF_DENSITY' and
8028            'DOCKER' and
8029            'CHAIN' and
8030            'NF_VPPIP4' and
8031            'IMIX' and
8032            '2T1C' and
8033            'NDRPDR'"
8034   parameters:
8035   - "throughput"
8036   - "name"
8037   - "tags"
8038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8039   x-axis: "X = CNFs per Service Chain"
8040   y-axis: "Y = Number of Service Chains"
8041   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8042   layout:
8043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8044     layout: "plot-service-density"
8045
8046 - type: "plot"
8047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8048   algorithm: "plot_nf_heatmap"
8049   output-file-type: ".html"
8050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8051   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8052   filter: "'NIC_Intel-XXV710' and
8053            'NF_DENSITY' and
8054            'DOCKER' and
8055            'CHAIN' and
8056            'NF_VPPIP4' and
8057            'IMIX' and
8058            '4T2C' and
8059            'NDRPDR'"
8060   parameters:
8061   - "throughput"
8062   - "name"
8063   - "tags"
8064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8065   x-axis: "X = CNFs per Service Chain"
8066   y-axis: "Y = Number of Service Chains"
8067   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8068   layout:
8069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8070     layout: "plot-service-density"
8071
8072 - type: "plot"
8073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8074   algorithm: "plot_nf_heatmap"
8075   output-file-type: ".html"
8076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8077   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8078   filter: "'NIC_Intel-XXV710' and
8079            'NF_DENSITY' and
8080            'DOCKER' and
8081            'CHAIN' and
8082            'NF_VPPIP4' and
8083            'IMIX' and
8084            '8T4C' and
8085            'NDRPDR'"
8086   parameters:
8087   - "throughput"
8088   - "name"
8089   - "tags"
8090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8091   x-axis: "X = CNFs per Service Chain"
8092   y-axis: "Y = Number of Service Chains"
8093   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8094   layout:
8095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8096     layout: "plot-service-density"
8097
8098 # Plots - NF Density - CSC - PDR IMIX
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file-type: ".html"
8103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8104   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8105   filter: "'NIC_Intel-XXV710' and
8106            'NF_DENSITY' and
8107            'DOCKER' and
8108            'CHAIN' and
8109            'NF_VPPIP4' and
8110            'IMIX' and
8111            '2T1C' and
8112            'NDRPDR'"
8113   parameters:
8114   - "throughput"
8115   - "name"
8116   - "tags"
8117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8118   x-axis: "X = CNFs per Service Chain"
8119   y-axis: "Y = Number of Service Chains"
8120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8121   layout:
8122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8123     layout: "plot-service-density"
8124
8125 - type: "plot"
8126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8127   algorithm: "plot_nf_heatmap"
8128   output-file-type: ".html"
8129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8130   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8131   filter: "'NIC_Intel-XXV710' and
8132            'NF_DENSITY' and
8133            'DOCKER' and
8134            'CHAIN' and
8135            'NF_VPPIP4' and
8136            'IMIX' and
8137            '4T2C' and
8138            'NDRPDR'"
8139   parameters:
8140   - "throughput"
8141   - "name"
8142   - "tags"
8143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8144   x-axis: "X = CNFs per Service Chain"
8145   y-axis: "Y = Number of Service Chains"
8146   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8147   layout:
8148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8149     layout: "plot-service-density"
8150
8151 - type: "plot"
8152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8153   algorithm: "plot_nf_heatmap"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8156   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8157   filter: "'NIC_Intel-XXV710' and
8158            'NF_DENSITY' and
8159            'DOCKER' and
8160            'CHAIN' and
8161            'NF_VPPIP4' and
8162            'IMIX' and
8163            '8T4C' and
8164            'NDRPDR'"
8165   parameters:
8166   - "throughput"
8167   - "name"
8168   - "tags"
8169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8170   x-axis: "X = CNFs per Service Chain"
8171   y-axis: "Y = Number of Service Chains"
8172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8173   layout:
8174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8175     layout: "plot-service-density"
8176
8177 ################################################################################
8178 #
8179 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8180 #- type: "plot"
8181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8182 #  algorithm: "plot_nf_heatmap"
8183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8184 #  data: "plot-vpp-nfv-3n-skx-mrr"
8185 #  filter: "'NIC_Intel-XXV710' and
8186 #           'NF_DENSITY' and
8187 #           'DOCKER' and
8188 #           'CHAIN' and
8189 #           'NF_VPPIP4' and
8190 #           'IPSEC' and
8191 #           'TNL_4' and
8192 #           'IMIX' and
8193 #           '2T1C' and
8194 #           'MRR'"
8195 #  parameters:
8196 #  - "result"
8197 #  - "name"
8198 #  - "tags"
8199 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8200 #  x-axis: "X = CNFs per Service Chain"
8201 #  y-axis: "Y = Number of Service Chains"
8202 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8203 #  layout:
8204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8205 #    layout: "plot-service-density"
8206 #
8207 #- type: "plot"
8208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8209 #  algorithm: "plot_nf_heatmap"
8210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8211 #  data: "plot-vpp-nfv-3n-skx-mrr"
8212 #  filter: "'NIC_Intel-XXV710' and
8213 #           'NF_DENSITY' and
8214 #           'DOCKER' and
8215 #           'CHAIN' and
8216 #           'NF_VPPIP4' and
8217 #           'IPSEC' and
8218 #           'TNL_4' and
8219 #           'IMIX' and
8220 #           '4T2C' and
8221 #           'MRR'"
8222 #  parameters:
8223 #  - "result"
8224 #  - "name"
8225 #  - "tags"
8226 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8227 #  x-axis: "X = CNFs per Service Chain"
8228 #  y-axis: "Y = Number of Service Chains"
8229 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8230 #  layout:
8231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8232 #    layout: "plot-service-density"
8233 #
8234 #- type: "plot"
8235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8236 #  algorithm: "plot_nf_heatmap"
8237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8238 #  data: "plot-vpp-nfv-3n-skx-mrr"
8239 #  filter: "'NIC_Intel-XXV710' and
8240 #           'NF_DENSITY' and
8241 #           'DOCKER' and
8242 #           'CHAIN' and
8243 #           'NF_VPPIP4' and
8244 #           'IPSEC' and
8245 #           'TNL_4' and
8246 #           'IMIX' and
8247 #           '8T4C' and
8248 #           'MRR'"
8249 #  parameters:
8250 #  - "result"
8251 #  - "name"
8252 #  - "tags"
8253 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8254 #  x-axis: "X = CNFs per Service Chain"
8255 #  y-axis: "Y = Number of Service Chains"
8256 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8257 #  layout:
8258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8259 #    layout: "plot-service-density"
8260
8261 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8262 - type: "plot"
8263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8264   algorithm: "plot_nf_heatmap"
8265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8266   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8267   filter: "'NIC_Intel-XXV710' and
8268            'NF_DENSITY' and
8269            'DOCKER' and
8270            'CHAIN' and
8271            'NF_VPPIP4' and
8272            'IPSEC' and
8273            'TNL_4' and
8274            'IMIX' and
8275            '2T1C' and
8276            'NDRPDR'"
8277   parameters:
8278   - "throughput"
8279   - "name"
8280   - "tags"
8281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8282   x-axis: "X = CNFs per Service Chain"
8283   y-axis: "Y = Number of Service Chains"
8284   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8285   layout:
8286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8287     layout: "plot-service-density"
8288
8289 - type: "plot"
8290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8291   algorithm: "plot_nf_heatmap"
8292   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8293   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8294   filter: "'NIC_Intel-XXV710' and
8295            'NF_DENSITY' and
8296            'DOCKER' and
8297            'CHAIN' and
8298            'NF_VPPIP4' and
8299            'IPSEC' and
8300            'TNL_4' and
8301            'IMIX' and
8302            '4T2C' and
8303            'NDRPDR'"
8304   parameters:
8305   - "throughput"
8306   - "name"
8307   - "tags"
8308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8309   x-axis: "X = CNFs per Service Chain"
8310   y-axis: "Y = Number of Service Chains"
8311   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8312   layout:
8313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8314     layout: "plot-service-density"
8315
8316 - type: "plot"
8317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8318   algorithm: "plot_nf_heatmap"
8319   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8320   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8321   filter: "'NIC_Intel-XXV710' and
8322            'NF_DENSITY' and
8323            'DOCKER' and
8324            'CHAIN' and
8325            'NF_VPPIP4' and
8326            'IPSEC' and
8327            'TNL_4' and
8328            'IMIX' and
8329            '8T4C' and
8330            'NDRPDR'"
8331   parameters:
8332   - "throughput"
8333   - "name"
8334   - "tags"
8335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8336   x-axis: "X = CNFs per Service Chain"
8337   y-axis: "Y = Number of Service Chains"
8338   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8339   layout:
8340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8341     layout: "plot-service-density"
8342
8343 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8344 - type: "plot"
8345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8346   algorithm: "plot_nf_heatmap"
8347   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8348   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8349   filter: "'NIC_Intel-XXV710' and
8350            'NF_DENSITY' and
8351            'DOCKER' and
8352            'CHAIN' and
8353            'NF_VPPIP4' and
8354            'IPSEC' and
8355            'TNL_4' and
8356            'IMIX' and
8357            '2T1C' and
8358            'NDRPDR'"
8359   parameters:
8360   - "throughput"
8361   - "name"
8362   - "tags"
8363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8364   x-axis: "X = CNFs per Service Chain"
8365   y-axis: "Y = Number of Service Chains"
8366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8367   layout:
8368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8369     layout: "plot-service-density"
8370
8371 - type: "plot"
8372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8373   algorithm: "plot_nf_heatmap"
8374   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8375   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8376   filter: "'NIC_Intel-XXV710' and
8377            'NF_DENSITY' and
8378            'DOCKER' and
8379            'CHAIN' and
8380            'NF_VPPIP4' and
8381            'IPSEC' and
8382            'TNL_4' and
8383            'IMIX' and
8384            '4T2C' and
8385            'NDRPDR'"
8386   parameters:
8387   - "throughput"
8388   - "name"
8389   - "tags"
8390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8391   x-axis: "X = CNFs per Service Chain"
8392   y-axis: "Y = Number of Service Chains"
8393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8394   layout:
8395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8396     layout: "plot-service-density"
8397
8398 - type: "plot"
8399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8400   algorithm: "plot_nf_heatmap"
8401   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8402   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8403   filter: "'NIC_Intel-XXV710' and
8404            'NF_DENSITY' and
8405            'DOCKER' and
8406            'CHAIN' and
8407            'NF_VPPIP4' and
8408            'IPSEC' and
8409            'TNL_4' and
8410            'IMIX' and
8411            '8T4C' and
8412            'NDRPDR'"
8413   parameters:
8414   - "throughput"
8415   - "name"
8416   - "tags"
8417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8418   x-axis: "X = CNFs per Service Chain"
8419   y-axis: "Y = Number of Service Chains"
8420   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8421   layout:
8422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8423     layout: "plot-service-density"
8424
8425 ###############################################################################
8426
8427 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8428 #- type: "plot"
8429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8430 #  algorithm: "plot_nf_heatmap"
8431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8432 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8433 #  filter: "'NIC_Intel-XL710' and
8434 #           'NF_DENSITY' and
8435 #           'DOCKER' and
8436 #           'CHAIN' and
8437 #           'NF_VPPIP4' and
8438 #           'IMIX' and
8439 #           'TNL_4' and
8440 #           '1T1C' and
8441 #           'MRR'"
8442 #  parameters:
8443 #  - "result"
8444 #  - "name"
8445 #  - "tags"
8446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8447 #  x-axis: "X = CNFs per Service Chain"
8448 #  y-axis: "Y = Number of Service Chains"
8449 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8450 #  layout:
8451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8452 #    layout: "plot-service-density"
8453 #
8454 #- type: "plot"
8455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8456 #  algorithm: "plot_nf_heatmap"
8457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8458 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8459 #  filter: "'NIC_Intel-XL710' and
8460 #           'NF_DENSITY' and
8461 #           'DOCKER' and
8462 #           'CHAIN' and
8463 #           'NF_VPPIP4' and
8464 #           'IPSEC' and
8465 #           'TNL_4' and
8466 #           'IMIX' and
8467 #           '2T2C' and
8468 #           'MRR'"
8469 #  parameters:
8470 #  - "result"
8471 #  - "name"
8472 #  - "tags"
8473 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8474 #  x-axis: "X = CNFs per Service Chain"
8475 #  y-axis: "Y = Number of Service Chains"
8476 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8477 #  layout:
8478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8479 #    layout: "plot-service-density"
8480 #
8481 #- type: "plot"
8482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8483 #  algorithm: "plot_nf_heatmap"
8484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8485 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8486 #  filter: "'NIC_Intel-XL710' and
8487 #           'NF_DENSITY' and
8488 #           'DOCKER' and
8489 #           'CHAIN' and
8490 #           'NF_VPPIP4' and
8491 #           'IPSEC' and
8492 #           'TNL_4' and
8493 #           'IMIX' and
8494 #           '4T4C' and
8495 #           'MRR'"
8496 #  parameters:
8497 #  - "result"
8498 #  - "name"
8499 #  - "tags"
8500 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8501 #  x-axis: "X = CNFs per Service Chain"
8502 #  y-axis: "Y = Number of Service Chains"
8503 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8504 #  layout:
8505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8506 #    layout: "plot-service-density"
8507
8508 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8509 #- type: "plot"
8510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8511 #  algorithm: "plot_nf_heatmap"
8512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8513 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8514 #  filter: "'NIC_Intel-XL710' and
8515 #           'NF_DENSITY' and
8516 #           'DOCKER' and
8517 #           'CHAIN' and
8518 #           'NF_VPPIP4' and
8519 #           'IPSEC' and
8520 #           'TNL_4' and
8521 #           'IMIX' and
8522 #           '1T1C' and
8523 #           'NDRPDR'"
8524 #  parameters:
8525 #  - "throughput"
8526 #  - "name"
8527 #  - "tags"
8528 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8529 #  x-axis: "X = CNFs per Service Chain"
8530 #  y-axis: "Y = Number of Service Chains"
8531 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8532 #  layout:
8533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8534 #    layout: "plot-service-density"
8535 #
8536 #- type: "plot"
8537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8538 #  algorithm: "plot_nf_heatmap"
8539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8540 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8541 #  filter: "'NIC_Intel-XL710' and
8542 #           'NF_DENSITY' and
8543 #           'DOCKER' and
8544 #           'CHAIN' and
8545 #           'NF_VPPIP4' and
8546 #           'IPSEC' and
8547 #           'TNL_4' and
8548 #           'IMIX' and
8549 #           '2T2C' and
8550 #           'NDRPDR'"
8551 #  parameters:
8552 #  - "throughput"
8553 #  - "name"
8554 #  - "tags"
8555 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8556 #  x-axis: "X = CNFs per Service Chain"
8557 #  y-axis: "Y = Number of Service Chains"
8558 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8559 #  layout:
8560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8561 #    layout: "plot-service-density"
8562 #
8563 #- type: "plot"
8564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8565 #  algorithm: "plot_nf_heatmap"
8566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8567 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8568 #  filter: "'NIC_Intel-XL710' and
8569 #           'NF_DENSITY' and
8570 #           'DOCKER' and
8571 #           'CHAIN' and
8572 #           'NF_VPPIP4' and
8573 #           'IPSEC' and
8574 #           'TNL_4' and
8575 #           'IMIX' and
8576 #           '4T4C' and
8577 #           'NDRPDR'"
8578 #  parameters:
8579 #  - "throughput"
8580 #  - "name"
8581 #  - "tags"
8582 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8583 #  x-axis: "X = CNFs per Service Chain"
8584 #  y-axis: "Y = Number of Service Chains"
8585 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8586 #  layout:
8587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8588 #    layout: "plot-service-density"
8589 #
8590 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8591 #- type: "plot"
8592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8593 #  algorithm: "plot_nf_heatmap"
8594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8595 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8596 #  filter: "'NIC_Intel-XL710' and
8597 #           'NF_DENSITY' and
8598 #           'DOCKER' and
8599 #           'CHAIN' and
8600 #           'NF_VPPIP4' and
8601 #           'IPSEC' and
8602 #           'TNL_4' and
8603 #           'IMIX' and
8604 #           '1T1C' and
8605 #           'NDRPDR'"
8606 #  parameters:
8607 #  - "throughput"
8608 #  - "name"
8609 #  - "tags"
8610 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8611 #  x-axis: "X = CNFs per Service Chain"
8612 #  y-axis: "Y = Number of Service Chains"
8613 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8614 #  layout:
8615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8616 #    layout: "plot-service-density"
8617 #
8618 #- type: "plot"
8619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8620 #  algorithm: "plot_nf_heatmap"
8621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8622 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8623 #  filter: "'NIC_Intel-XL710' and
8624 #           'NF_DENSITY' and
8625 #           'DOCKER' and
8626 #           'CHAIN' and
8627 #           'NF_VPPIP4' and
8628 #           'IPSEC' and
8629 #           'TNL_4' and
8630 #           'IMIX' and
8631 #           '2T2C' and
8632 #           'NDRPDR'"
8633 #  parameters:
8634 #  - "throughput"
8635 #  - "name"
8636 #  - "tags"
8637 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8638 #  x-axis: "X = CNFs per Service Chain"
8639 #  y-axis: "Y = Number of Service Chains"
8640 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8641 #  layout:
8642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8643 #    layout: "plot-service-density"
8644 #
8645 #- type: "plot"
8646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8647 #  algorithm: "plot_nf_heatmap"
8648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8649 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8650 #  filter: "'NIC_Intel-XL710' and
8651 #           'NF_DENSITY' and
8652 #           'DOCKER' and
8653 #           'CHAIN' and
8654 #           'NF_VPPIP4' and
8655 #           'IPSEC' and
8656 #           'TNL_4' and
8657 #           'IMIX' and
8658 #           '4T4C' and
8659 #           'NDRPDR'"
8660 #  parameters:
8661 #  - "throughput"
8662 #  - "name"
8663 #  - "tags"
8664 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8665 #  x-axis: "X = CNFs per Service Chain"
8666 #  y-axis: "Y = Number of Service Chains"
8667 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8668 #  layout:
8669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8670 #    layout: "plot-service-density"
8671
8672 ###############################################################################
8673
8674 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8675 #- type: "plot"
8676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8677 #  algorithm: "plot_nf_heatmap"
8678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8679 #  data: "plot-vpp-nfv-3n-skx-mrr"
8680 #  filter: "'NIC_Intel-XXV710' and
8681 #           'NF_DENSITY' and
8682 #           'DOCKER' and
8683 #           'CHAIN' and
8684 #           'NF_VPPIP4' and
8685 #           'IPSEC' and
8686 #           'TNL_1000' and
8687 #           'IMIX' and
8688 #           '2T1C' and
8689 #           'MRR'"
8690 #  parameters:
8691 #  - "result"
8692 #  - "name"
8693 #  - "tags"
8694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8695 #  x-axis: "X = CNFs per Service Chain"
8696 #  y-axis: "Y = Number of Service Chains"
8697 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8698 #  layout:
8699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8700 #    layout: "plot-service-density"
8701 #
8702 #- type: "plot"
8703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8704 #  algorithm: "plot_nf_heatmap"
8705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8706 #  data: "plot-vpp-nfv-3n-skx-mrr"
8707 #  filter: "'NIC_Intel-XXV710' and
8708 #           'NF_DENSITY' and
8709 #           'DOCKER' and
8710 #           'CHAIN' and
8711 #           'NF_VPPIP4' and
8712 #           'IPSEC' and
8713 #           'TNL_1000' and
8714 #           'IMIX' and
8715 #           '4T2C' and
8716 #           'MRR'"
8717 #  parameters:
8718 #  - "result"
8719 #  - "name"
8720 #  - "tags"
8721 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8722 #  x-axis: "X = CNFs per Service Chain"
8723 #  y-axis: "Y = Number of Service Chains"
8724 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8725 #  layout:
8726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8727 #    layout: "plot-service-density"
8728 #
8729 #- type: "plot"
8730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8731 #  algorithm: "plot_nf_heatmap"
8732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8733 #  data: "plot-vpp-nfv-3n-skx-mrr"
8734 #  filter: "'NIC_Intel-XXV710' and
8735 #           'NF_DENSITY' and
8736 #           'DOCKER' and
8737 #           'CHAIN' and
8738 #           'NF_VPPIP4' and
8739 #           'IPSEC' and
8740 #           'TNL_1000' and
8741 #           'IMIX' and
8742 #           '8T4C' and
8743 #           'MRR'"
8744 #  parameters:
8745 #  - "result"
8746 #  - "name"
8747 #  - "tags"
8748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8749 #  x-axis: "X = CNFs per Service Chain"
8750 #  y-axis: "Y = Number of Service Chains"
8751 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8752 #  layout:
8753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8754 #    layout: "plot-service-density"
8755
8756 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8757 - type: "plot"
8758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8759   algorithm: "plot_nf_heatmap"
8760   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8761   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8762   filter: "'NIC_Intel-XXV710' and
8763            'NF_DENSITY' and
8764            'DOCKER' and
8765            'CHAIN' and
8766            'NF_VPPIP4' and
8767            'IPSEC' and
8768            'TNL_1000' and
8769            'IMIX' and
8770            '2T1C' and
8771            'NDRPDR'"
8772   parameters:
8773   - "throughput"
8774   - "name"
8775   - "tags"
8776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8777   x-axis: "X = CNFs per Service Chain"
8778   y-axis: "Y = Number of Service Chains"
8779   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8780   layout:
8781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8782     layout: "plot-service-density"
8783
8784 - type: "plot"
8785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8786   algorithm: "plot_nf_heatmap"
8787   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8788   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8789   filter: "'NIC_Intel-XXV710' and
8790            'NF_DENSITY' and
8791            'DOCKER' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IPSEC' and
8795            'TNL_1000' and
8796            'IMIX' and
8797            '4T2C' and
8798            'NDRPDR'"
8799   parameters:
8800   - "throughput"
8801   - "name"
8802   - "tags"
8803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8804   x-axis: "X = CNFs per Service Chain"
8805   y-axis: "Y = Number of Service Chains"
8806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8807   layout:
8808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8809     layout: "plot-service-density"
8810
8811 - type: "plot"
8812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8813   algorithm: "plot_nf_heatmap"
8814   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8815   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8816   filter: "'NIC_Intel-XXV710' and
8817            'NF_DENSITY' and
8818            'DOCKER' and
8819            'CHAIN' and
8820            'NF_VPPIP4' and
8821            'IPSEC' and
8822            'TNL_1000' and
8823            'IMIX' and
8824            '8T4C' and
8825            'NDRPDR'"
8826   parameters:
8827   - "throughput"
8828   - "name"
8829   - "tags"
8830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8831   x-axis: "X = CNFs per Service Chain"
8832   y-axis: "Y = Number of Service Chains"
8833   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8834   layout:
8835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8836     layout: "plot-service-density"
8837
8838 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8839 - type: "plot"
8840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8841   algorithm: "plot_nf_heatmap"
8842   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8843   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8844   filter: "'NIC_Intel-XXV710' and
8845            'NF_DENSITY' and
8846            'DOCKER' and
8847            'CHAIN' and
8848            'NF_VPPIP4' and
8849            'IPSEC' and
8850            'TNL_1000' and
8851            'IMIX' and
8852            '2T1C' and
8853            'NDRPDR'"
8854   parameters:
8855   - "throughput"
8856   - "name"
8857   - "tags"
8858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = CNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8864     layout: "plot-service-density"
8865
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8870   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8871   filter: "'NIC_Intel-XXV710' and
8872            'NF_DENSITY' and
8873            'DOCKER' and
8874            'CHAIN' and
8875            'NF_VPPIP4' and
8876            'IPSEC' and
8877            'TNL_1000' and
8878            'IMIX' and
8879            '4T2C' and
8880            'NDRPDR'"
8881   parameters:
8882   - "throughput"
8883   - "name"
8884   - "tags"
8885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8886   x-axis: "X = CNFs per Service Chain"
8887   y-axis: "Y = Number of Service Chains"
8888   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8889   layout:
8890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8891     layout: "plot-service-density"
8892
8893 - type: "plot"
8894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8895   algorithm: "plot_nf_heatmap"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8897   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8898   filter: "'NIC_Intel-XXV710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IPSEC' and
8904            'TNL_1000' and
8905            'IMIX' and
8906            '8T4C' and
8907            'NDRPDR'"
8908   parameters:
8909   - "throughput"
8910   - "name"
8911   - "tags"
8912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8913   x-axis: "X = CNFs per Service Chain"
8914   y-axis: "Y = Number of Service Chains"
8915   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8916   layout:
8917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8918     layout: "plot-service-density"
8919
8920 ###############################################################################
8921
8922 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8923 #- type: "plot"
8924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8925 #  algorithm: "plot_nf_heatmap"
8926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8927 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8928 #  filter: "'NIC_Intel-XL710' and
8929 #           'NF_DENSITY' and
8930 #           'DOCKER' and
8931 #           'CHAIN' and
8932 #           'NF_VPPIP4' and
8933 #           'IMIX' and
8934 #           'TNL_1000' and
8935 #           '1T1C' and
8936 #           'MRR'"
8937 #  parameters:
8938 #  - "result"
8939 #  - "name"
8940 #  - "tags"
8941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8942 #  x-axis: "X = CNFs per Service Chain"
8943 #  y-axis: "Y = Number of Service Chains"
8944 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8945 #  layout:
8946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8947 #    layout: "plot-service-density"
8948 #
8949 #- type: "plot"
8950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8951 #  algorithm: "plot_nf_heatmap"
8952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8953 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8954 #  filter: "'NIC_Intel-XL710' and
8955 #           'NF_DENSITY' and
8956 #           'DOCKER' and
8957 #           'CHAIN' and
8958 #           'NF_VPPIP4' and
8959 #           'IPSEC' and
8960 #           'TNL_1000' and
8961 #           'IMIX' and
8962 #           '2T2C' and
8963 #           'MRR'"
8964 #  parameters:
8965 #  - "result"
8966 #  - "name"
8967 #  - "tags"
8968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8969 #  x-axis: "X = CNFs per Service Chain"
8970 #  y-axis: "Y = Number of Service Chains"
8971 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8972 #  layout:
8973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8974 #    layout: "plot-service-density"
8975 #
8976 #- type: "plot"
8977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8978 #  algorithm: "plot_nf_heatmap"
8979 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8980 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8981 #  filter: "'NIC_Intel-XL710' and
8982 #           'NF_DENSITY' and
8983 #           'DOCKER' and
8984 #           'CHAIN' and
8985 #           'NF_VPPIP4' and
8986 #           'IPSEC' and
8987 #           'TNL_1000' and
8988 #           'IMIX' and
8989 #           '4T4C' and
8990 #           'MRR'"
8991 #  parameters:
8992 #  - "result"
8993 #  - "name"
8994 #  - "tags"
8995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8996 #  x-axis: "X = CNFs per Service Chain"
8997 #  y-axis: "Y = Number of Service Chains"
8998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8999 #  layout:
9000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9001 #    layout: "plot-service-density"
9002
9003 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9004 #- type: "plot"
9005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9006 #  algorithm: "plot_nf_heatmap"
9007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9008 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9009 #  filter: "'NIC_Intel-XL710' and
9010 #           'NF_DENSITY' and
9011 #           'DOCKER' and
9012 #           'CHAIN' and
9013 #           'NF_VPPIP4' and
9014 #           'IPSEC' and
9015 #           'TNL_1000' and
9016 #           'IMIX' and
9017 #           '1T1C' and
9018 #           'NDRPDR'"
9019 #  parameters:
9020 #  - "throughput"
9021 #  - "name"
9022 #  - "tags"
9023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9024 #  x-axis: "X = CNFs per Service Chain"
9025 #  y-axis: "Y = Number of Service Chains"
9026 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9027 #  layout:
9028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9029 #    layout: "plot-service-density"
9030 #
9031 #- type: "plot"
9032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9033 #  algorithm: "plot_nf_heatmap"
9034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9035 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9036 #  filter: "'NIC_Intel-XL710' and
9037 #           'NF_DENSITY' and
9038 #           'DOCKER' and
9039 #           'CHAIN' and
9040 #           'NF_VPPIP4' and
9041 #           'IPSEC' and
9042 #           'TNL_1000' and
9043 #           'IMIX' and
9044 #           '2T2C' and
9045 #           'NDRPDR'"
9046 #  parameters:
9047 #  - "throughput"
9048 #  - "name"
9049 #  - "tags"
9050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9051 #  x-axis: "X = CNFs per Service Chain"
9052 #  y-axis: "Y = Number of Service Chains"
9053 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9054 #  layout:
9055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9056 #    layout: "plot-service-density"
9057 #
9058 #- type: "plot"
9059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9060 #  algorithm: "plot_nf_heatmap"
9061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9062 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9063 #  filter: "'NIC_Intel-XL710' and
9064 #           'NF_DENSITY' and
9065 #           'DOCKER' and
9066 #           'CHAIN' and
9067 #           'NF_VPPIP4' and
9068 #           'IPSEC' and
9069 #           'TNL_1000' and
9070 #           'IMIX' and
9071 #           '4T4C' and
9072 #           'NDRPDR'"
9073 #  parameters:
9074 #  - "throughput"
9075 #  - "name"
9076 #  - "tags"
9077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9078 #  x-axis: "X = CNFs per Service Chain"
9079 #  y-axis: "Y = Number of Service Chains"
9080 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9081 #  layout:
9082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9083 #    layout: "plot-service-density"
9084 #
9085 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9086 #- type: "plot"
9087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9088 #  algorithm: "plot_nf_heatmap"
9089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9090 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9091 #  filter: "'NIC_Intel-XL710' and
9092 #           'NF_DENSITY' and
9093 #           'DOCKER' and
9094 #           'CHAIN' and
9095 #           'NF_VPPIP4' and
9096 #           'IPSEC' and
9097 #           'TNL_1000' and
9098 #           'IMIX' and
9099 #           '1T1C' and
9100 #           'NDRPDR'"
9101 #  parameters:
9102 #  - "throughput"
9103 #  - "name"
9104 #  - "tags"
9105 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9106 #  x-axis: "X = CNFs per Service Chain"
9107 #  y-axis: "Y = Number of Service Chains"
9108 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9109 #  layout:
9110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9111 #    layout: "plot-service-density"
9112 #
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9117 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9118 #  filter: "'NIC_Intel-XL710' and
9119 #           'NF_DENSITY' and
9120 #           'DOCKER' and
9121 #           'CHAIN' and
9122 #           'NF_VPPIP4' and
9123 #           'IPSEC' and
9124 #           'TNL_1000' and
9125 #           'IMIX' and
9126 #           '2T2C' and
9127 #           'NDRPDR'"
9128 #  parameters:
9129 #  - "throughput"
9130 #  - "name"
9131 #  - "tags"
9132 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9133 #  x-axis: "X = CNFs per Service Chain"
9134 #  y-axis: "Y = Number of Service Chains"
9135 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9136 #  layout:
9137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9138 #    layout: "plot-service-density"
9139 #
9140 #- type: "plot"
9141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9142 #  algorithm: "plot_nf_heatmap"
9143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9144 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9145 #  filter: "'NIC_Intel-XL710' and
9146 #           'NF_DENSITY' and
9147 #           'DOCKER' and
9148 #           'CHAIN' and
9149 #           'NF_VPPIP4' and
9150 #           'IPSEC' and
9151 #           'TNL_1000' and
9152 #           'IMIX' and
9153 #           '4T4C' and
9154 #           'NDRPDR'"
9155 #  parameters:
9156 #  - "throughput"
9157 #  - "name"
9158 #  - "tags"
9159 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9160 #  x-axis: "X = CNFs per Service Chain"
9161 #  y-axis: "Y = Number of Service Chains"
9162 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9163 #  layout:
9164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9165 #    layout: "plot-service-density"
9166
9167 ###############################################################################
9168
9169 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9170 #- type: "plot"
9171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9172 #  algorithm: "plot_nf_heatmap"
9173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9174 #  data: "plot-vpp-nfv-3n-skx-mrr"
9175 #  filter: "'NIC_Intel-XXV710' and
9176 #           'NF_DENSITY' and
9177 #           'DOCKER' and
9178 #           'CHAIN' and
9179 #           'NF_VPPIP4' and
9180 #           'IPSEC' and
9181 #           'TNL_10000' and
9182 #           'IMIX' and
9183 #           '2T1C' and
9184 #           'MRR'"
9185 #  parameters:
9186 #  - "result"
9187 #  - "name"
9188 #  - "tags"
9189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9190 #  x-axis: "X = CNFs per Service Chain"
9191 #  y-axis: "Y = Number of Service Chains"
9192 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9193 #  layout:
9194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9195 #    layout: "plot-service-density"
9196 #
9197 #- type: "plot"
9198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9199 #  algorithm: "plot_nf_heatmap"
9200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9201 #  data: "plot-vpp-nfv-3n-skx-mrr"
9202 #  filter: "'NIC_Intel-XXV710' and
9203 #           'NF_DENSITY' and
9204 #           'DOCKER' and
9205 #           'CHAIN' and
9206 #           'NF_VPPIP4' and
9207 #           'IPSEC' and
9208 #           'TNL_10000' and
9209 #           'IMIX' and
9210 #           '4T2C' and
9211 #           'MRR'"
9212 #  parameters:
9213 #  - "result"
9214 #  - "name"
9215 #  - "tags"
9216 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9217 #  x-axis: "X = CNFs per Service Chain"
9218 #  y-axis: "Y = Number of Service Chains"
9219 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9220 #  layout:
9221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9222 #    layout: "plot-service-density"
9223 #
9224 #- type: "plot"
9225 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9226 #  algorithm: "plot_nf_heatmap"
9227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9228 #  data: "plot-vpp-nfv-3n-skx-mrr"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           'NF_DENSITY' and
9231 #           'DOCKER' and
9232 #           'CHAIN' and
9233 #           'NF_VPPIP4' and
9234 #           'IPSEC' and
9235 #           'TNL_10000' and
9236 #           'IMIX' and
9237 #           '8T4C' and
9238 #           'MRR'"
9239 #  parameters:
9240 #  - "result"
9241 #  - "name"
9242 #  - "tags"
9243 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9244 #  x-axis: "X = CNFs per Service Chain"
9245 #  y-axis: "Y = Number of Service Chains"
9246 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9247 #  layout:
9248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9249 #    layout: "plot-service-density"
9250
9251 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9252 - type: "plot"
9253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9254   algorithm: "plot_nf_heatmap"
9255   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9256   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9257   filter: "'NIC_Intel-XXV710' and
9258            'NF_DENSITY' and
9259            'DOCKER' and
9260            'CHAIN' and
9261            'NF_VPPIP4' and
9262            'IPSEC' and
9263            'TNL_10000' and
9264            'IMIX' and
9265            '2T1C' and
9266            'NDRPDR'"
9267   parameters:
9268   - "throughput"
9269   - "name"
9270   - "tags"
9271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9272   x-axis: "X = CNFs per Service Chain"
9273   y-axis: "Y = Number of Service Chains"
9274   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9275   layout:
9276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9277     layout: "plot-service-density"
9278
9279 - type: "plot"
9280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9281   algorithm: "plot_nf_heatmap"
9282   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9283   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9284   filter: "'NIC_Intel-XXV710' and
9285            'NF_DENSITY' and
9286            'DOCKER' and
9287            'CHAIN' and
9288            'NF_VPPIP4' and
9289            'IPSEC' and
9290            'TNL_10000' and
9291            'IMIX' and
9292            '4T2C' and
9293            'NDRPDR'"
9294   parameters:
9295   - "throughput"
9296   - "name"
9297   - "tags"
9298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9299   x-axis: "X = CNFs per Service Chain"
9300   y-axis: "Y = Number of Service Chains"
9301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9302   layout:
9303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9304     layout: "plot-service-density"
9305
9306 - type: "plot"
9307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9308   algorithm: "plot_nf_heatmap"
9309   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9310   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9311   filter: "'NIC_Intel-XXV710' and
9312            'NF_DENSITY' and
9313            'DOCKER' and
9314            'CHAIN' and
9315            'NF_VPPIP4' and
9316            'IPSEC' and
9317            'TNL_10000' and
9318            'IMIX' and
9319            '8T4C' and
9320            'NDRPDR'"
9321   parameters:
9322   - "throughput"
9323   - "name"
9324   - "tags"
9325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9326   x-axis: "X = CNFs per Service Chain"
9327   y-axis: "Y = Number of Service Chains"
9328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9329   layout:
9330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9331     layout: "plot-service-density"
9332
9333 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9334 - type: "plot"
9335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9336   algorithm: "plot_nf_heatmap"
9337   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9338   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9339   filter: "'NIC_Intel-XXV710' and
9340            'NF_DENSITY' and
9341            'DOCKER' and
9342            'CHAIN' and
9343            'NF_VPPIP4' and
9344            'IPSEC' and
9345            'TNL_10000' and
9346            'IMIX' and
9347            '2T1C' and
9348            'NDRPDR'"
9349   parameters:
9350   - "throughput"
9351   - "name"
9352   - "tags"
9353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9354   x-axis: "X = CNFs per Service Chain"
9355   y-axis: "Y = Number of Service Chains"
9356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9357   layout:
9358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9359     layout: "plot-service-density"
9360
9361 - type: "plot"
9362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9363   algorithm: "plot_nf_heatmap"
9364   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9365   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9366   filter: "'NIC_Intel-XXV710' and
9367            'NF_DENSITY' and
9368            'DOCKER' and
9369            'CHAIN' and
9370            'NF_VPPIP4' and
9371            'IPSEC' and
9372            'TNL_10000' and
9373            'IMIX' and
9374            '4T2C' and
9375            'NDRPDR'"
9376   parameters:
9377   - "throughput"
9378   - "name"
9379   - "tags"
9380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9381   x-axis: "X = CNFs per Service Chain"
9382   y-axis: "Y = Number of Service Chains"
9383   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9384   layout:
9385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9386     layout: "plot-service-density"
9387
9388 - type: "plot"
9389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9390   algorithm: "plot_nf_heatmap"
9391   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9392   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9393   filter: "'NIC_Intel-XXV710' and
9394            'NF_DENSITY' and
9395            'DOCKER' and
9396            'CHAIN' and
9397            'NF_VPPIP4' and
9398            'IPSEC' and
9399            'TNL_10000' and
9400            'IMIX' and
9401            '8T4C' and
9402            'NDRPDR'"
9403   parameters:
9404   - "throughput"
9405   - "name"
9406   - "tags"
9407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9408   x-axis: "X = CNFs per Service Chain"
9409   y-axis: "Y = Number of Service Chains"
9410   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9411   layout:
9412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9413     layout: "plot-service-density"
9414
9415 ###############################################################################
9416
9417 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9418 #- type: "plot"
9419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9420 #  algorithm: "plot_nf_heatmap"
9421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9422 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9423 #  filter: "'NIC_Intel-XL710' and
9424 #           'NF_DENSITY' and
9425 #           'DOCKER' and
9426 #           'CHAIN' and
9427 #           'NF_VPPIP4' and
9428 #           'IMIX' and
9429 #           'TNL_10000' and
9430 #           '1T1C' and
9431 #           'MRR'"
9432 #  parameters:
9433 #  - "result"
9434 #  - "name"
9435 #  - "tags"
9436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9437 #  x-axis: "X = CNFs per Service Chain"
9438 #  y-axis: "Y = Number of Service Chains"
9439 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9440 #  layout:
9441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9442 #    layout: "plot-service-density"
9443 #
9444 #- type: "plot"
9445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9446 #  algorithm: "plot_nf_heatmap"
9447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9448 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9449 #  filter: "'NIC_Intel-XL710' and
9450 #           'NF_DENSITY' and
9451 #           'DOCKER' and
9452 #           'CHAIN' and
9453 #           'NF_VPPIP4' and
9454 #           'IPSEC' and
9455 #           'TNL_10000' and
9456 #           'IMIX' and
9457 #           '2T2C' and
9458 #           'MRR'"
9459 #  parameters:
9460 #  - "result"
9461 #  - "name"
9462 #  - "tags"
9463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9464 #  x-axis: "X = CNFs per Service Chain"
9465 #  y-axis: "Y = Number of Service Chains"
9466 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9467 #  layout:
9468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9469 #    layout: "plot-service-density"
9470 #
9471 #- type: "plot"
9472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9473 #  algorithm: "plot_nf_heatmap"
9474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9475 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9476 #  filter: "'NIC_Intel-XL710' and
9477 #           'NF_DENSITY' and
9478 #           'DOCKER' and
9479 #           'CHAIN' and
9480 #           'NF_VPPIP4' and
9481 #           'IPSEC' and
9482 #           'TNL_10000' and
9483 #           'IMIX' and
9484 #           '4T4C' and
9485 #           'MRR'"
9486 #  parameters:
9487 #  - "result"
9488 #  - "name"
9489 #  - "tags"
9490 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9491 #  x-axis: "X = CNFs per Service Chain"
9492 #  y-axis: "Y = Number of Service Chains"
9493 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9494 #  layout:
9495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9496 #    layout: "plot-service-density"
9497
9498 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9499 #- type: "plot"
9500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9501 #  algorithm: "plot_nf_heatmap"
9502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9503 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9504 #  filter: "'NIC_Intel-XL710' and
9505 #           'NF_DENSITY' and
9506 #           'DOCKER' and
9507 #           'CHAIN' and
9508 #           'NF_VPPIP4' and
9509 #           'IPSEC' and
9510 #           'TNL_10000' and
9511 #           'IMIX' and
9512 #           '1T1C' and
9513 #           'NDRPDR'"
9514 #  parameters:
9515 #  - "throughput"
9516 #  - "name"
9517 #  - "tags"
9518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9519 #  x-axis: "X = CNFs per Service Chain"
9520 #  y-axis: "Y = Number of Service Chains"
9521 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9522 #  layout:
9523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9524 #    layout: "plot-service-density"
9525 #
9526 #- type: "plot"
9527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9528 #  algorithm: "plot_nf_heatmap"
9529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9530 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9531 #  filter: "'NIC_Intel-XL710' and
9532 #           'NF_DENSITY' and
9533 #           'DOCKER' and
9534 #           'CHAIN' and
9535 #           'NF_VPPIP4' and
9536 #           'IPSEC' and
9537 #           'TNL_10000' and
9538 #           'IMIX' and
9539 #           '2T2C' and
9540 #           'NDRPDR'"
9541 #  parameters:
9542 #  - "throughput"
9543 #  - "name"
9544 #  - "tags"
9545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9546 #  x-axis: "X = CNFs per Service Chain"
9547 #  y-axis: "Y = Number of Service Chains"
9548 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9549 #  layout:
9550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9551 #    layout: "plot-service-density"
9552 #
9553 #- type: "plot"
9554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9555 #  algorithm: "plot_nf_heatmap"
9556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9557 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9558 #  filter: "'NIC_Intel-XL710' and
9559 #           'NF_DENSITY' and
9560 #           'DOCKER' and
9561 #           'CHAIN' and
9562 #           'NF_VPPIP4' and
9563 #           'IPSEC' and
9564 #           'TNL_10000' and
9565 #           'IMIX' and
9566 #           '4T4C' and
9567 #           'NDRPDR'"
9568 #  parameters:
9569 #  - "throughput"
9570 #  - "name"
9571 #  - "tags"
9572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9573 #  x-axis: "X = CNFs per Service Chain"
9574 #  y-axis: "Y = Number of Service Chains"
9575 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9576 #  layout:
9577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9578 #    layout: "plot-service-density"
9579 #
9580 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9581 #- type: "plot"
9582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9583 #  algorithm: "plot_nf_heatmap"
9584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9585 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9586 #  filter: "'NIC_Intel-XL710' and
9587 #           'NF_DENSITY' and
9588 #           'DOCKER' and
9589 #           'CHAIN' and
9590 #           'NF_VPPIP4' and
9591 #           'IPSEC' and
9592 #           'TNL_10000' and
9593 #           'IMIX' and
9594 #           '1T1C' and
9595 #           'NDRPDR'"
9596 #  parameters:
9597 #  - "throughput"
9598 #  - "name"
9599 #  - "tags"
9600 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9601 #  x-axis: "X = CNFs per Service Chain"
9602 #  y-axis: "Y = Number of Service Chains"
9603 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9604 #  layout:
9605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9606 #    layout: "plot-service-density"
9607 #
9608 #- type: "plot"
9609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9610 #  algorithm: "plot_nf_heatmap"
9611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9612 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9613 #  filter: "'NIC_Intel-XL710' and
9614 #           'NF_DENSITY' and
9615 #           'DOCKER' and
9616 #           'CHAIN' and
9617 #           'NF_VPPIP4' and
9618 #           'IPSEC' and
9619 #           'TNL_10000' and
9620 #           'IMIX' and
9621 #           '2T2C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Chain"
9629 #  y-axis: "Y = Number of Service Chains"
9630 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9633 #    layout: "plot-service-density"
9634 #
9635 #- type: "plot"
9636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9637 #  algorithm: "plot_nf_heatmap"
9638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9639 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9640 #  filter: "'NIC_Intel-XL710' and
9641 #           'NF_DENSITY' and
9642 #           'DOCKER' and
9643 #           'CHAIN' and
9644 #           'NF_VPPIP4' and
9645 #           'IPSEC' and
9646 #           'TNL_10000' and
9647 #           'IMIX' and
9648 #           '4T4C' and
9649 #           'NDRPDR'"
9650 #  parameters:
9651 #  - "throughput"
9652 #  - "name"
9653 #  - "tags"
9654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9655 #  x-axis: "X = CNFs per Service Chain"
9656 #  y-axis: "Y = Number of Service Chains"
9657 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9658 #  layout:
9659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9660 #    layout: "plot-service-density"
9661
9662 ###############################################################################
9663
9664 # Plots - NF Density - CSP - MRR IMIX
9665 - type: "plot"
9666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9667   algorithm: "plot_nf_heatmap"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9670   data: "plot-vpp-nfv-2n-skx-mrr"
9671   filter: "'NIC_Intel-XXV710' and
9672            'NF_DENSITY' and
9673            'DOCKER' and
9674            'PIPELINE' and
9675            'NF_VPPIP4' and
9676            'IMIX' and
9677            '2T1C' and
9678            'MRR'"
9679   parameters:
9680   - "result"
9681   - "name"
9682   - "tags"
9683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9684   x-axis: "X = CNFs per Service Pipeline"
9685   y-axis: "Y = Number of Service Pipelines"
9686   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9687   layout:
9688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9689     layout: "plot-service-density"
9690
9691 - type: "plot"
9692   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9693   algorithm: "plot_nf_heatmap"
9694   output-file-type: ".html"
9695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9696   data: "plot-vpp-nfv-2n-skx-mrr"
9697   filter: "'NIC_Intel-XXV710' and
9698            'NF_DENSITY' and
9699            'DOCKER' and
9700            'PIPELINE' and
9701            'NF_VPPIP4' and
9702            'IMIX' and
9703            '4T2C' and
9704            'MRR'"
9705   parameters:
9706   - "result"
9707   - "name"
9708   - "tags"
9709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9710   x-axis: "X = CNFs per Service Pipeline"
9711   y-axis: "Y = Number of Service Pipelines"
9712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9713   layout:
9714     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9715     layout: "plot-service-density"
9716
9717 - type: "plot"
9718   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9719   algorithm: "plot_nf_heatmap"
9720   output-file-type: ".html"
9721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9722   data: "plot-vpp-nfv-2n-skx-mrr"
9723   filter: "'NIC_Intel-XXV710' and
9724            'NF_DENSITY' and
9725            'DOCKER' and
9726            'PIPELINE' and
9727            'NF_VPPIP4' and
9728            'IMIX' and
9729            '8T4C' and
9730            'MRR'"
9731   parameters:
9732   - "result"
9733   - "name"
9734   - "tags"
9735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9736   x-axis: "X = CNFs per Service Pipeline"
9737   y-axis: "Y = Number of Service Pipelines"
9738   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9739   layout:
9740     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9741     layout: "plot-service-density"
9742
9743 # Plots - NF Density - CSP - NDR IMIX
9744 - type: "plot"
9745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9746   algorithm: "plot_nf_heatmap"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9749   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9750   filter: "'NIC_Intel-XXV710' and
9751            'NF_DENSITY' and
9752            'DOCKER' and
9753            'PIPELINE' and
9754            'NF_VPPIP4' and
9755            'IMIX' and
9756            '2T1C' and
9757            'NDRPDR'"
9758   parameters:
9759   - "throughput"
9760   - "name"
9761   - "tags"
9762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9763   x-axis: "X = CNFs per Service Pipeline"
9764   y-axis: "Y = Number of Service Pipelines"
9765   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9766   layout:
9767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9768     layout: "plot-service-density"
9769
9770 - type: "plot"
9771   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9772   algorithm: "plot_nf_heatmap"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9775   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9776   filter: "'NIC_Intel-XXV710' and
9777            'NF_DENSITY' and
9778            'DOCKER' and
9779            'PIPELINE' and
9780            'NF_VPPIP4' and
9781            'IMIX' and
9782            '4T2C' and
9783            'NDRPDR'"
9784   parameters:
9785   - "throughput"
9786   - "name"
9787   - "tags"
9788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9789   x-axis: "X = CNFs per Service Pipeline"
9790   y-axis: "Y = Number of Service Pipelines"
9791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9792   layout:
9793     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9794     layout: "plot-service-density"
9795
9796 - type: "plot"
9797   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9798   algorithm: "plot_nf_heatmap"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9801   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9802   filter: "'NIC_Intel-XXV710' and
9803            'NF_DENSITY' and
9804            'DOCKER' and
9805            'PIPELINE' and
9806            'NF_VPPIP4' and
9807            'IMIX' and
9808            '8T4C' and
9809            'NDRPDR'"
9810   parameters:
9811   - "throughput"
9812   - "name"
9813   - "tags"
9814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9815   x-axis: "X = CNFs per Service Pipeline"
9816   y-axis: "Y = Number of Service Pipelines"
9817   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9818   layout:
9819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9820     layout: "plot-service-density"
9821
9822 # Plots - NF Density - CSP - PDR IMIX
9823 - type: "plot"
9824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9825   algorithm: "plot_nf_heatmap"
9826   output-file-type: ".html"
9827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9829   filter: "'NIC_Intel-XXV710' and
9830            'NF_DENSITY' and
9831            'DOCKER' and
9832            'PIPELINE' and
9833            'NF_VPPIP4' and
9834            'IMIX' and
9835            '2T1C' and
9836            'NDRPDR'"
9837   parameters:
9838   - "throughput"
9839   - "name"
9840   - "tags"
9841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = CNFs per Service Pipeline"
9843   y-axis: "Y = Number of Service Pipelines"
9844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9847     layout: "plot-service-density"
9848
9849 - type: "plot"
9850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9851   algorithm: "plot_nf_heatmap"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9854   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9855   filter: "'NIC_Intel-XXV710' and
9856            'NF_DENSITY' and
9857            'DOCKER' and
9858            'PIPELINE' and
9859            'NF_VPPIP4' and
9860            'IMIX' and
9861            '4T2C' and
9862            'NDRPDR'"
9863   parameters:
9864   - "throughput"
9865   - "name"
9866   - "tags"
9867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9868   x-axis: "X = CNFs per Service Pipeline"
9869   y-axis: "Y = Number of Service Pipelines"
9870   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9871   layout:
9872     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9873     layout: "plot-service-density"
9874
9875 - type: "plot"
9876   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9877   algorithm: "plot_nf_heatmap"
9878   output-file-type: ".html"
9879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9880   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9881   filter: "'NIC_Intel-XXV710' and
9882            'NF_DENSITY' and
9883            'DOCKER' and
9884            'PIPELINE' and
9885            'NF_VPPIP4' and
9886            'IMIX' and
9887            '8T4C' and
9888            'NDRPDR'"
9889   parameters:
9890   - "throughput"
9891   - "name"
9892   - "tags"
9893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9894   x-axis: "X = CNFs per Service Pipeline"
9895   y-axis: "Y = Number of Service Pipelines"
9896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9897   layout:
9898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9899     layout: "plot-service-density"
9900
9901 ###############################################################################
9902 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9903
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9909   data: "plot-vpp-nfv-2n-clx-mrr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'VHOST' and
9913            not 'VXLAN' and
9914            'CHAIN' and
9915            'NF_VPPIP4' and
9916            'IMIX' and
9917            '2T1C' and
9918            'MRR'"
9919   parameters:
9920   - "result"
9921   - "name"
9922   - "tags"
9923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9924   x-axis: "X = VNFs per Service Chain"
9925   y-axis: "Y = Number of Service Chains"
9926   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9927   layout:
9928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9929     layout: "plot-service-density"
9930
9931 - type: "plot"
9932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9933   algorithm: "plot_nf_heatmap"
9934   output-file-type: ".html"
9935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9936   data: "plot-vpp-nfv-2n-clx-mrr"
9937   filter: "'NIC_Intel-XXV710' and
9938            'NF_DENSITY' and
9939            'VHOST' and
9940            not 'VXLAN' and
9941            'CHAIN' and
9942            'NF_VPPIP4' and
9943            'IMIX' and
9944            '4T2C' and
9945            'MRR'"
9946   parameters:
9947   - "result"
9948   - "name"
9949   - "tags"
9950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9951   x-axis: "X = VNFs per Service Chain"
9952   y-axis: "Y = Number of Service Chains"
9953   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9954   layout:
9955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9956     layout: "plot-service-density"
9957
9958 - type: "plot"
9959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9960   algorithm: "plot_nf_heatmap"
9961   output-file-type: ".html"
9962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9963   data: "plot-vpp-nfv-2n-clx-mrr"
9964   filter: "'NIC_Intel-XXV710' and
9965            'NF_DENSITY' and
9966            'VHOST' and
9967            not 'VXLAN' and
9968            'CHAIN' and
9969            'NF_VPPIP4' and
9970            'IMIX' and
9971            '8T4C' and
9972            'MRR'"
9973   parameters:
9974   - "result"
9975   - "name"
9976   - "tags"
9977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9978   x-axis: "X = VNFs per Service Chain"
9979   y-axis: "Y = Number of Service Chains"
9980   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9981   layout:
9982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9983     layout: "plot-service-density"
9984
9985 # Plots - NF Density - VSC - NDR IMIX
9986 - type: "plot"
9987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9988   algorithm: "plot_nf_heatmap"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'VHOST' and
9995            not 'VXLAN' and
9996            'CHAIN' and
9997            'NF_VPPIP4' and
9998            'IMIX' and
9999            '2T1C' and
10000            'NDRPDR'"
10001   parameters:
10002   - "throughput"
10003   - "name"
10004   - "tags"
10005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = VNFs per Service Chain"
10007   y-axis: "Y = Number of Service Chains"
10008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10011     layout: "plot-service-density"
10012
10013 - type: "plot"
10014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10015   algorithm: "plot_nf_heatmap"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10018   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10019   filter: "'NIC_Intel-XXV710' and
10020            'NF_DENSITY' and
10021            'VHOST' and
10022            not 'VXLAN' and
10023            'CHAIN' and
10024            'NF_VPPIP4' and
10025            'IMIX' and
10026            '4T2C' and
10027            'NDRPDR'"
10028   parameters:
10029   - "throughput"
10030   - "name"
10031   - "tags"
10032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10033   x-axis: "X = VNFs per Service Chain"
10034   y-axis: "Y = Number of Service Chains"
10035   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10036   layout:
10037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10038     layout: "plot-service-density"
10039
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10045   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            not 'VXLAN' and
10050            'CHAIN' and
10051            'NF_VPPIP4' and
10052            'IMIX' and
10053            '8T4C' and
10054            'NDRPDR'"
10055   parameters:
10056   - "throughput"
10057   - "name"
10058   - "tags"
10059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10060   x-axis: "X = VNFs per Service Chain"
10061   y-axis: "Y = Number of Service Chains"
10062   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10063   layout:
10064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10065     layout: "plot-service-density"
10066
10067 # Plots - NF Density - VSC - PDR IMIX
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            not 'VXLAN' and
10078            'CHAIN' and
10079            'NF_VPPIP4' and
10080            'IMIX' and
10081            '2T1C' and
10082            'NDRPDR'"
10083   parameters:
10084   - "throughput"
10085   - "name"
10086   - "tags"
10087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10088   x-axis: "X = VNFs per Service Chain"
10089   y-axis: "Y = Number of Service Chains"
10090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10091   layout:
10092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10093     layout: "plot-service-density"
10094
10095 - type: "plot"
10096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10097   algorithm: "plot_nf_heatmap"
10098   output-file-type: ".html"
10099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10100   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10101   filter: "'NIC_Intel-XXV710' and
10102            'NF_DENSITY' and
10103            'VHOST' and
10104            not 'VXLAN' and
10105            'CHAIN' and
10106            'NF_VPPIP4' and
10107            'IMIX' and
10108            '4T2C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = VNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10120     layout: "plot-service-density"
10121
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'VHOST' and
10131            not 'VXLAN' and
10132            'CHAIN' and
10133            'NF_VPPIP4' and
10134            'IMIX' and
10135            '8T4C' and
10136            'NDRPDR'"
10137   parameters:
10138   - "throughput"
10139   - "name"
10140   - "tags"
10141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10142   x-axis: "X = VNFs per Service Chain"
10143   y-axis: "Y = Number of Service Chains"
10144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10145   layout:
10146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10147     layout: "plot-service-density"
10148
10149 # Plots - NF Density - VSC - MRR IMIX
10150 - type: "plot"
10151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10152   algorithm: "plot_nf_heatmap"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10155   data: "plot-vpp-nfv-2n-clx-mrr"
10156   filter: "'NIC_Intel-XXV710' and
10157            'NF_DENSITY' and
10158            'VHOST' and
10159            'VXLAN' and
10160            'CHAIN' and
10161            'IMIX' and
10162            '2T1C' and
10163            'MRR'"
10164   parameters:
10165   - "result"
10166   - "name"
10167   - "tags"
10168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10169   x-axis: "X = VNFs per Service Chain"
10170   y-axis: "Y = Number of Service Chains"
10171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10172   layout:
10173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10174     layout: "plot-service-density"
10175
10176 - type: "plot"
10177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10178   algorithm: "plot_nf_heatmap"
10179   output-file-type: ".html"
10180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10181   data: "plot-vpp-nfv-2n-clx-mrr"
10182   filter: "'NIC_Intel-XXV710' and
10183            'NF_DENSITY' and
10184            'VHOST' and
10185            'VXLAN' and
10186            'CHAIN' and
10187            'IMIX' and
10188            '4T2C' and
10189            'MRR'"
10190   parameters:
10191   - "result"
10192   - "name"
10193   - "tags"
10194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10195   x-axis: "X = VNFs per Service Chain"
10196   y-axis: "Y = Number of Service Chains"
10197   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10198   layout:
10199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10200     layout: "plot-service-density"
10201
10202 - type: "plot"
10203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10204   algorithm: "plot_nf_heatmap"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10207   data: "plot-vpp-nfv-2n-clx-mrr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'VHOST' and
10211            'VXLAN' and
10212            'CHAIN' and
10213            'IMIX' and
10214            '8T4C' and
10215            'MRR'"
10216   parameters:
10217   - "result"
10218   - "name"
10219   - "tags"
10220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = VNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10226     layout: "plot-service-density"
10227
10228 # Plots - NF Density - VSC - NDR IMIX
10229 - type: "plot"
10230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10231   algorithm: "plot_nf_heatmap"
10232   output-file-type: ".html"
10233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10234   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10235   filter: "'NIC_Intel-XXV710' and
10236            'NF_DENSITY' and
10237            'VHOST' and
10238            'VXLAN' and
10239            'CHAIN' and
10240            'IMIX' and
10241            '2T1C' and
10242            'NDRPDR'"
10243   parameters:
10244   - "throughput"
10245   - "name"
10246   - "tags"
10247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = VNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10253     layout: "plot-service-density"
10254
10255 - type: "plot"
10256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10257   algorithm: "plot_nf_heatmap"
10258   output-file-type: ".html"
10259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10260   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10261   filter: "'NIC_Intel-XXV710' and
10262            'NF_DENSITY' and
10263            'VHOST' and
10264            'VXLAN' and
10265            'CHAIN' and
10266            'IMIX' and
10267            '4T2C' and
10268            'NDRPDR'"
10269   parameters:
10270   - "throughput"
10271   - "name"
10272   - "tags"
10273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10274   x-axis: "X = VNFs per Service Chain"
10275   y-axis: "Y = Number of Service Chains"
10276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10277   layout:
10278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10279     layout: "plot-service-density"
10280
10281 - type: "plot"
10282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10283   algorithm: "plot_nf_heatmap"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10287   filter: "'NIC_Intel-XXV710' and
10288            'NF_DENSITY' and
10289            'VHOST' and
10290            'VXLAN' and
10291            'CHAIN' and
10292            'IMIX' and
10293            '8T4C' and
10294            'NDRPDR'"
10295   parameters:
10296   - "throughput"
10297   - "name"
10298   - "tags"
10299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10300   x-axis: "X = VNFs per Service Chain"
10301   y-axis: "Y = Number of Service Chains"
10302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10303   layout:
10304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10305     layout: "plot-service-density"
10306
10307 # Plots - NF Density - VSC - PDR IMIX
10308 - type: "plot"
10309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10310   algorithm: "plot_nf_heatmap"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10313   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10314   filter: "'NIC_Intel-XXV710' and
10315            'NF_DENSITY' and
10316            'VHOST' and
10317            'VXLAN' and
10318            'CHAIN' and
10319            'IMIX' and
10320            '2T1C' and
10321            'NDRPDR'"
10322   parameters:
10323   - "throughput"
10324   - "name"
10325   - "tags"
10326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327   x-axis: "X = VNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10332     layout: "plot-service-density"
10333
10334 - type: "plot"
10335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10336   algorithm: "plot_nf_heatmap"
10337   output-file-type: ".html"
10338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10339   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10340   filter: "'NIC_Intel-XXV710' and
10341            'NF_DENSITY' and
10342            'VHOST' and
10343            'VXLAN' and
10344            'CHAIN' and
10345            'IMIX' and
10346            '4T2C' and
10347            'NDRPDR'"
10348   parameters:
10349   - "throughput"
10350   - "name"
10351   - "tags"
10352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10353   x-axis: "X = VNFs per Service Chain"
10354   y-axis: "Y = Number of Service Chains"
10355   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10356   layout:
10357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10358     layout: "plot-service-density"
10359
10360 - type: "plot"
10361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10362   algorithm: "plot_nf_heatmap"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366   filter: "'NIC_Intel-XXV710' and
10367            'NF_DENSITY' and
10368            'VHOST' and
10369            'VXLAN' and
10370            'CHAIN' and
10371            'IMIX' and
10372            '8T4C' and
10373            'NDRPDR'"
10374   parameters:
10375   - "throughput"
10376   - "name"
10377   - "tags"
10378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10379   x-axis: "X = VNFs per Service Chain"
10380   y-axis: "Y = Number of Service Chains"
10381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10382   layout:
10383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10384     layout: "plot-service-density"
10385
10386 # Plots - NF Density - CSC - MRR IMIX
10387 - type: "plot"
10388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10389   algorithm: "plot_nf_heatmap"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10392   data: "plot-vpp-nfv-2n-clx-mrr"
10393   filter: "'NIC_Intel-XXV710' and
10394            'NF_DENSITY' and
10395            'DOCKER' and
10396            'CHAIN' and
10397            'NF_VPPIP4' and
10398            'IMIX' and
10399            '2T1C' and
10400            'MRR'"
10401   parameters:
10402   - "result"
10403   - "name"
10404   - "tags"
10405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10406   x-axis: "X = CNFs per Service Chain"
10407   y-axis: "Y = Number of Service Chains"
10408   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10409   layout:
10410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10411     layout: "plot-service-density"
10412
10413 - type: "plot"
10414   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10415   algorithm: "plot_nf_heatmap"
10416   output-file-type: ".html"
10417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10418   data: "plot-vpp-nfv-2n-clx-mrr"
10419   filter: "'NIC_Intel-XXV710' and
10420            'NF_DENSITY' and
10421            'DOCKER' and
10422            'CHAIN' and
10423            'NF_VPPIP4' and
10424            'IMIX' and
10425            '4T2C' and
10426            'MRR'"
10427   parameters:
10428   - "result"
10429   - "name"
10430   - "tags"
10431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10432   x-axis: "X = CNFs per Service Chain"
10433   y-axis: "Y = Number of Service Chains"
10434   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10435   layout:
10436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10437     layout: "plot-service-density"
10438
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10444   data: "plot-vpp-nfv-2n-clx-mrr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'DOCKER' and
10448            'CHAIN' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '8T4C' and
10452            'MRR'"
10453   parameters:
10454   - "result"
10455   - "name"
10456   - "tags"
10457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = CNFs per Service Chain"
10459   y-axis: "Y = Number of Service Chains"
10460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10463     layout: "plot-service-density"
10464
10465 # Plots - NF Density - CSC - NDR IMIX
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10472   filter: "'NIC_Intel-XXV710' and
10473            'NF_DENSITY' and
10474            'DOCKER' and
10475            'CHAIN' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '2T1C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = CNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10490     layout: "plot-service-density"
10491
10492 - type: "plot"
10493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10494   algorithm: "plot_nf_heatmap"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10497   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10498   filter: "'NIC_Intel-XXV710' and
10499            'NF_DENSITY' and
10500            'DOCKER' and
10501            'CHAIN' and
10502            'NF_VPPIP4' and
10503            'IMIX' and
10504            '4T2C' and
10505            'NDRPDR'"
10506   parameters:
10507   - "throughput"
10508   - "name"
10509   - "tags"
10510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10511   x-axis: "X = CNFs per Service Chain"
10512   y-axis: "Y = Number of Service Chains"
10513   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10514   layout:
10515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10516     layout: "plot-service-density"
10517
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'DOCKER' and
10527            'CHAIN' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '8T4C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = CNFs per Service Chain"
10538   y-axis: "Y = Number of Service Chains"
10539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10542     layout: "plot-service-density"
10543
10544 # Plots - NF Density - CSC - PDR IMIX
10545 - type: "plot"
10546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10547   algorithm: "plot_nf_heatmap"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10550   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10551   filter: "'NIC_Intel-XXV710' and
10552            'NF_DENSITY' and
10553            'DOCKER' and
10554            'CHAIN' and
10555            'NF_VPPIP4' and
10556            'IMIX' and
10557            '2T1C' and
10558            'NDRPDR'"
10559   parameters:
10560   - "throughput"
10561   - "name"
10562   - "tags"
10563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10564   x-axis: "X = CNFs per Service Chain"
10565   y-axis: "Y = Number of Service Chains"
10566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10567   layout:
10568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10569     layout: "plot-service-density"
10570
10571 - type: "plot"
10572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10573   algorithm: "plot_nf_heatmap"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10576   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10577   filter: "'NIC_Intel-XXV710' and
10578            'NF_DENSITY' and
10579            'DOCKER' and
10580            'CHAIN' and
10581            'NF_VPPIP4' and
10582            'IMIX' and
10583            '4T2C' and
10584            'NDRPDR'"
10585   parameters:
10586   - "throughput"
10587   - "name"
10588   - "tags"
10589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10590   x-axis: "X = CNFs per Service Chain"
10591   y-axis: "Y = Number of Service Chains"
10592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10593   layout:
10594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10595     layout: "plot-service-density"
10596
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'DOCKER' and
10606            'CHAIN' and
10607            'NF_VPPIP4' and
10608            'IMIX' and
10609            '8T4C' and
10610            'NDRPDR'"
10611   parameters:
10612   - "throughput"
10613   - "name"
10614   - "tags"
10615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = CNFs per Service Chain"
10617   y-axis: "Y = Number of Service Chains"
10618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10621     layout: "plot-service-density"
10622
10623 # Plots - NF Density - CSP - MRR IMIX
10624 - type: "plot"
10625   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10626   algorithm: "plot_nf_heatmap"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10629   data: "plot-vpp-nfv-2n-clx-mrr"
10630   filter: "'NIC_Intel-XXV710' and
10631            'NF_DENSITY' and
10632            'DOCKER' and
10633            'PIPELINE' and
10634            'NF_VPPIP4' and
10635            'IMIX' and
10636            '2T1C' and
10637            'MRR'"
10638   parameters:
10639   - "result"
10640   - "name"
10641   - "tags"
10642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10643   x-axis: "X = CNFs per Service Pipeline"
10644   y-axis: "Y = Number of Service Pipelines"
10645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10646   layout:
10647     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10648     layout: "plot-service-density"
10649
10650 - type: "plot"
10651   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10652   algorithm: "plot_nf_heatmap"
10653   output-file-type: ".html"
10654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10655   data: "plot-vpp-nfv-2n-clx-mrr"
10656   filter: "'NIC_Intel-XXV710' and
10657            'NF_DENSITY' and
10658            'DOCKER' and
10659            'PIPELINE' and
10660            'NF_VPPIP4' and
10661            'IMIX' and
10662            '4T2C' and
10663            'MRR'"
10664   parameters:
10665   - "result"
10666   - "name"
10667   - "tags"
10668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10669   x-axis: "X = CNFs per Service Pipeline"
10670   y-axis: "Y = Number of Service Pipelines"
10671   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10672   layout:
10673     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10674     layout: "plot-service-density"
10675
10676 - type: "plot"
10677   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10678   algorithm: "plot_nf_heatmap"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10681   data: "plot-vpp-nfv-2n-clx-mrr"
10682   filter: "'NIC_Intel-XXV710' and
10683            'NF_DENSITY' and
10684            'DOCKER' and
10685            'PIPELINE' and
10686            'NF_VPPIP4' and
10687            'IMIX' and
10688            '8T4C' and
10689            'MRR'"
10690   parameters:
10691   - "result"
10692   - "name"
10693   - "tags"
10694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10695   x-axis: "X = CNFs per Service Pipeline"
10696   y-axis: "Y = Number of Service Pipelines"
10697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10698   layout:
10699     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10700     layout: "plot-service-density"
10701
10702 # Plots - NF Density - CSP - NDR IMIX
10703 - type: "plot"
10704   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10705   algorithm: "plot_nf_heatmap"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10709   filter: "'NIC_Intel-XXV710' and
10710            'NF_DENSITY' and
10711            'DOCKER' and
10712            'PIPELINE' and
10713            'NF_VPPIP4' and
10714            'IMIX' and
10715            '2T1C' and
10716            'NDRPDR'"
10717   parameters:
10718   - "throughput"
10719   - "name"
10720   - "tags"
10721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10722   x-axis: "X = CNFs per Service Pipeline"
10723   y-axis: "Y = Number of Service Pipelines"
10724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10725   layout:
10726     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10727     layout: "plot-service-density"
10728
10729 - type: "plot"
10730   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10731   algorithm: "plot_nf_heatmap"
10732   output-file-type: ".html"
10733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10734   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10735   filter: "'NIC_Intel-XXV710' and
10736            'NF_DENSITY' and
10737            'DOCKER' and
10738            'PIPELINE' and
10739            'NF_VPPIP4' and
10740            'IMIX' and
10741            '4T2C' and
10742            'NDRPDR'"
10743   parameters:
10744   - "throughput"
10745   - "name"
10746   - "tags"
10747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10748   x-axis: "X = CNFs per Service Pipeline"
10749   y-axis: "Y = Number of Service Pipelines"
10750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10751   layout:
10752     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10753     layout: "plot-service-density"
10754
10755 - type: "plot"
10756   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10757   algorithm: "plot_nf_heatmap"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10760   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10761   filter: "'NIC_Intel-XXV710' and
10762            'NF_DENSITY' and
10763            'DOCKER' and
10764            'PIPELINE' and
10765            'NF_VPPIP4' and
10766            'IMIX' and
10767            '8T4C' and
10768            'NDRPDR'"
10769   parameters:
10770   - "throughput"
10771   - "name"
10772   - "tags"
10773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10774   x-axis: "X = CNFs per Service Pipeline"
10775   y-axis: "Y = Number of Service Pipelines"
10776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10777   layout:
10778     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10779     layout: "plot-service-density"
10780
10781 # Plots - NF Density - CSP - PDR IMIX
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'DOCKER' and
10791            'PIPELINE' and
10792            'NF_VPPIP4' and
10793            'IMIX' and
10794            '2T1C' and
10795            'NDRPDR'"
10796   parameters:
10797   - "throughput"
10798   - "name"
10799   - "tags"
10800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = CNFs per Service Pipeline"
10802   y-axis: "Y = Number of Service Pipelines"
10803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10806     layout: "plot-service-density"
10807
10808 - type: "plot"
10809   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10810   algorithm: "plot_nf_heatmap"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10813   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10814   filter: "'NIC_Intel-XXV710' and
10815            'NF_DENSITY' and
10816            'DOCKER' and
10817            'PIPELINE' and
10818            'NF_VPPIP4' and
10819            'IMIX' and
10820            '4T2C' and
10821            'NDRPDR'"
10822   parameters:
10823   - "throughput"
10824   - "name"
10825   - "tags"
10826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10827   x-axis: "X = CNFs per Service Pipeline"
10828   y-axis: "Y = Number of Service Pipelines"
10829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10830   layout:
10831     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10832     layout: "plot-service-density"
10833
10834 - type: "plot"
10835   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10836   algorithm: "plot_nf_heatmap"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10839   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10840   filter: "'NIC_Intel-XXV710' and
10841            'NF_DENSITY' and
10842            'DOCKER' and
10843            'PIPELINE' and
10844            'NF_VPPIP4' and
10845            'IMIX' and
10846            '8T4C' and
10847            'NDRPDR'"
10848   parameters:
10849   - "throughput"
10850   - "name"
10851   - "tags"
10852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10853   x-axis: "X = CNFs per Service Pipeline"
10854   y-axis: "Y = Number of Service Pipelines"
10855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10856   layout:
10857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10858     layout: "plot-service-density"
10859
10860 ################################################################################
10861
10862 # Packet Throughput
10863
10864 - type: "plot"
10865   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10874   layout:
10875     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10883   include:
10884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10885     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10888   layout:
10889     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10897   include:
10898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10899     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10902   layout:
10903     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10904     layout: "plot-throughput"
10905
10906 - type: "plot"
10907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10908   algorithm: "plot_perf_box_name"
10909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10911   include:
10912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10916   layout:
10917     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10918     layout: "plot-throughput"
10919
10920 - type: "plot"
10921   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10922   algorithm: "plot_perf_box_name"
10923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10925   include:
10926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10931   layout:
10932     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10933     layout: "plot-throughput"
10934
10935 - type: "plot"
10936   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10937   algorithm: "plot_perf_box_name"
10938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10940   include:
10941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10944     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10946   layout:
10947     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10948     layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10955   include:
10956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10957     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10958     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10959     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10961   layout:
10962     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10972     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10973     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10976   layout:
10977     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10985   include:
10986     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10987     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10988     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10989     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10990     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10991   layout:
10992     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10997   algorithm: "plot_perf_box_name"
10998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11000   include:
11001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11002     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11003     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11004     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11006   layout:
11007     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11022   layout:
11023     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11038   layout:
11039     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11068   layout:
11069     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11081   layout:
11082     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11083     layout: "plot-throughput"
11084
11085 - type: "plot"
11086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11087   algorithm: "plot_perf_box_name"
11088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11090   include:
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11094   layout:
11095     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11109   layout:
11110     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11118   include:
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11124   layout:
11125     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11130   algorithm: "plot_perf_box_name"
11131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11133   include:
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11137   layout:
11138     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11150   layout:
11151     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11166   layout:
11167     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11168     layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11175   include:
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11182   layout:
11183     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11188   algorithm: "plot_perf_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11191   include:
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11198   layout:
11199     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11204   algorithm: "plot_perf_box_name"
11205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11207   include:
11208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11214   layout:
11215     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11227   layout:
11228     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11229     layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11236   include:
11237     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11240   layout:
11241     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11242     layout: "plot-throughput"
11243
11244 - type: "plot"
11245   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11246   algorithm: "plot_perf_box_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11249   include:
11250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11252 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11253 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11254 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11255   layout:
11256     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11257     layout: "plot-throughput"
11258
11259 - type: "plot"
11260   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11261   algorithm: "plot_perf_box_name"
11262   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11264   include:
11265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11267 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11268 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11269 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11270   layout:
11271     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11279   include:
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11285   layout:
11286     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11294   include:
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11300   layout:
11301     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11302     layout: "plot-throughput"
11303
11304 - type: "plot"
11305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11306   algorithm: "plot_perf_box_name"
11307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11309   include:
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11315   layout:
11316     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11317     layout: "plot-throughput"
11318
11319 - type: "plot"
11320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11321   algorithm: "plot_perf_box_name"
11322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11324   include:
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11330   layout:
11331     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11332     layout: "plot-throughput"
11333
11334 - type: "plot"
11335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11336   algorithm: "plot_perf_box_name"
11337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11339   include:
11340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11346   layout:
11347     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11362   layout:
11363     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11371   include:
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11378   layout:
11379     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11380     layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11387   include:
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11394   layout:
11395     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11409   layout:
11410     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11424   layout:
11425     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11433   include:
11434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11440   layout:
11441     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11449   include:
11450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11456   layout:
11457     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11464   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11465   include:
11466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11471   layout:
11472     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11477   algorithm: "plot_perf_box_name"
11478   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11479   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11480   include:
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11486   layout:
11487     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11494   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11502   layout:
11503     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11510   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11518   layout:
11519     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11533   layout:
11534     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11548   layout:
11549     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11564   layout:
11565     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11580   layout:
11581     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11589   include:
11590     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11592   layout:
11593     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11604   layout:
11605     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11618   layout:
11619     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11632   layout:
11633     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11646   layout:
11647     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11660   layout:
11661     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11674   layout:
11675     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11676     layout: "plot-throughput"
11677
11678 - type: "plot"
11679   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11680   algorithm: "plot_perf_box_name"
11681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11683   include:
11684     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11688   layout:
11689     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11697   include:
11698     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11702   layout:
11703     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11710   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11711   include:
11712     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11716   layout:
11717     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11732   layout:
11733     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11734     layout: "plot-throughput"
11735
11736 - type: "plot"
11737   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11738   algorithm: "plot_perf_box_name"
11739   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11741   include:
11742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11763   layout:
11764     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11772   include:
11773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11793   layout:
11794     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11802   include:
11803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11808   layout:
11809     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11817   include:
11818     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11821   layout:
11822     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11830   include:
11831     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11834   layout:
11835     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11843   include:
11844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11847   layout:
11848     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11856   include:
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11905   layout:
11906     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11920   layout:
11921     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11929   include:
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11935   layout:
11936     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11944   include:
11945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11950   layout:
11951     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11959   include:
11960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11965   layout:
11966     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11974   include:
11975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11980   layout:
11981     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11989   include:
11990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11995   layout:
11996     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12004   include:
12005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12010   layout:
12011     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12019   include:
12020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12026   layout:
12027     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12035   include:
12036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12042   layout:
12043     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12051   include:
12052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12056   layout:
12057     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12065   include:
12066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070   layout:
12071     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086   layout:
12087     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118   layout:
12119     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12127   include:
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12175   include:
12176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182   layout:
12183     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12191   include:
12192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198   layout:
12199     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12207   include:
12208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214   layout:
12215     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12223   include:
12224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230   layout:
12231     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12246   layout:
12247     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12262   layout:
12263     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12278   layout:
12279     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12294   layout:
12295     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12310   layout:
12311     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12326   layout:
12327     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12335   include:
12336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12340   layout:
12341     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12349   include:
12350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12354   layout:
12355     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12368   layout:
12369     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12377   include:
12378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12382   layout:
12383     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12391   include:
12392     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12398   layout:
12399     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12407   include:
12408     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12414   layout:
12415     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423   include:
12424     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12429   layout:
12430     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12438   include:
12439     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12444   layout:
12445     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12453   include:
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12459   layout:
12460     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12468   include:
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12518   layout:
12519     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12534   layout:
12535     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12550   layout:
12551     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12582   layout:
12583     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12591   include:
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12598   layout:
12599     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12607   include:
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12614   layout:
12615     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12623   include:
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12630   layout:
12631     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12639   include:
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12644   layout:
12645     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12653   include:
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12658   layout:
12659     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12667   include:
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12683   include:
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12690   layout:
12691     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12699   include:
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12706   layout:
12707     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12715   include:
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12722   layout:
12723     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12724     layout: "plot-throughput"
12725
12726 #- type: "plot"
12727 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12728 #  algorithm: "plot_perf_box_name"
12729 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12730 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12731 #  include:
12732 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12733 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12734 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12735 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12736 #  layout:
12737 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12738 #    layout: "plot-throughput"
12739 #
12740 #- type: "plot"
12741 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12742 #  algorithm: "plot_perf_box_name"
12743 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12744 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12745 #  include:
12746 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12747 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12748 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12749 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12750 #  layout:
12751 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12752 #    layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12759   include:
12760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12766   layout:
12767     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12768     layout: "plot-throughput"
12769
12770 - type: "plot"
12771   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12772   algorithm: "plot_perf_box_name"
12773   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12774   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12775   include:
12776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12782   layout:
12783     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12784     layout: "plot-throughput"
12785
12786 #- type: "plot"
12787 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12788 #  algorithm: "plot_perf_box_name"
12789 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12790 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12791 #  include:
12792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12796 #  layout:
12797 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12798 #    layout: "plot-throughput"
12799 #
12800 #- type: "plot"
12801 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12802 #  algorithm: "plot_perf_box_name"
12803 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12804 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12805 #  include:
12806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12807 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12808 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12810 #  layout:
12811 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12812 #    layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12819   include:
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12826   layout:
12827     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12835   include:
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12842   layout:
12843     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12844     layout: "plot-throughput"
12845
12846 #- type: "plot"
12847 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12848 #  algorithm: "plot_perf_box_name"
12849 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12850 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12851 #  include:
12852 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12858 #  layout:
12859 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12860 #    layout: "plot-throughput"
12861 #
12862 #- type: "plot"
12863 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12864 #  algorithm: "plot_perf_box_name"
12865 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12866 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12867 #  include:
12868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12869 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12872 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12873 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12874 #  layout:
12875 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12876 #    layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12883   include:
12884     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12887     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12890   layout:
12891     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12899   include:
12900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12901     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12902     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12903     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12906   layout:
12907     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12918     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12938   layout:
12939     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947   include:
12948     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12949     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12950     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12951     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12954   layout:
12955     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12963   include:
12964     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12966     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12967     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12970   layout:
12971     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12979   include:
12980     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12981     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12982     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12983     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12984     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12986   layout:
12987     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12995   include:
12996     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12997     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12998     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13002   layout:
13003     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13004     layout: "plot-throughput"
13005
13006 #- type: "plot"
13007 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13008 #  algorithm: "plot_perf_box_name"
13009 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13010 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13011 #  include:
13012 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13013 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13014 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13015 #  layout:
13016 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13017 #    layout: "plot-throughput"
13018 #
13019 #- type: "plot"
13020 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13021 #  algorithm: "plot_perf_box_name"
13022 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13023 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13024 #  include:
13025 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13026 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13027 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13028 #  layout:
13029 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13030 #    layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13043   layout:
13044     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13058   layout:
13059     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067   include:
13068     - "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"
13069     - "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"
13070     - "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"
13071     - "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"
13072     - "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"
13073   layout:
13074     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082   include:
13083     - "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"
13084     - "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"
13085     - "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"
13086     - "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"
13087     - "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"
13088   layout:
13089     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13097   include:
13098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13103   layout:
13104     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13112   include:
13113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13118   layout:
13119     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13133   layout:
13134     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13148   layout:
13149     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13150     layout: "plot-throughput"
13151
13152 - type: "plot"
13153   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13154   algorithm: "plot_perf_box_name"
13155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13157   include:
13158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13163   layout:
13164     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13172   include:
13173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13178   layout:
13179     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13187   include:
13188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13193   layout:
13194     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13202   include:
13203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13208   layout:
13209     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13222   layout:
13223     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13236   layout:
13237     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13245   include:
13246     - "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"
13247     - "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"
13248     - "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"
13249     - "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"
13250   layout:
13251     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13259   include:
13260     - "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"
13261     - "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"
13262     - "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"
13263     - "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"
13264   layout:
13265     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280   layout:
13281     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13328   layout:
13329     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13414   layout:
13415     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423   include:
13424     - "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"
13425     - "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"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435   include:
13436     - "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"
13437     - "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"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450   layout:
13451     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13462   layout:
13463     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13464     layout: "plot-throughput"
13465
13466 - type: "plot"
13467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13468   algorithm: "plot_perf_box_name"
13469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471   include:
13472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13474   layout:
13475     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13483   include:
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13502   layout:
13503     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518   layout:
13519     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13527   include:
13528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13534   layout:
13535     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13543   include:
13544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550   layout:
13551     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13552     layout: "plot-throughput"
13553
13554 #- type: "plot"
13555 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13556 #  algorithm: "plot_perf_box_name"
13557 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13558 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13559 #  include:
13560 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566 #  layout:
13567 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13568 #    layout: "plot-throughput"
13569 #
13570 #- type: "plot"
13571 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13572 #  algorithm: "plot_perf_box_name"
13573 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13574 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13575 #  include:
13576 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13577 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13578 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582 #  layout:
13583 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13584 #    layout: "plot-throughput"
13585
13586 - type: "plot"
13587   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13588   algorithm: "plot_perf_box_name"
13589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13591   include:
13592     - "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"
13593     - "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"
13594     - "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"
13595     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13598   layout:
13599     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13607   include:
13608     - "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"
13609     - "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"
13610     - "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"
13611     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13616     layout: "plot-throughput"
13617
13618 ################################################################################
13619
13620 # Packet Speedup
13621
13622 - type: "plot"
13623   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13624   algorithm: "plot_tsa_name"
13625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13632   layout:
13633     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13634     layout: "plot-throughput-speedup-analysis"
13635
13636 - type: "plot"
13637   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13638   algorithm: "plot_tsa_name"
13639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13641   include:
13642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13646   layout:
13647     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13648     layout: "plot-throughput-speedup-analysis"
13649
13650 - type: "plot"
13651   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13652   algorithm: "plot_tsa_name"
13653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13655   include:
13656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13660   layout:
13661     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13662     layout: "plot-throughput-speedup-analysis"
13663
13664 - type: "plot"
13665   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13666   algorithm: "plot_tsa_name"
13667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13671     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13672     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13674   layout:
13675     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13685     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13686     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13687     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13688     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13689   layout:
13690     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13691     layout: "plot-throughput-speedup-analysis"
13692
13693 - type: "plot"
13694   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13695   algorithm: "plot_tsa_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13700     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13701     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13702     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13704   layout:
13705     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 - type: "plot"
13709   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13710   algorithm: "plot_tsa_name"
13711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13713   include:
13714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13715     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13716     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13719   layout:
13720     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13721     layout: "plot-throughput-speedup-analysis"
13722
13723 - type: "plot"
13724   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13725   algorithm: "plot_tsa_name"
13726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13728   include:
13729     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13730     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13734   layout:
13735     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13736     layout: "plot-throughput-speedup-analysis"
13737
13738 - type: "plot"
13739   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13740   algorithm: "plot_tsa_name"
13741   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13750   layout:
13751     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13752     layout: "plot-throughput-speedup-analysis"
13753
13754 - type: "plot"
13755   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13756   algorithm: "plot_tsa_name"
13757   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13766   layout:
13767     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13768     layout: "plot-throughput-speedup-analysis"
13769
13770 - type: "plot"
13771   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13772   algorithm: "plot_tsa_name"
13773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13781   layout:
13782     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13796   layout:
13797     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13798     layout: "plot-throughput-speedup-analysis"
13799
13800 - type: "plot"
13801   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13802   algorithm: "plot_tsa_name"
13803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13809   layout:
13810     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13811     layout: "plot-throughput-speedup-analysis"
13812
13813 - type: "plot"
13814   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13815   algorithm: "plot_tsa_name"
13816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13818   include:
13819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13822   layout:
13823     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13824     layout: "plot-throughput-speedup-analysis"
13825
13826 - type: "plot"
13827   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13828   algorithm: "plot_tsa_name"
13829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13837   layout:
13838     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13852   layout:
13853     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 - type: "plot"
13857   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13858   algorithm: "plot_tsa_name"
13859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13894   layout:
13895     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13896     layout: "plot-throughput-speedup-analysis"
13897
13898 - type: "plot"
13899   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13900   algorithm: "plot_tsa_name"
13901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13926   layout:
13927     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13928     layout: "plot-throughput-speedup-analysis"
13929
13930 - type: "plot"
13931   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13932   algorithm: "plot_tsa_name"
13933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13935   include:
13936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13942   layout:
13943     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13955   layout:
13956     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13964   include:
13965     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13968   layout:
13969     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13983   layout:
13984     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13997 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13998   layout:
13999     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14013   layout:
14014     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14015     layout: "plot-throughput-speedup-analysis"
14016
14017 - type: "plot"
14018   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14019   algorithm: "plot_tsa_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14028   layout:
14029     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14043   layout:
14044     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14045     layout: "plot-throughput-speedup-analysis"
14046
14047 - type: "plot"
14048   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14049   algorithm: "plot_tsa_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14058   layout:
14059     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14106   layout:
14107     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14134   layout:
14135     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14143   include:
14144     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14146   layout:
14147     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14160   layout:
14161     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14174   layout:
14175     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14202   layout:
14203     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14218   layout:
14219     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14234   layout:
14235     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14249   layout:
14250     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 - type: "plot"
14254   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14255   algorithm: "plot_tsa_name"
14256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14258   include:
14259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14264   layout:
14265     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14279   layout:
14280     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14281     layout: "plot-throughput-speedup-analysis"
14282
14283 - type: "plot"
14284   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14285   algorithm: "plot_tsa_name"
14286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14294   layout:
14295     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14296     layout: "plot-throughput-speedup-analysis"
14297
14298 - type: "plot"
14299   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14300   algorithm: "plot_tsa_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14303   include:
14304     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14307   layout:
14308     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14309     layout: "plot-throughput-speedup-analysis"
14310
14311 - type: "plot"
14312   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14313   algorithm: "plot_tsa_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14316   include:
14317     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14320   layout:
14321     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14333   layout:
14334     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14335     layout: "plot-throughput-speedup-analysis"
14336
14337 - type: "plot"
14338   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14342   include:
14343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14346   layout:
14347     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14385   include:
14386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14391   layout:
14392     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14406   layout:
14407     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14415   include:
14416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14422   layout:
14423     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14431   include:
14432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14438   layout:
14439     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14447   include:
14448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14452   layout:
14453     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14461   include:
14462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14466   layout:
14467     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14507   include:
14508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14514   layout:
14515     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530   layout:
14531     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14546   layout:
14547     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14562   layout:
14563     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14610   layout:
14611     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14626   layout:
14627     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14654   layout:
14655     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14668   layout:
14669     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14682   layout:
14683     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14691   include:
14692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14698   layout:
14699     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14707   include:
14708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14714   layout:
14715     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14729   layout:
14730     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14744   layout:
14745     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14759   layout:
14760     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14774   layout:
14775     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14783   include:
14784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14802   layout:
14803     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14811   include:
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14818   layout:
14819     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14834   layout:
14835     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14843   include:
14844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14859   include:
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14866   layout:
14867     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14875   include:
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14882   layout:
14883     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14891   include:
14892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14898   layout:
14899     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14900     layout: "plot-throughput-speedup-analysis"
14901
14902 - type: "plot"
14903   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14904   algorithm: "plot_tsa_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14907   include:
14908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14909     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14910     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14911     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14912     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14913     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14914   layout:
14915     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14923   include:
14924     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14925     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14926     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14927     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14928     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14929     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14930   layout:
14931     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14941     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14942     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14943     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14957     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14958     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14959     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14960     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14961     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14977   layout:
14978     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14992   layout:
14993     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15001   include:
15002     - "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"
15003     - "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"
15004     - "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"
15005     - "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"
15006     - "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"
15007   layout:
15008     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15016   include:
15017     - "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"
15018     - "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"
15019     - "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"
15020     - "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"
15021     - "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"
15022   layout:
15023     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15046   include:
15047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15052   layout:
15053     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15067   layout:
15068     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15076   include:
15077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15082   layout:
15083     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15091   include:
15092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15097   layout:
15098     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15099     layout: "plot-throughput-speedup-analysis"
15100
15101 - type: "plot"
15102   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15103   algorithm: "plot_tsa_name"
15104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15106   include:
15107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15112   layout:
15113     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15114     layout: "plot-throughput-speedup-analysis"
15115
15116 - type: "plot"
15117   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15118   algorithm: "plot_tsa_name"
15119   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15121   include:
15122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15127   layout:
15128     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15136   include:
15137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15142   layout:
15143     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15151   include:
15152     - "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"
15153     - "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"
15154     - "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"
15155     - "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"
15156   layout:
15157     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "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"
15167     - "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"
15168     - "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"
15169     - "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"
15170   layout:
15171     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "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"
15181     - "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"
15182     - "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"
15183     - "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"
15184   layout:
15185     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15186     layout: "plot-throughput-speedup-analysis"
15187
15188 - type: "plot"
15189   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15190   algorithm: "plot_tsa_name"
15191   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15193   include:
15194     - "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"
15195     - "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"
15196     - "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"
15197     - "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"
15198   layout:
15199     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15214   layout:
15215     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "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"
15241     - "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"
15242     - "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"
15243     - "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"
15244     - "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"
15245     - "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"
15246   layout:
15247     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "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"
15257     - "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"
15258     - "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"
15259     - "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"
15260     - "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"
15261     - "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"
15262   layout:
15263     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15309   layout:
15310     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15324   layout:
15325     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "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"
15335     - "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"
15336   layout:
15337     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15345   include:
15346     - "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"
15347     - "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"
15348   layout:
15349     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15357   include:
15358     - "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"
15359     - "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"
15360   layout:
15361     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "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"
15371     - "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"
15372   layout:
15373     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "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"
15383     - "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"
15384     - "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"
15385     - "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"
15386     - "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"
15387     - "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"
15388   layout:
15389     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15397   include:
15398     - "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"
15399     - "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"
15400     - "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"
15401     - "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"
15402     - "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"
15403     - "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"
15404   layout:
15405     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15413   include:
15414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15418     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15419   layout:
15420     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15428   include:
15429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15431     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15432     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15433     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15434   layout:
15435     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15443   include:
15444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15449   layout:
15450     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15458   include:
15459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15464   layout:
15465     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15480   layout:
15481     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15496   layout:
15497     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15505   include:
15506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15510   layout:
15511     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15519   include:
15520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15524   layout:
15525     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15533   include:
15534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15539   layout:
15540     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15548   include:
15549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15554   layout:
15555     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15563   include:
15564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15570   layout:
15571     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15572     layout: "plot-throughput-speedup-analysis"
15573
15574 - type: "plot"
15575   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15576   algorithm: "plot_tsa_name"
15577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15579   include:
15580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15586   layout:
15587     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15595   include:
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15600   layout:
15601     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15609   include:
15610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15614   layout:
15615     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15623   include:
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15630   layout:
15631     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15639   include:
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15646   layout:
15647     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15655   include:
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15662   layout:
15663     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15671   include:
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15678   layout:
15679     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15687   include:
15688     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15689     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15690     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15691     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15692     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15693     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15694   layout:
15695     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15703   include:
15704     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15705     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15706     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15707     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15708     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15709     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15710   layout:
15711     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15719   include:
15720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15726   layout:
15727     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15735   include:
15736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742   layout:
15743     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15751   include:
15752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15758   layout:
15759     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15767   include:
15768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15774   layout:
15775     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 #- type: "plot"
15779 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15780 #  algorithm: "plot_tsa_name"
15781 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15782 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15783 #  include:
15784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15788 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15789 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15790 #  layout:
15791 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15792 #    layout: "plot-throughput-speedup-analysis"
15793 #
15794 #- type: "plot"
15795 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15796 #  algorithm: "plot_tsa_name"
15797 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15798 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15799 #  include:
15800 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15801 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15802 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15803 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15804 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15806 #  layout:
15807 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15808 #    layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15815   include:
15816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15821   layout:
15822     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15830   include:
15831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15836   layout:
15837     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15845   include:
15846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15852   layout:
15853     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15861   include:
15862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15868   layout:
15869     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15877   include:
15878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15883   layout:
15884     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15892   include:
15893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15898   layout:
15899     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 #- type: "plot"
15903 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15904 #  algorithm: "plot_tsa_name"
15905 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15906 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15907 #  include:
15908 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15909 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15910 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15911 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15912 #  layout:
15913 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15914 #    layout: "plot-throughput-speedup-analysis"
15915 #
15916 #- type: "plot"
15917 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15918 #  algorithm: "plot_tsa_name"
15919 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15920 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15921 #  include:
15922 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15923 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15924 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15925 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15926 #  layout:
15927 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15928 #    layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15935   include:
15936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15942   layout:
15943     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15951   include:
15952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15958   layout:
15959     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15967   include:
15968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15973   layout:
15974     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15982   include:
15983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15988   layout:
15989     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15997   include:
15998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16004   layout:
16005     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16013   include:
16014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16020   layout:
16021     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16029   include:
16030     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16031     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16034   layout:
16035     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16043   include:
16044     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16048   layout:
16049     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16057   include:
16058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16063   layout:
16064     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16072   include:
16073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16075     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16076     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16077     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16078   layout:
16079     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16080     layout: "plot-throughput-speedup-analysis"
16081
16082 - type: "plot"
16083   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16084   algorithm: "plot_tsa_name"
16085   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16086   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16087   include:
16088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16094   layout:
16095     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16103   include:
16104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16110   layout:
16111     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 #- type: "plot"
16115 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16116 #  algorithm: "plot_tsa_name"
16117 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16118 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16119 #  include:
16120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16124 #  layout:
16125 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16126 #    layout: "plot-throughput-speedup-analysis"
16127 #
16128 #- type: "plot"
16129 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16130 #  algorithm: "plot_tsa_name"
16131 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16132 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16133 #  include:
16134 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16135 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16136 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16137 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16138 #  layout:
16139 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16140 #    layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16147   include:
16148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16151     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16154   layout:
16155     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16163   include:
16164     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16166     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16167     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16170   layout:
16171     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 #- type: "plot"
16175 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16176 #  algorithm: "plot_tsa_name"
16177 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16178 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16179 #  include:
16180 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16181 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16182 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16183 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16184 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16185 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16186 #  layout:
16187 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16188 #    layout: "plot-throughput-speedup-analysis"
16189 #
16190 #- type: "plot"
16191 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16192 #  algorithm: "plot_tsa_name"
16193 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16194 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16195 #  include:
16196 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16197 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16198 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16199 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16202 #  layout:
16203 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16204 #    layout: "plot-throughput-speedup-analysis"
16205
16206 #- type: "plot"
16207 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16208 #  algorithm: "plot_tsa_name"
16209 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16210 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16211 #  include:
16212 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16213 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16214 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16215 #  layout:
16216 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16217 #    layout: "plot-throughput-speedup-analysis"
16218 #
16219 #- type: "plot"
16220 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16221 #  algorithm: "plot_tsa_name"
16222 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16223 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16224 #  include:
16225 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16226 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16227 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16228 #  layout:
16229 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16230 #    layout: "plot-throughput-speedup-analysis"
16231
16232 ################################################################################
16233
16234 # Packet Throughput - DPDK
16235
16236 # 2n-skx-xxv710
16237
16238 - type: "plot"
16239   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16240   algorithm: "plot_perf_box_name"
16241   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16242   data: "plot-dpdk-throughput-latency-2n-skx"
16243   include:
16244     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16245     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16246   layout:
16247     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16248     layout: "plot-throughput"
16249
16250 - type: "plot"
16251   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16252   algorithm: "plot_perf_box_name"
16253   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16254   data: "plot-dpdk-throughput-latency-2n-skx"
16255   include:
16256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16257     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16258   layout:
16259     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16260     layout: "plot-throughput"
16261
16262 - type: "plot"
16263   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16264   algorithm: "plot_perf_box_name"
16265   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16266   data: "plot-dpdk-throughput-latency-2n-skx"
16267   include:
16268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16269     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16270   layout:
16271     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16272     layout: "plot-throughput"
16273
16274 - type: "plot"
16275   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16278   data: "plot-dpdk-throughput-latency-2n-skx"
16279   include:
16280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16281     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16282   layout:
16283     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16284     layout: "plot-throughput"
16285
16286 # 2n-skx-x710
16287
16288 - type: "plot"
16289   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16290   algorithm: "plot_perf_box_name"
16291   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16292   data: "plot-dpdk-throughput-latency-2n-skx"
16293   include:
16294     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16295     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16296   layout:
16297     title: "2n-skx-x710-64b-2t1c-base-ndr"
16298     layout: "plot-throughput"
16299
16300 - type: "plot"
16301   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16302   algorithm: "plot_perf_box_name"
16303   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16304   data: "plot-dpdk-throughput-latency-2n-skx"
16305   include:
16306     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16307     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16308   layout:
16309     title: "2n-skx-x710-64b-4t2c-base-ndr"
16310     layout: "plot-throughput"
16311
16312 - type: "plot"
16313   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16314   algorithm: "plot_perf_box_name"
16315   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16316   data: "plot-dpdk-throughput-latency-2n-skx"
16317   include:
16318     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16319     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16320   layout:
16321     title: "2n-skx-x710-64b-2t1c-base-pdr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16328   data: "plot-dpdk-throughput-latency-2n-skx"
16329   include:
16330     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16331     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16332   layout:
16333     title: "2n-skx-x710-64b-4t2c-base-pdr"
16334     layout: "plot-throughput"
16335
16336 # 3n-skx-xxv710
16337
16338 - type: "plot"
16339   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16340   algorithm: "plot_perf_box_name"
16341   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16342   data: "plot-dpdk-throughput-latency-3n-skx"
16343   include:
16344     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16345     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16346   layout:
16347     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16348     layout: "plot-throughput"
16349
16350 - type: "plot"
16351   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16352   algorithm: "plot_perf_box_name"
16353   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16354   data: "plot-dpdk-throughput-latency-3n-skx"
16355   include:
16356     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16357     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16358   layout:
16359     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16364   algorithm: "plot_perf_box_name"
16365   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16366   data: "plot-dpdk-throughput-latency-3n-skx"
16367   include:
16368     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16369     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16370   layout:
16371     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16378   data: "plot-dpdk-throughput-latency-3n-skx"
16379   include:
16380     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16384     layout: "plot-throughput"
16385
16386 # 3n-skx-x710
16387
16388 - type: "plot"
16389   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16390   algorithm: "plot_perf_box_name"
16391   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16392   data: "plot-dpdk-throughput-latency-3n-skx"
16393   include:
16394     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16395     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16396   layout:
16397     title: "3n-skx-x710-64b-2t1c-base-ndr"
16398     layout: "plot-throughput"
16399
16400 - type: "plot"
16401   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16402   algorithm: "plot_perf_box_name"
16403   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16404   data: "plot-dpdk-throughput-latency-3n-skx"
16405   include:
16406     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16407     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16408   layout:
16409     title: "3n-skx-x710-64b-4t2c-base-ndr"
16410     layout: "plot-throughput"
16411
16412 - type: "plot"
16413   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16416   data: "plot-dpdk-throughput-latency-3n-skx"
16417   include:
16418     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16419     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16420   layout:
16421     title: "3n-skx-x710-64b-2t1c-base-pdr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16428   data: "plot-dpdk-throughput-latency-3n-skx"
16429   include:
16430     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16431     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16432   layout:
16433     title: "3n-skx-x710-64b-4t2c-base-pdr"
16434     layout: "plot-throughput"
16435
16436 # 3n-hsw-xl710
16437
16438 - type: "plot"
16439   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16440   algorithm: "plot_perf_box_name"
16441   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16442   data: "plot-dpdk-throughput-latency-3n-hsw"
16443   include:
16444     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16445     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16446   layout:
16447     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16448     layout: "plot-throughput"
16449
16450 - type: "plot"
16451   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16452   algorithm: "plot_perf_box_name"
16453   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16454   data: "plot-dpdk-throughput-latency-3n-hsw"
16455   include:
16456     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16457     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16458   layout:
16459     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16460     layout: "plot-throughput"
16461
16462 - type: "plot"
16463   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16464   algorithm: "plot_perf_box_name"
16465   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16466   data: "plot-dpdk-throughput-latency-3n-hsw"
16467   include:
16468     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16469     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16470   layout:
16471     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16478   data: "plot-dpdk-throughput-latency-3n-hsw"
16479   include:
16480     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16481     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16482   layout:
16483     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16484     layout: "plot-throughput"
16485
16486 # 3n-hsw-x710
16487
16488 - type: "plot"
16489   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16492   data: "plot-dpdk-throughput-latency-3n-hsw"
16493   include:
16494     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16495     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16496   layout:
16497     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16504   data: "plot-dpdk-throughput-latency-3n-hsw"
16505   include:
16506     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16507     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16508   layout:
16509     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16510     layout: "plot-throughput"
16511
16512 - type: "plot"
16513   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16514   algorithm: "plot_perf_box_name"
16515   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16516   data: "plot-dpdk-throughput-latency-3n-hsw"
16517   include:
16518     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16519     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16520   layout:
16521     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16522     layout: "plot-throughput"
16523
16524 - type: "plot"
16525   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16526   algorithm: "plot_perf_box_name"
16527   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16528   data: "plot-dpdk-throughput-latency-3n-hsw"
16529   include:
16530     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16531     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16532   layout:
16533     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16534     layout: "plot-throughput"
16535
16536 # 2n-dnv-x553
16537
16538 - type: "plot"
16539   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16540   algorithm: "plot_perf_box_name"
16541   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16542   data: "plot-dpdk-throughput-latency-2n-dnv"
16543   include:
16544     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16545     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16546   layout:
16547     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16548     layout: "plot-throughput"
16549
16550 - type: "plot"
16551   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16552   algorithm: "plot_perf_box_name"
16553   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16554   data: "plot-dpdk-throughput-latency-2n-dnv"
16555   include:
16556     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16557     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16558   layout:
16559     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16560     layout: "plot-throughput"
16561
16562 - type: "plot"
16563   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16566   data: "plot-dpdk-throughput-latency-2n-dnv"
16567   include:
16568     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16569     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16570   layout:
16571     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16572     layout: "plot-throughput"
16573
16574 - type: "plot"
16575   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16576   algorithm: "plot_perf_box_name"
16577   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16578   data: "plot-dpdk-throughput-latency-2n-dnv"
16579   include:
16580     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16581     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16582   layout:
16583     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16584     layout: "plot-throughput"
16585
16586 # 3n-dnv-x553
16587
16588 - type: "plot"
16589   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16590   algorithm: "plot_perf_box_name"
16591   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16592   data: "plot-dpdk-throughput-latency-3n-dnv"
16593   include:
16594     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16595     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16596   layout:
16597     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16598     layout: "plot-throughput"
16599
16600 - type: "plot"
16601   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16602   algorithm: "plot_perf_box_name"
16603   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16604   data: "plot-dpdk-throughput-latency-3n-dnv"
16605   include:
16606     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16607     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16608   layout:
16609     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16610     layout: "plot-throughput"
16611
16612 - type: "plot"
16613   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16616   data: "plot-dpdk-throughput-latency-3n-dnv"
16617   include:
16618     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16619     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16620   layout:
16621     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16628   data: "plot-dpdk-throughput-latency-3n-dnv"
16629   include:
16630     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16631     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16632   layout:
16633     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16634     layout: "plot-throughput"
16635
16636 # 3n-tsh-x520
16637
16638 - type: "plot"
16639   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16642   data: "plot-dpdk-throughput-latency-3n-tsh"
16643   include:
16644     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16645     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16646   layout:
16647     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16654   data: "plot-dpdk-throughput-latency-3n-tsh"
16655   include:
16656     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16666   data: "plot-dpdk-throughput-latency-3n-tsh"
16667   include:
16668     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16669     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16670   layout:
16671     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16678   data: "plot-dpdk-throughput-latency-3n-tsh"
16679   include:
16680     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16684     layout: "plot-throughput"
16685
16686 ################################################################################
16687 ###   2n-clx                                                                 ###
16688 ################################################################################
16689
16690 # Packet Throughput
16691
16692 - type: "plot"
16693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16694   algorithm: "plot_perf_box_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16697   include:
16698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16702   layout:
16703     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16711   include:
16712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16716   layout:
16717     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16725   include:
16726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16730   layout:
16731     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16732     layout: "plot-throughput"
16733
16734 - type: "plot"
16735   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16736   algorithm: "plot_perf_box_name"
16737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16739   include:
16740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16744   layout:
16745     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16753   include:
16754 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16755     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16756     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16757     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16758   layout:
16759     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16767   include:
16768 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16769     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16770     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16771     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16772   layout:
16773     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16774     layout: "plot-throughput"
16775
16776 - type: "plot"
16777   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16778   algorithm: "plot_perf_box_name"
16779   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16781   include:
16782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16788   layout:
16789     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16790     layout: "plot-throughput"
16791
16792 - type: "plot"
16793   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16797   include:
16798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16804   layout:
16805     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16813   include:
16814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16818   layout:
16819     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16820     layout: "plot-throughput"
16821
16822 - type: "plot"
16823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16824   algorithm: "plot_perf_box_name"
16825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16827   include:
16828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16832   layout:
16833     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16834     layout: "plot-throughput"
16835
16836 - type: "plot"
16837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16838   algorithm: "plot_perf_box_name"
16839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16841   include:
16842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16845   layout:
16846     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16851   algorithm: "plot_perf_box_name"
16852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16854   include:
16855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16858   layout:
16859     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16867   include:
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16873   layout:
16874     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16882   include:
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16888   layout:
16889     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16890     layout: "plot-throughput"
16891
16892 - type: "plot"
16893   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16894   algorithm: "plot_perf_box_name"
16895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16897   include:
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16901   layout:
16902     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16910   include:
16911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16914   layout:
16915     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16923   include:
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16930   layout:
16931     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16946   layout:
16947     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16962   layout:
16963     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16971   include:
16972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16978   layout:
16979     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16980     layout: "plot-throughput"
16981
16982 - type: "plot"
16983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16987   include:
16988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16990   layout:
16991     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17002   layout:
17003     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17011   include:
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17018   layout:
17019     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17027   include:
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17034   layout:
17035     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17036     layout: "plot-throughput"
17037
17038 - type: "plot"
17039   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17040   algorithm: "plot_perf_box_name"
17041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17043   include:
17044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17049 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17050   layout:
17051     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17059   include:
17060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17065 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17066   layout:
17067     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17075   include:
17076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17082   layout:
17083     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17084     layout: "plot-throughput"
17085
17086 - type: "plot"
17087   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17091   include:
17092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17098   layout:
17099     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17107   include:
17108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17113   layout:
17114     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17128   layout:
17129     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17143   layout:
17144     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17158   layout:
17159     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17173   layout:
17174     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17188   layout:
17189     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17203   layout:
17204     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17218   layout:
17219     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17233   layout:
17234     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17248   layout:
17249     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17264   layout:
17265     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273   include:
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17280   layout:
17281     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17289   include:
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17294   layout:
17295     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333   include:
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17340   layout:
17341     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17349   include:
17350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17354   layout:
17355     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17363   include:
17364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17368   layout:
17369     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17384   layout:
17385     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17393   include:
17394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17400   layout:
17401     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17409   include:
17410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17414   layout:
17415     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17423   include:
17424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17428   layout:
17429     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17443   layout:
17444     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17458   layout:
17459     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17467   include:
17468     - "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"
17469     - "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"
17470     - "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"
17471     - "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"
17472     - "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"
17473   layout:
17474     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "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"
17484     - "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"
17485     - "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"
17486     - "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"
17487     - "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"
17488   layout:
17489     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17490     layout: "plot-throughput"
17491
17492 - type: "plot"
17493   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17497   include:
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17503   layout:
17504     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17518   layout:
17519     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17533   layout:
17534     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17548   layout:
17549     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17550     layout: "plot-throughput"
17551
17552 - type: "plot"
17553   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17562   layout:
17563     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17576   layout:
17577     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "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"
17587     - "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"
17588     - "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"
17589     - "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"
17590   layout:
17591     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "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"
17601     - "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"
17602     - "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"
17603     - "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"
17604   layout:
17605     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "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"
17615     - "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"
17616     - "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"
17617     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17618     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17619     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17620   layout:
17621     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "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"
17631     - "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"
17632     - "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"
17633     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17634     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17635     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17636   layout:
17637     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17638     layout: "plot-throughput"
17639
17640 ################################################################################
17641
17642 # Packet Speedup
17643
17644 - type: "plot"
17645   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17646   algorithm: "plot_tsa_name"
17647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17649   include:
17650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17654   layout:
17655     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17656     layout: "plot-throughput-speedup-analysis"
17657
17658 - type: "plot"
17659   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17660   algorithm: "plot_tsa_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17668   layout:
17669     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17670     layout: "plot-throughput-speedup-analysis"
17671
17672 - type: "plot"
17673   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17674   algorithm: "plot_tsa_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17682   layout:
17683     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17684     layout: "plot-throughput-speedup-analysis"
17685
17686 - type: "plot"
17687   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17688   algorithm: "plot_tsa_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17696   layout:
17697     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17698     layout: "plot-throughput-speedup-analysis"
17699
17700 - type: "plot"
17701   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17702   algorithm: "plot_tsa_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17707     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17708     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17710   layout:
17711     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17712     layout: "plot-throughput-speedup-analysis"
17713
17714 - type: "plot"
17715   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17716   algorithm: "plot_tsa_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17721     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17722     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17723     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17724   layout:
17725     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17726     layout: "plot-throughput-speedup-analysis"
17727
17728 - type: "plot"
17729   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17730   algorithm: "plot_tsa_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17740   layout:
17741     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17742     layout: "plot-throughput-speedup-analysis"
17743
17744 - type: "plot"
17745   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17746   algorithm: "plot_tsa_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17756   layout:
17757     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17758     layout: "plot-throughput-speedup-analysis"
17759
17760 - type: "plot"
17761   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17762   algorithm: "plot_tsa_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17770   layout:
17771     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17772     layout: "plot-throughput-speedup-analysis"
17773
17774 - type: "plot"
17775   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17776   algorithm: "plot_tsa_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17784   layout:
17785     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17786     layout: "plot-throughput-speedup-analysis"
17787
17788 - type: "plot"
17789   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17790   algorithm: "plot_tsa_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17797   layout:
17798     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17799     layout: "plot-throughput-speedup-analysis"
17800
17801 - type: "plot"
17802   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17803   algorithm: "plot_tsa_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17810   layout:
17811     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17812     layout: "plot-throughput-speedup-analysis"
17813
17814 - type: "plot"
17815   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17816   algorithm: "plot_tsa_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17819   include:
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17825   layout:
17826     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17827     layout: "plot-throughput-speedup-analysis"
17828
17829 - type: "plot"
17830   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17831   algorithm: "plot_tsa_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17840   layout:
17841     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17842     layout: "plot-throughput-speedup-analysis"
17843
17844 - type: "plot"
17845   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17846   algorithm: "plot_tsa_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17866   layout:
17867     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17868     layout: "plot-throughput-speedup-analysis"
17869
17870 - type: "plot"
17871   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17872   algorithm: "plot_tsa_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17916     layout: "plot-throughput-speedup-analysis"
17917
17918 - type: "plot"
17919   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17920   algorithm: "plot_tsa_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17930   layout:
17931     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17932     layout: "plot-throughput-speedup-analysis"
17933
17934 - type: "plot"
17935   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17936   algorithm: "plot_tsa_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17942   layout:
17943     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17944     layout: "plot-throughput-speedup-analysis"
17945
17946 - type: "plot"
17947   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17948   algorithm: "plot_tsa_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17954   layout:
17955     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17956     layout: "plot-throughput-speedup-analysis"
17957
17958 - type: "plot"
17959   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17960   algorithm: "plot_tsa_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17970   layout:
17971     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17972     layout: "plot-throughput-speedup-analysis"
17973
17974 - type: "plot"
17975   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17976   algorithm: "plot_tsa_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17986   layout:
17987     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17988     layout: "plot-throughput-speedup-analysis"
17989
17990 - type: "plot"
17991   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17992   algorithm: "plot_tsa_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18002   layout:
18003     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18004     layout: "plot-throughput-speedup-analysis"
18005
18006 - type: "plot"
18007   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18008   algorithm: "plot_tsa_name"
18009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18011   include:
18012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18018   layout:
18019     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18020     layout: "plot-throughput-speedup-analysis"
18021
18022 - type: "plot"
18023   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18024   algorithm: "plot_tsa_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18034   layout:
18035     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18036     layout: "plot-throughput-speedup-analysis"
18037
18038 - type: "plot"
18039   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18040   algorithm: "plot_tsa_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18050   layout:
18051     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18052     layout: "plot-throughput-speedup-analysis"
18053
18054 - type: "plot"
18055   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18056   algorithm: "plot_tsa_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18080   layout:
18081     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18095   layout:
18096     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18097     layout: "plot-throughput-speedup-analysis"
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18125   layout:
18126     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18140   layout:
18141     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18142     layout: "plot-throughput-speedup-analysis"
18143
18144 - type: "plot"
18145   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18146   algorithm: "plot_tsa_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18155   layout:
18156     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18170   layout:
18171     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18185   layout:
18186     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18200   layout:
18201     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18216   layout:
18217     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18218     layout: "plot-throughput-speedup-analysis"
18219
18220 - type: "plot"
18221   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18222   algorithm: "plot_tsa_name"
18223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18225   include:
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18232   layout:
18233     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18234     layout: "plot-throughput-speedup-analysis"
18235
18236 - type: "plot"
18237   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18238   algorithm: "plot_tsa_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18294     layout: "plot-throughput-speedup-analysis"
18295
18296 - type: "plot"
18297   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18298   algorithm: "plot_tsa_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18306   layout:
18307     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18308     layout: "plot-throughput-speedup-analysis"
18309
18310 - type: "plot"
18311   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18312   algorithm: "plot_tsa_name"
18313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18315   include:
18316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18336   layout:
18337     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18338     layout: "plot-throughput-speedup-analysis"
18339
18340 - type: "plot"
18341   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18342   algorithm: "plot_tsa_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18352   layout:
18353     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18354     layout: "plot-throughput-speedup-analysis"
18355
18356 - type: "plot"
18357   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18358   algorithm: "plot_tsa_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18361   include:
18362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18366   layout:
18367     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18380   layout:
18381     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18395   layout:
18396     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18412     layout: "plot-throughput-speedup-analysis"
18413
18414 - type: "plot"
18415   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18416   algorithm: "plot_tsa_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "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"
18421     - "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"
18422     - "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"
18423     - "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"
18424     - "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"
18425   layout:
18426     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18427     layout: "plot-throughput-speedup-analysis"
18428
18429 - type: "plot"
18430   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18431   algorithm: "plot_tsa_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "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"
18436     - "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"
18437     - "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"
18438     - "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"
18439     - "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"
18440   layout:
18441     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18455   layout:
18456     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18485   layout:
18486     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18514   layout:
18515     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18528   layout:
18529     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "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"
18539     - "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"
18540     - "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"
18541     - "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"
18542   layout:
18543     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "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"
18553     - "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"
18554     - "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"
18555     - "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"
18556   layout:
18557     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "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"
18567     - "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"
18568     - "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"
18569     - "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"
18570     - "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"
18571     - "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"
18572   layout:
18573     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "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"
18583     - "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"
18584     - "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"
18585     - "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"
18586     - "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"
18587     - "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"
18588   layout:
18589     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 ################################################################################
18593
18594 # Packet Throughput - DPDK
18595
18596 # 2n-clx-xxv710
18597
18598 - type: "plot"
18599   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18600   algorithm: "plot_perf_box_name"
18601   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18602   data: "plot-dpdk-throughput-latency-2n-clx"
18603   include:
18604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18606   layout:
18607     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18608     layout: "plot-throughput"
18609
18610 - type: "plot"
18611   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18612   algorithm: "plot_perf_box_name"
18613   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18614   data: "plot-dpdk-throughput-latency-2n-clx"
18615   include:
18616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18617     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18618   layout:
18619     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18620     layout: "plot-throughput"
18621
18622 - type: "plot"
18623   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18624   algorithm: "plot_perf_box_name"
18625   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18626   data: "plot-dpdk-throughput-latency-2n-clx"
18627   include:
18628     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18629     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18632     layout: "plot-throughput"
18633
18634 - type: "plot"
18635   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18636   algorithm: "plot_perf_box_name"
18637   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18638   data: "plot-dpdk-throughput-latency-2n-clx"
18639   include:
18640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18641     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18642   layout:
18643     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18644     layout: "plot-throughput"
18645
18646 # 2n-clx-x710
18647
18648 - type: "plot"
18649   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18650   algorithm: "plot_perf_box_name"
18651   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18652   data: "plot-dpdk-throughput-latency-2n-clx"
18653   include:
18654     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18655     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18656   layout:
18657     title: "2n-clx-x710-64b-2t1c-base-ndr"
18658     layout: "plot-throughput"
18659
18660 - type: "plot"
18661   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18662   algorithm: "plot_perf_box_name"
18663   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18664   data: "plot-dpdk-throughput-latency-2n-clx"
18665   include:
18666     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18667     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18668   layout:
18669     title: "2n-clx-x710-64b-4t2c-base-ndr"
18670     layout: "plot-throughput"
18671
18672 - type: "plot"
18673   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18674   algorithm: "plot_perf_box_name"
18675   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18676   data: "plot-dpdk-throughput-latency-2n-clx"
18677   include:
18678     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18679     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18680   layout:
18681     title: "2n-clx-x710-64b-2t1c-base-pdr"
18682     layout: "plot-throughput"
18683
18684 - type: "plot"
18685   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18686   algorithm: "plot_perf_box_name"
18687   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18688   data: "plot-dpdk-throughput-latency-2n-clx"
18689   include:
18690     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18691     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18692   layout:
18693     title: "2n-clx-x710-64b-4t2c-base-pdr"
18694     layout: "plot-throughput"
18695
18696 ################################################################################
18697
18698 - type: "plot"
18699   title: "Latency by percentile: 2n-skx"
18700   algorithm: "plot_hdrh_lat_by_percentile"
18701   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18702   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18703   target-links: "../../_static/vpp"
18704   data: "plot-vpp-hdrh-lat-2n-skx"
18705   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18706   layout:
18707     layout: "plot-hdrh-latency-by-percentile"
18708
18709 - type: "plot"
18710   title: "Latency by percentile: 3n-skx"
18711   algorithm: "plot_hdrh_lat_by_percentile"
18712   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18713   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18714   target-links: "../../_static/vpp"
18715   data: "plot-vpp-hdrh-lat-3n-skx"
18716   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18717   layout:
18718     layout: "plot-hdrh-latency-by-percentile"
18719
18720 - type: "plot"
18721   title: "Latency by percentile: 2n-clx"
18722   algorithm: "plot_hdrh_lat_by_percentile"
18723   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18724   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18725   target-links: "../../_static/vpp"
18726   data: "plot-vpp-hdrh-lat-2n-clx"
18727   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18728   layout:
18729     layout: "plot-hdrh-latency-by-percentile"
18730
18731 - type: "plot"
18732   title: "Latency by percentile: 3n-hsw"
18733   algorithm: "plot_hdrh_lat_by_percentile"
18734   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18735   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18736   target-links: "../../_static/vpp"
18737   data: "plot-vpp-hdrh-lat-3n-hsw"
18738   filter: "'1T1C' and 'NIC_Intel-XL710'"
18739   layout:
18740     layout: "plot-hdrh-latency-by-percentile"
18741
18742 - type: "plot"
18743   title: "Latency by percentile: 3n-tsh"
18744   algorithm: "plot_hdrh_lat_by_percentile"
18745   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18746   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18747   target-links: "../../_static/vpp"
18748   data: "plot-vpp-hdrh-lat-3n-tsh"
18749   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18750   layout:
18751     layout: "plot-hdrh-latency-by-percentile"
18752
18753 - type: "plot"
18754   title: "Latency by percentile: DPDK 2n-skx"
18755   algorithm: "plot_hdrh_lat_by_percentile"
18756   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18757   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18758   target-links: "../../_static/dpdk"
18759   data: "plot-dpdk-hdrh-lat-2n-skx"
18760   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18761   layout:
18762     layout: "plot-hdrh-latency-by-percentile"
18763
18764 - type: "plot"
18765   title: "Latency by percentile: DPDK 3n-skx"
18766   algorithm: "plot_hdrh_lat_by_percentile"
18767   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18768   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18769   target-links: "../../_static/dpdk"
18770   data: "plot-dpdk-hdrh-lat-3n-skx"
18771   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18772   layout:
18773     layout: "plot-hdrh-latency-by-percentile"
18774
18775 - type: "plot"
18776   title: "Latency by percentile: DPDK 2n-clx"
18777   algorithm: "plot_hdrh_lat_by_percentile"
18778   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18779   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18780   target-links: "../../_static/dpdk"
18781   data: "plot-dpdk-hdrh-lat-2n-clx"
18782   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18783   layout:
18784     layout: "plot-hdrh-latency-by-percentile"
18785
18786 - type: "plot"
18787   title: "Latency by percentile: DPDK 3n-hsw"
18788   algorithm: "plot_hdrh_lat_by_percentile"
18789   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18790   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18791   target-links: "../../_static/dpdk"
18792   data: "plot-dpdk-hdrh-lat-3n-hsw"
18793   filter: "'1T1C' and 'NIC_Intel-XL710'"
18794   layout:
18795     layout: "plot-hdrh-latency-by-percentile"
18796
18797 - type: "plot"
18798   title: "Latency by percentile: DPDK 3n-tsh"
18799   algorithm: "plot_hdrh_lat_by_percentile"
18800   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18801   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18802   target-links: "../../_static/dpdk"
18803   data: "plot-dpdk-hdrh-lat-3n-tsh"
18804   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18805   layout:
18806     layout: "plot-hdrh-latency-by-percentile"