Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
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         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226         - 55  # NDRPDR sel env 4
227         - 56  # NDRPDR sel env 4
228
229     plot-vpp-hdrh-lat-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231         - 47  # NDRPDR sel env 4
232
233     plot-vpp-nfv-3n-skx-ndrpdr:
234       csit-vpp-perf-report-iterative-2005-3n-skx:
235         - 4   # NDRPDR sel
236         - 5   # NDRPDR sel ??? all x710 failed
237         - 33  # NDRPDR sel
238         - 28  # NDRPDR sel
239         - 34  # NDRPDR sel
240
241     plot-vpp-nfv-3n-skx-mrr:
242       csit-vpp-perf-report-iterative-2005-3n-skx:
243         - 49  # MRR sel env 4
244
245     plot-dpdk-throughput-latency-3n-skx:
246       csit-dpdk-perf-report-iterative-2005-3n-skx:
247         - 28  # NDRPDR iter
248         - 29  # NDRPDR iter
249         - 30  # NDRPDR iter
250         - 31  # NDRPDR iter
251         - 32  # NDRPDR iter
252         - 33  # NDRPDR iter
253         - 34  # NDRPDR iter
254         - 35  # NDRPDR iter
255         - 36  # NDRPDR iter
256         - 37  # NDRPDR iter
257
258     plot-dpdk-hdrh-lat-3n-skx:
259       csit-dpdk-perf-report-iterative-2005-3n-skx:
260         - 28  # NDRPDR iter
261
262     # 2n-skx
263
264     plot-vpp-throughput-lat-tsa-2n-skx:
265       csit-vpp-perf-report-iterative-2005-2n-skx:
266         - 88  # NDRPDR sel env 4
267         - 89  # NDRPDR sel env 4
268         - 90  # NDRPDR sel env 4
269         - 91  # NDRPDR sel env 4
270         - 92  # NDRPDR sel env 4
271         - 93  # NDRPDR sel env 4
272         - 94  # NDRPDR sel env 4
273         - 125 # NDRPDR sel env 4
274         - 126 # NDRPDR sel env 4
275         - 127 # NDRPDR sel env 4
276
277     plot-vpp-hdrh-lat-2n-skx:
278       csit-vpp-perf-report-iterative-2005-2n-skx:
279         - 94  # NDRPDR sel
280
281     plot-vpp-soak-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 122 # Soak
284         - 123 # Soak
285
286     plot-vpp-nfv-2n-skx-ndrpdr:
287       csit-vpp-perf-report-iterative-2005-2n-skx:
288         - 113 # nf-density-sel env 4
289         - 114 # nf-density-sel env 4
290         - 124 # nf-density-sel env 4
291         - 128 # nf-density-sel env 4
292         - 129 # nf-density-sel env 4
293         - 131 # nf-density-sel env 4
294         - 132 # nf-density-sel env 4
295         - 135 # nf-density-sel env 4
296         - 136 # nf-density-sel env 4
297         - 139 # nf-density-sel env 4
298
299     plot-vpp-nfv-2n-skx-mrr:
300       csit-vpp-perf-report-iterative-2005-2n-skx:
301         - 115 # nf-density-sel env 4
302
303     plot-vpp-nfv-reconf-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 106 # Reconf env 4
306         - 107 # Reconf env 4
307         - 108 # Reconf env 4
308         - 109 # Reconf env 4
309         - 110 # Reconf env 4
310         - 111 # Reconf env 4
311         - 112 # Reconf env 4
312         - 118 # Reconf env 4
313         - 120 # Reconf env 4
314         - 121 # Reconf env 4
315
316     plot-dpdk-throughput-latency-2n-skx:
317       csit-dpdk-perf-report-iterative-2005-2n-skx:
318         - 20  # NDRPDR iter
319         - 21  # NDRPDR iter
320         - 22  # NDRPDR iter
321         - 23  # NDRPDR iter
322         - 24  # NDRPDR iter
323         - 25  # NDRPDR iter
324         - 26  # NDRPDR iter
325         - 27  # NDRPDR iter
326         - 28  # NDRPDR iter
327         - 29  # NDRPDR iter
328
329     plot-dpdk-hdrh-lat-2n-skx:
330       csit-dpdk-perf-report-iterative-2005-2n-skx:
331         - 20  # NDRPDR iter
332
333     # 2n-clx
334
335     plot-vpp-throughput-lat-tsa-2n-clx:
336       csit-vpp-perf-report-iterative-2005-2n-clx:
337         - 62  # NDRPDR sel env 4
338         - 63  # NDRPDR sel env 4
339         - 64  # NDRPDR sel env 4
340         - 65  # NDRPDR sel env 4
341         - 66  # NDRPDR sel env 4
342         - 68  # NDRPDR sel env 4
343         - 69  # NDRPDR sel env 4
344         - 70  # NDRPDR sel env 4
345         - 103 # NDRPDR sel env 4
346         - 104 # NDRPDR sel env 4
347
348     plot-vpp-hdrh-lat-2n-clx:
349       csit-vpp-perf-report-iterative-2005-2n-clx:
350         - 70  # NDRPDR sel env 4
351
352     plot-vpp-nfv-2n-clx-ndrpdr:
353       csit-vpp-perf-report-iterative-2005-2n-clx:
354         - 91  # nfv-density-00 env 4
355         - 92  # nfv-density-00 env 4
356         - 93  # nfv-density-00 env 4
357         - 97  # nfv-density-00 env 4
358         - 98  # nfv-density-00 env 4
359         - 99  # nfv-density-00 env 4
360         - 100 # nfv-density-00 env 4
361         - 105 # nfv-density-00 env 4
362         - 106 # nfv-density-00 env 4
363         - 108 # nfv-density-00 env 4
364
365     plot-vpp-nfv-2n-clx-mrr:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 96  # MRR
368
369     plot-vpp-nfv-reconf-2n-clx:
370       csit-vpp-perf-report-iterative-2005-2n-clx:
371         - 81  # Reconf env 4
372         - 82  # Reconf env 4
373         - 83  # Reconf env 4
374         - 84  # Reconf env 4
375         - 85  # Reconf env 4
376         - 86  # Reconf env 4
377         - 87  # Reconf env 4
378         - 88  # Reconf env 4
379         - 89  # Reconf env 4
380         - 90  # Reconf env 4
381
382     plot-vpp-soak-2n-clx:
383       csit-vpp-perf-report-iterative-2005-2n-clx:
384         - 101 # Soak
385         - 102 # Soak
386
387     plot-dpdk-throughput-latency-2n-clx:
388       csit-dpdk-perf-report-iterative-2005-2n-clx:
389         - 20  # NDRPDR iter
390         - 21  # NDRPDR iter
391         - 22  # NDRPDR iter
392         - 23  # NDRPDR iter
393         - 24  # NDRPDR iter
394         - 25  # NDRPDR iter
395         - 26  # NDRPDR iter
396         - 27  # NDRPDR iter
397         - 28  # NDRPDR iter
398         - 29  # NDRPDR iter
399
400     plot-dpdk-hdrh-lat-2n-clx:
401       csit-dpdk-perf-report-iterative-2005-2n-clx:
402         - 21  # NDRPDR iter
403
404     # 3n-tsh
405
406     plot-vpp-throughput-lat-tsa-3n-tsh:
407       csit-vpp-perf-report-iterative-2005-3n-tsh:
408         - 23  # NDRPDR sel env 4
409         - 25  # NDRPDR sel env 4
410         - 33  # NDRPDR sel env 4
411         - 34  # NDRPDR sel env 4
412         - 35  # NDRPDR sel env 4
413         - 36  # NDRPDR sel env 4
414         - 37  # NDRPDR sel env 4
415         - 38  # NDRPDR sel env 4
416         - 40  # NDRPDR sel env 4
417
418     plot-vpp-hdrh-lat-3n-tsh:
419       csit-vpp-perf-report-iterative-2005-3n-tsh:
420         - 35  # NDRPDR sel env 4
421
422     plot-dpdk-throughput-latency-3n-tsh:
423       csit-dpdk-perf-report-iterative-2005-3n-tsh:
424         - 5   # NDRPDR sel
425
426     plot-dpdk-hdrh-lat-3n-tsh:
427       csit-dpdk-perf-report-iterative-2005-3n-tsh:
428         - 5   # NDRPDR sel
429
430     # 3n-dnv
431
432     plot-vpp-throughput-lat-tsa-3n-dnv:
433       csit-vpp-perf-report-iterative-2005-3n-dnv:
434         - 2   # NDRPDR sel
435         - 3   # NDRPDR sel
436         - 4   # NDRPDR sel
437         - 5   # NDRPDR sel
438         - 6   # NDRPDR sel
439         - 7   # NDRPDR sel
440         - 9   # NDRPDR sel
441         - 10  # NDRPDR sel
442         - 11  # NDRPDR sel
443         - 12  # NDRPDR sel
444
445     plot-dpdk-throughput-latency-3n-dnv:
446       csit-dpdk-perf-report-iterative-2005-3n-dnv:
447         - 6   # NDRPDR sel
448         - 7   # NDRPDR sel
449         - 8   # NDRPDR sel
450         - 9   # NDRPDR sel
451         - 10  # NDRPDR sel
452         - 11  # NDRPDR sel
453         - 12  # NDRPDR sel
454         - 13  # NDRPDR sel
455         - 14  # NDRPDR sel
456         - 16  # NDRPDR sel
457
458     # 2n-dnv
459
460     plot-vpp-throughput-lat-tsa-2n-dnv:
461       csit-vpp-perf-report-iterative-2005-2n-dnv:
462         - 3   # NDRPDR sel
463         - 6   # NDRPDR sel
464         - 7   # NDRPDR sel
465         - 8   # NDRPDR sel
466         - 9   # NDRPDR sel
467         - 10  # NDRPDR sel
468         - 11  # NDRPDR sel
469         - 12  # NDRPDR sel
470         - 13  # NDRPDR sel
471         - 14  # NDRPDR sel
472
473     plot-dpdk-throughput-latency-2n-dnv:
474       csit-dpdk-perf-report-iterative-2005-2n-dnv:
475         - 8   # NDRPDR sel
476         - 9   # NDRPDR sel
477         - 10  # NDRPDR sel
478         - 11  # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 13  # NDRPDR sel
481         - 14  # NDRPDR sel
482         - 15  # NDRPDR sel
483         - 16  # NDRPDR sel
484         - 17  # NDRPDR sel
485
486     ###########################################################################
487     # Simple tables (only one data set):
488
489     # NIC Comparisons
490
491     vpp-nic-comparison-3n-skx:
492       csit-vpp-perf-report-iterative-2005-3n-skx:
493         - 42  # NDRPDR sel env 4
494         - 43  # NDRPDR sel env 4
495         - 44  # NDRPDR sel env 4
496         - 45  # NDRPDR sel env 4
497         - 47  # NDRPDR sel env 4
498         - 55  # NDRPDR sel env 4
499         - 56  # NDRPDR sel env 4
500
501     vpp-nic-comparison-2n-skx:
502       csit-vpp-perf-report-iterative-2005-2n-skx:
503         - 88  # NDRPDR sel env 4
504         - 89  # NDRPDR sel env 4
505         - 90  # NDRPDR sel env 4
506         - 91  # NDRPDR sel env 4
507         - 92  # NDRPDR sel env 4
508         - 93  # NDRPDR sel env 4
509         - 94  # NDRPDR sel env 4
510         - 125 # NDRPDR sel env 4
511         - 126 # NDRPDR sel env 4
512         - 127 # NDRPDR sel env 4
513
514     vpp-nic-comparison-3n-skx-mrr:
515       csit-vpp-perf-report-iterative-2005-3n-skx:
516         - 49  # MRR sel env 4
517
518     vpp-nic-comparison-2n-skx-mrr:
519       csit-vpp-perf-report-iterative-2005-2n-skx:
520         - 99  # MRR sel env 4
521
522     # Results
523
524     vpp-perf-results-3n-hsw:
525       csit-vpp-perf-report-coverage-2005-3n-hsw:
526         - 74  # crypto-00
527         - 75  # crypto-01
528         - 76  # crypto-02
529         - 77  # crypto-03
530         - 78  # ip4-00
531         - 79  # ip4-01
532         - 80  # ip4-02
533         - 81  # ip4-03
534         - 73  # ip4-04
535         - 82  # ip4-05
536         - 83  # ip4-06
537         - 84  # ip4-07
538         - 85  # ip4-08
539         - 86  # ip4tun-00
540         - 87  # ip4tun-01
541         - 88  # ip4tun-02
542         - 89  # ip6-00
543         - 90  # ip6-01
544         - 91  # ip6tun-00
545         - 92  # l2-00
546         - 93  # l2-01
547         - 94  # l2-02
548         - 95  # l2-03
549         - 96  # l2-04
550         - 97  # l2-05
551         - 98  # l2-06
552         - 99  # l2-07
553         - 100 # l2-08
554         - 101 # l2-09
555         - 102 # l2-10
556         - 103 # memif-00
557         - 104 # srv6-00
558         - 105 # srv6-01
559         - 106 # vhost-00
560         - 107 # vhost-01
561         - 109 # vhost-02
562
563     vpp-perf-results-3n-skx:
564       csit-vpp-perf-report-coverage-2005-3n-skx:
565         - 45  # crypto-00
566         - 46  # crypto-01
567         - 47  # crypto-02
568         - 83  # crypto-03
569         - 50  # ip4-00
570         - 51  # ip4-01
571         - 52  # ip4-02
572         - 53  # ip4-03
573         - 54  # ip4-04
574         - 55  # ip4-05
575         - 56  # ip4-06
576         - 57  # ip4-07
577         - 58  # ip4-08
578         - 59  # ip4tun-00
579         - 60  # ip4tun-01
580         - 61  # ip4tun-02
581         - 62  # ip6-00
582         - 63  # ip6-01
583         - 64  # ip6tun-00
584         - 65  # l2-00
585         - 66  # l2-01
586         - 67  # l2-02
587         - 68  # l2-03
588         - 69  # l2-04
589         - 84  # l2-05
590         - 71  # l2-06
591         - 72  # l2-07
592         - 73  # l2-08
593         - 85  # l2-09
594         - 75  # l2-10
595         - 76  # memif-00
596         - 77  # srv6-00
597         - 78  # srv6-01
598         - 88  # vhost-00
599         - 89  # vhost-01
600         - 81  # vhost-02
601         - 83  # vhost-03
602
603     vpp-perf-results-2n-skx:
604       csit-vpp-perf-report-coverage-2005-2n-skx:
605         - 28  # ip4-00
606         - 29  # ip4-01
607         - 30  # ip4-02
608         - 31  # ip4-03
609         - 32  # ip4-04
610         - 33  # ip4-05
611         - 34  # ip6-00
612         - 35  # ip6-01
613         - 36  # l2-00
614         - 37  # l2-01
615         - 38  # lb-00
616         - 39  # memif-00
617         - 40  # vhost-00
618         - 41  # vhost-01
619         - 42  # vts-00
620
621     vpp-perf-results-2n-clx:
622       csit-vpp-perf-report-coverage-2005-2n-clx:
623         - 24  # ip4-00
624         - 25  # ip4-01
625         - 26  # ip4-02
626         - 27  # ip4-03
627         - 28  # ip4-04
628         - 29  # ip4-05
629         - 34  # ip6-00
630         - 36  # ip6-01
631         - 31  # l2-00
632         - 41  # l2-01
633         - 39  # lb-00
634         - 37  # memif-00
635         - 32  # vhost-00
636         - 33  # vhost-01
637         - 40  # vts-00
638
639     vpp-perf-results-3n-tsh:
640       csit-vpp-perf-report-iterative-2005-3n-tsh:
641         - 35  # NDRPDR sel env 4
642
643     vpp-perf-results-3n-dnv:
644       csit-vpp-perf-report-coverage-2005-3n-dnv:
645         - 1   # perf-full-3n-dnv-crypto_I
646         - 24  # perf-full-3n-dnv-crypto_II
647         - 5   # perf-full-3n-dnv-ip4_I
648         - 13  # perf-full-3n-dnv-ip4_II
649         - 17  # perf-full-3n-dnv-ip6_I
650         - 18  # perf-full-3n-dnv-ip6_II
651         - 21  # perf-full-3n-dnv-l2_I
652         - 22  # perf-full-3n-dnv-l2_II
653         - 23  # perf-full-3n-dnv-ip4-tunnels_I
654
655     vpp-perf-results-2n-dnv:
656       csit-vpp-perf-report-coverage-2005-2n-dnv:
657         - 1   # perf-full-2n-dnv-ip4_I
658         - 2   # perf-full-2n-dnv-ip4_II
659         - 3   # perf-full-2n-dnv-ip6_I
660         - 4   # perf-full-2n-dnv-ip6_II
661         - 5   # perf-full-2n-dnv-l2_I
662         - 6   # perf-full-2n-dnv-l2_II
663
664     vpp-mrr-results-3n-hsw:
665       csit-vpp-perf-report-iterative-2005-3n-hsw:
666         - 30  # MRR env 4
667
668     vpp-mrr-results-3n-skx:
669       csit-vpp-perf-report-iterative-2005-3n-skx:
670         - 49  # MRR sel env 4
671
672     vpp-mrr-results-2n-skx:
673       csit-vpp-perf-report-iterative-2005-2n-skx:
674         - 99  # MRR sel env 4
675
676     vpp-mrr-results-2n-clx:
677       csit-vpp-perf-report-iterative-2005-2n-clx:
678         - 72  # MRR env 4
679
680     vpp-mrr-results-3n-tsh:
681       csit-vpp-perf-report-iterative-2005-3n-tsh:
682         - 27  # MRR sel env 4
683
684     vpp-mrr-results-3n-dnv:
685       csit-vpp-perf-report-iterative-2005-3n-dnv:
686         - 8   # MRR
687
688     vpp-mrr-results-2n-dnv:
689       csit-vpp-perf-report-iterative-2005-2n-dnv:
690         - 15  # MRR sel
691
692     vpp-device-results-ubuntu:
693       csit-vpp-device-2005-ubuntu1804-1n-skx:
694         - 35
695
696     dpdk-perf-results-3n-hsw:
697       csit-dpdk-perf-report-iterative-2005-3n-hsw:
698         - 25  # NDRPDR iter
699
700     dpdk-perf-results-3n-skx:
701       csit-dpdk-perf-report-iterative-2005-3n-skx:
702         - 28  # NDRPDR iter
703
704     dpdk-perf-results-2n-skx:
705       csit-dpdk-perf-report-iterative-2005-2n-skx:
706         - 20  # NDRPDR iter
707
708     dpdk-perf-results-2n-clx:
709       csit-dpdk-perf-report-iterative-2005-2n-clx:
710         - 21  # NDRPDR iter
711
712     dpdk-perf-results-2n-dnv:
713       csit-dpdk-perf-report-iterative-2005-2n-dnv:
714         - 8   # NDRPDR sel
715
716     dpdk-perf-results-3n-dnv:
717       csit-dpdk-perf-report-iterative-2005-3n-dnv:
718         - 6   # NDRPDR sel
719
720     dpdk-perf-results-3n-tsh:
721       csit-dpdk-perf-report-iterative-2005-3n-tsh:
722         - 5   # NDRPDR sel
723
724 ###########################################################################
725     # Tables (more than one data set)
726
727     # Performance changes
728
729     vpp-performance-changes-3n-hsw-h1:
730       csit-vpp-perf-verify-1908-3n-hsw:
731         - 12  # NDRPDR sel
732         - 13  # NDRPDR sel
733         - 14  # NDRPDR sel
734         - 15  # NDRPDR sel
735         - 16  # NDRPDR sel
736         - 17  # NDRPDR sel
737         - 18  # NDRPDR sel
738         - 19  # NDRPDR sel
739         - 20  # NDRPDR sel
740         - 21  # NDRPDR sel
741     vpp-performance-changes-3n-hsw-ref:
742       csit-vpp-perf-verify-2001-3n-hsw:
743         - 21  # NDRPDR sel
744         - 22  # NDRPDR sel
745         - 23  # NDRPDR sel
746         - 24  # NDRPDR sel
747         - 25  # NDRPDR sel
748         - 29  # NDRPDR sel
749         - 30  # NDRPDR sel
750         - 31  # NDRPDR sel
751         - 32  # NDRPDR sel
752         - 34  # NDRPDR sel
753     vpp-performance-changes-3n-hsw-cmp:
754       csit-vpp-perf-report-iterative-2005-3n-hsw:
755         - 3   # NDRPDR sel
756         - 4   # NDRPDR sel
757         - 5   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 11  # NDRPDR sel
760         - 12  # NDRPDR sel
761         - 15  # NDRPDR sel
762         - 16  # NDRPDR sel
763         - 18  # NDRPDR sel
764         - 19  # NDRPDR sel
765     vpp-performance-changes-3n-hsw-cmp-2:
766       csit-vpp-perf-report-iterative-2005-3n-hsw:
767         - 20  # NDRPDR sel env 4
768         - 21  # NDRPDR sel env 4
769         - 22  # NDRPDR sel env 4
770         - 23  # NDRPDR sel env 4
771         - 24  # NDRPDR sel env 4
772         - 25  # NDRPDR sel env 4
773         - 26  # NDRPDR sel env 4
774         - 27  # NDRPDR sel env 4
775         - 28  # NDRPDR sel env 4
776         - 29  # NDRPDR sel env 4
777     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
778       csit-vpp-perf-report-iterative-2005-3n-hsw:
779         - 31  # NDRPDR sel 2001.0-4
780         - 32  # NDRPDR sel 2001.0-4
781         - 33  # NDRPDR sel 2001.0-4
782         - 34  # NDRPDR sel 2001.0-4
783         - 35  # NDRPDR sel 2001.0-4
784         - 36  # NDRPDR sel 2001.0-4
785         - 38  # NDRPDR sel 2001.0-4
786
787     vpp-performance-changes-3n-skx-h1:
788       csit-vpp-perf-verify-1908_1-3n-skx:
789         - 26  # NDRPDR sel - new1908.1
790         - 27  # NDRPDR sel - new1908.1
791         - 28  # NDRPDR sel - new1908.1
792         - 29  # NDRPDR sel - new1908.1
793         - 30  # NDRPDR sel - new1908.1
794         - 31  # NDRPDR sel - new1908.1
795         - 33  # NDRPDR sel - new1908.1
796         - 34  # NDRPDR sel - new1908.1
797         - 35  # NDRPDR sel - new1908.1
798         - 36  # NDRPDR sel - new1908.1
799     vpp-performance-changes-3n-skx-ref:
800       csit-vpp-perf-verify-2001-3n-skx:
801         - 69  # NDRPDR sel - new2001.0
802         - 71  # NDRPDR sel - new2001.0
803         - 72  # NDRPDR sel - new2001.0
804         - 76  # NDRPDR sel - new2001.0
805         - 77  # NDRPDR sel - new2001.0
806         - 78  # NDRPDR sel - new2001.0
807         - 80  # NDRPDR sel - new2001.0
808     vpp-performance-changes-3n-skx-cmp:
809       csit-vpp-perf-report-iterative-2005-3n-skx:
810         - 4   # NDRPDR sel
811         - 5   # NDRPDR sel ??? all x710 failed
812         - 33  # NDRPDR sel
813         - 28  # NDRPDR sel
814         - 34  # NDRPDR sel
815         - 36  # NDRPDR sel
816         - 37  # NDRPDR sel
817         - 38  # NDRPDR sel
818         - 39  # NDRPDR sel
819         - 41  # NDRPDR sel
820     vpp-performance-changes-3n-skx-cmp-2:
821       csit-vpp-perf-report-iterative-2005-3n-skx:
822         - 42  # NDRPDR sel env 4
823         - 43  # NDRPDR sel env 4
824         - 44  # NDRPDR sel env 4
825         - 45  # NDRPDR sel env 4
826         - 47  # NDRPDR sel env 4
827         - 55  # NDRPDR sel env 4
828         - 56  # NDRPDR sel env 4
829     vpp-performance-changes-3n-skx-cmp-2001.0-4:
830       csit-vpp-perf-report-iterative-2005-3n-skx:
831         - 50  # NDRPDR sel 2001.0-4
832         - 51  # NDRPDR sel 2001.0-4
833         - 52  # NDRPDR sel 2001.0-4
834         - 53  # NDRPDR sel 2001.0-4
835         - 54  # NDRPDR sel 2001.0-4
836
837     vpp-performance-changes-2n-skx-h1:
838       csit-vpp-perf-verify-1908_1-2n-skx:
839         - 39  # NDRPDR sel - new1908.1
840         - 40  # NDRPDR sel - new1908.1
841         - 41  # NDRPDR sel - new1908.1
842         - 43  # NDRPDR sel - new1908.1
843         - 44  # NDRPDR sel - new1908.1
844         - 45  # NDRPDR sel - new1908.1
845         - 46  # NDRPDR sel - new1908.1
846         - 47  # NDRPDR sel - new1908.1
847         - 48  # NDRPDR sel - new1908.1
848         - 49  # NDRPDR sel - new1908.1
849     vpp-performance-changes-2n-skx-ref:
850       csit-vpp-perf-verify-2001-2n-skx:
851         - 143  # NDRPDR sel - new2001.0
852         - 146  # NDRPDR sel - new2001.0
853         - 147  # NDRPDR sel - new2001.0
854         - 148  # NDRPDR sel - new2001.0
855         - 149  # NDRPDR sel - new2001.0
856         - 150  # NDRPDR sel - new2001.0
857         - 151  # NDRPDR sel - new2001.0
858         - 152  # NDRPDR sel - new2001.0
859         - 153  # NDRPDR sel - new2001.0
860         - 154  # NDRPDR sel - new2001.0
861     vpp-performance-changes-2n-skx-cmp:
862       csit-vpp-perf-report-iterative-2005-2n-skx:
863         - 43  # NDRPDR sel
864         - 38  # NDRPDR sel
865         - 7   # NDRPDR sel
866         - 65  # NDRPDR sel
867         - 47  # NDRPDR sel
868         - 55  # NDRPDR sel
869         - 67  # NDRPDR sel
870         - 75  # NDRPDR sel
871         - 76  # NDRPDR sel
872         - 73  # NDRPDR sel
873     vpp-performance-changes-2n-skx-cmp-2:
874       csit-vpp-perf-report-iterative-2005-2n-skx:
875         - 88  # NDRPDR sel env 4
876         - 89  # NDRPDR sel env 4
877         - 90  # NDRPDR sel env 4
878         - 91  # NDRPDR sel env 4
879         - 92  # NDRPDR sel env 4
880         - 93  # NDRPDR sel env 4
881         - 94  # NDRPDR sel env 4
882         - 125 # NDRPDR sel env 4
883         - 126 # NDRPDR sel env 4
884         - 127 # NDRPDR sel env 4
885     vpp-performance-changes-2n-skx-cmp-2001.0-4:
886       csit-vpp-perf-report-iterative-2005-2n-skx:
887         - 100 # NDRPDR sel 2001.0-4
888         - 101 # NDRPDR sel 2001.0-4
889         - 102 # NDRPDR sel 2001.0-4
890         - 103 # NDRPDR sel 2001.0-4
891         - 104 # NDRPDR sel 2001.0-4
892         - 105 # NDRPDR sel 2001.0-4
893
894 #    vpp-performance-changes-nfv-2n-skx-ref:
895 #      csit-vpp-perf-verify-2001-2n-skx:
896 #        - 30  # NFV
897 #        - 31  # NFV
898 #    vpp-performance-changes-nfv-2n-skx-cmp:
899 #      csit-vpp-perf-report-iterative-2005-2n-skx:
900 #        - 43  # NDRPDR sel
901 #        - 38  # NDRPDR sel
902 #        - 7   # NDRPDR sel
903 #        - 78  # nf-density-sel
904 #        - 83  # nf-density-sel
905
906     vpp-performance-changes-2n-clx-ref:
907       csit-vpp-perf-verify-2001-2n-clx:
908         - 28  # NDRPDR sel
909         - 29  # NDRPDR sel
910         - 32  # NDRPDR sel
911         - 40  # NDRPDR sel
912         - 43  # NDRPDR sel
913         - 44  # NDRPDR sel
914         - 45  # NDRPDR sel
915         - 47  # NDRPDR sel
916         - 48  # NDRPDR sel
917         - 49  # NDRPDR sel
918     vpp-performance-changes-2n-clx-cmp:
919       csit-vpp-perf-report-iterative-2005-2n-clx:
920         - 7   # NDRPDR sel
921         - 38  # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 32  # NDRPDR sel ???
924         - 33  # NDRPDR sel ???
925         - 39  # NDRPDR sel
926         - 40  # NDRPDR sel
927         - 43  # NDRPDR sel
928         - 50  # NDRPDR sel
929         - 51  # NDRPDR sel
930     vpp-performance-changes-2n-clx-cmp-2:
931       csit-vpp-perf-report-iterative-2005-2n-clx:
932         - 62  # NDRPDR sel env 4
933         - 63  # NDRPDR sel env 4
934         - 64  # NDRPDR sel env 4
935         - 65  # NDRPDR sel env 4
936         - 66  # NDRPDR sel env 4
937         - 68  # NDRPDR sel env 4
938         - 69  # NDRPDR sel env 4
939         - 70  # NDRPDR sel env 4
940         - 103 # NDRPDR sel env 4
941         - 104 # NDRPDR sel env 4
942     vpp-performance-changes-2n-clx-cmp-2001.0-4:
943       csit-vpp-perf-report-iterative-2005-2n-clx:
944         - 73  # NDRPDR sel 2001.0-4
945         - 74  # NDRPDR sel 2001.0-4
946         - 75  # NDRPDR sel 2001.0-4
947         - 76  # NDRPDR sel 2001.0-4
948         - 77  # NDRPDR sel 2001.0-4
949         - 78  # NDRPDR sel 2001.0-4
950         - 79  # NDRPDR sel 2001.0-4
951         - 80  # NDRPDR sel 2001.0-4
952
953     vpp-performance-changes-2n-dnv-h1:
954       csit-vpp-perf-verify-1908-2n-dnv:
955         - 1   # NDRPDR sel
956         - 2   # NDRPDR sel
957         - 3   # NDRPDR sel
958         - 4   # NDRPDR sel
959         - 5   # NDRPDR sel
960         - 6   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 9   # NDRPDR sel
964         - 10  # NDRPDR sel
965     vpp-performance-changes-2n-dnv-ref:
966       csit-vpp-perf-verify-2001-2n-dnv:
967         - 4   # NDRPDR sel
968         - 5   # NDRPDR sel
969         - 6   # NDRPDR sel
970         - 7   # NDRPDR sel
971         - 8   # NDRPDR sel
972         - 9   # NDRPDR sel
973         - 10  # NDRPDR sel
974         - 11  # NDRPDR sel
975         - 13  # NDRPDR sel
976         - 16  # NDRPDR sel
977     vpp-performance-changes-2n-dnv-cmp:
978       csit-vpp-perf-report-iterative-2005-2n-dnv:
979         - 3   # NDRPDR sel
980         - 6   # NDRPDR sel
981         - 7   # NDRPDR sel
982         - 8   # NDRPDR sel
983         - 9   # NDRPDR sel
984         - 10  # NDRPDR sel
985         - 11  # NDRPDR sel
986         - 12  # NDRPDR sel
987         - 13  # NDRPDR sel
988         - 14  # NDRPDR sel
989
990     vpp-performance-changes-3n-dnv-h1:
991       csit-vpp-perf-verify-1908-3n-dnv:
992         - 6   # NDRPDR sel
993         - 7   # NDRPDR sel
994         - 8   # NDRPDR sel
995         - 9   # NDRPDR sel
996         - 10  # NDRPDR sel
997         - 12  # NDRPDR sel
998         - 13  # NDRPDR sel
999         - 14  # NDRPDR sel
1000         - 15  # NDRPDR sel
1001         - 16  # NDRPDR sel
1002     vpp-performance-changes-3n-dnv-ref:
1003       csit-vpp-perf-verify-2001-3n-dnv:
1004         - 5   # NDRPDR sel
1005         - 6   # NDRPDR sel
1006         - 7   # NDRPDR sel
1007         - 8   # NDRPDR sel
1008         - 9   # NDRPDR sel
1009         - 10  # NDRPDR sel
1010         - 12  # NDRPDR sel
1011         - 16  # NDRPDR sel
1012         - 17  # NDRPDR sel
1013         - 18  # NDRPDR sel
1014     vpp-performance-changes-3n-dnv-cmp:
1015       csit-vpp-perf-report-iterative-2005-3n-dnv:
1016         - 2   # NDRPDR sel
1017         - 3   # NDRPDR sel
1018         - 4   # NDRPDR sel
1019         - 5   # NDRPDR sel
1020         - 6   # NDRPDR sel
1021         - 7   # NDRPDR sel
1022         - 9   # NDRPDR sel
1023         - 10  # NDRPDR sel
1024         - 11  # NDRPDR sel
1025         - 12  # NDRPDR sel
1026
1027     vpp-performance-changes-3n-tsh-h1:
1028       csit-vpp-perf-verify-1908-3n-tsh:
1029         - 7   # NDRPDR sel
1030         - 8   # NDRPDR sel
1031         - 9   # NDRPDR sel
1032         - 10  # NDRPDR sel
1033         - 11  # NDRPDR sel
1034         - 12  # NDRPDR sel
1035         - 13  # NDRPDR sel
1036         - 14  # NDRPDR sel
1037         - 15  # NDRPDR sel
1038         - 16  # NDRPDR sel
1039     vpp-performance-changes-3n-tsh-ref:
1040       csit-vpp-perf-verify-2001-3n-tsh:
1041         - 3   # NDRPDR sel
1042         - 4   # NDRPDR sel
1043         - 7   # NDRPDR sel
1044         - 8   # NDRPDR sel
1045         - 10  # NDRPDR sel
1046         - 12  # NDRPDR sel
1047         - 13  # NDRPDR sel
1048         - 14  # NDRPDR sel
1049         - 15  # NDRPDR sel
1050         - 21  # NDRPDR sel
1051     vpp-performance-changes-3n-tsh-cmp:
1052       csit-vpp-perf-report-iterative-2005-3n-tsh:
1053         - 9   # NDRPDR sel
1054         - 11  # NDRPDR sel
1055         - 12  # NDRPDR sel
1056         - 20  # NDRPDR sel
1057         - 14  # NDRPDR sel
1058         - 21  # NDRPDR sel
1059     vpp-performance-changes-3n-tsh-cmp-2:
1060       csit-vpp-perf-report-iterative-2005-3n-tsh:
1061         - 23  # NDRPDR sel env 4
1062         - 25  # NDRPDR sel env 4
1063         - 33  # NDRPDR sel env 4
1064         - 34  # NDRPDR sel env 4
1065         - 35  # NDRPDR sel env 4
1066         - 36  # NDRPDR sel env 4
1067         - 37  # NDRPDR sel env 4
1068         - 38  # NDRPDR sel env 4
1069         - 40  # NDRPDR sel env 4
1070     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1071       csit-vpp-perf-report-iterative-2005-3n-tsh:
1072         - 28  # NDRPDR sel 2001.0-4
1073         - 29  # NDRPDR sel 2001.0-4
1074         - 31  # NDRPDR sel 2001.0-4
1075
1076     vpp-soak-vs-ndr-2n-skx-ref:
1077       csit-vpp-perf-report-iterative-2005-2n-skx:
1078         - 88  # NDRPDR sel env 4
1079         - 89  # NDRPDR sel env 4
1080         - 90  # NDRPDR sel env 4
1081         - 91  # NDRPDR sel env 4
1082         - 92  # NDRPDR sel env 4
1083         - 93  # NDRPDR sel env 4
1084         - 94  # NDRPDR sel env 4
1085         - 125 # NDRPDR sel env 4
1086         - 126 # NDRPDR sel env 4
1087         - 127 # NDRPDR sel env 4
1088     vpp-soak-vs-ndr-2n-skx-cmp:
1089       csit-vpp-perf-report-iterative-2005-2n-skx:
1090         - 122 # Soak
1091         - 123 # Soak
1092     vpp-soak-vs-ndr-2n-skx:
1093       csit-vpp-perf-report-iterative-2005-2n-skx:
1094         - 88  # NDRPDR sel env 4
1095         - 89  # NDRPDR sel env 4
1096         - 90  # NDRPDR sel env 4
1097         - 91  # NDRPDR sel env 4
1098         - 92  # NDRPDR sel env 4
1099         - 93  # NDRPDR sel env 4
1100         - 94  # NDRPDR sel env 4
1101         - 125 # NDRPDR sel env 4
1102         - 126 # NDRPDR sel env 4
1103         - 127 # NDRPDR sel env 4
1104         - 122 # Soak
1105         - 123 # Soak
1106
1107     vpp-soak-vs-ndr-2n-clx-ref:
1108       csit-vpp-perf-report-iterative-2005-2n-clx:
1109         - 62  # NDRPDR sel env 4
1110         - 63  # NDRPDR sel env 4
1111         - 64  # NDRPDR sel env 4
1112         - 65  # NDRPDR sel env 4
1113         - 66  # NDRPDR sel env 4
1114         - 68  # NDRPDR sel env 4
1115         - 69  # NDRPDR sel env 4
1116         - 70  # NDRPDR sel env 4
1117         - 103 # NDRPDR sel env 4
1118         - 104 # NDRPDR sel env 4
1119     vpp-soak-vs-ndr-2n-clx-cmp:
1120       csit-vpp-perf-report-iterative-2005-2n-clx:
1121         - 101 # Soak
1122         - 102 # Soak
1123     vpp-soak-vs-ndr-2n-clx:
1124       csit-vpp-perf-report-iterative-2005-2n-clx:
1125         - 62  # NDRPDR sel env 4
1126         - 63  # NDRPDR sel env 4
1127         - 64  # NDRPDR sel env 4
1128         - 65  # NDRPDR sel env 4
1129         - 66  # NDRPDR sel env 4
1130         - 68  # NDRPDR sel env 4
1131         - 69  # NDRPDR sel env 4
1132         - 70  # NDRPDR sel env 4
1133         - 103 # NDRPDR sel env 4
1134         - 104 # NDRPDR sel env 4
1135         - 101 # Soak
1136         - 102 # Soak
1137
1138     vpp-performance-changes-3n-hsw-mrr-h1:
1139       csit-vpp-perf-verify-1908-3n-hsw:
1140         - 39  # MRR sel
1141     vpp-performance-changes-3n-hsw-mrr-ref:
1142       csit-vpp-perf-verify-2001-3n-hsw:
1143         - 17  # MRR sel
1144     vpp-performance-changes-3n-hsw-mrr-cmp:
1145       csit-vpp-perf-report-iterative-2005-3n-hsw:
1146         - 13  # MRR
1147     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1148       csit-vpp-perf-report-iterative-2005-3n-hsw:
1149         - 30  # MRR env 4
1150
1151 #    vpp-performance-changes-3n-skx-mrr-h1:
1152 #      csit-vpp-perf-verify-1908-3n-skx:
1153 #        - 36  # MRR sel
1154     vpp-performance-changes-3n-skx-mrr-ref:
1155       csit-vpp-perf-verify-2001-3n-skx:
1156         - 50  # MRR sel
1157         - 53  # MRR sel addition
1158     vpp-performance-changes-3n-skx-mrr-cmp:
1159       csit-vpp-perf-report-iterative-2005-3n-skx:
1160         - 6   # MRR sel
1161     vpp-performance-changes-3n-skx-mrr-cmp-2:
1162       csit-vpp-perf-report-iterative-2005-3n-skx:
1163         - 49  # MRR sel env 4
1164
1165 #    vpp-performance-changes-2n-skx-mrr-h1:
1166 #      csit-vpp-perf-verify-1908-2n-skx:
1167 #        - 69  # MRR sel
1168     vpp-performance-changes-2n-skx-mrr-ref:
1169       csit-vpp-perf-verify-2001-2n-skx:
1170         - 101 # MRR sel
1171         - 128 # MRR sel addition
1172     vpp-performance-changes-2n-skx-mrr-cmp:
1173       csit-vpp-perf-report-iterative-2005-2n-skx:
1174         - 42  # MRR sel
1175     vpp-performance-changes-2n-skx-mrr-cmp-2:
1176       csit-vpp-perf-report-iterative-2005-2n-skx:
1177         - 99  # MRR sel env 4
1178
1179     vpp-performance-changes-2n-clx-mrr-ref:
1180       csit-vpp-perf-verify-2001-2n-clx:
1181         - 39  # MRR
1182     vpp-performance-changes-2n-clx-mrr-cmp:
1183       csit-vpp-perf-report-iterative-2005-2n-clx:
1184         - 12   # MRR
1185     vpp-performance-changes-2n-clx-mrr-cmp-2:
1186       csit-vpp-perf-report-iterative-2005-2n-clx:
1187         - 72   # MRR sel env 4
1188
1189 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1190 #      csit-vpp-perf-verify-1908-2n-skx:
1191 #        - 71  # NFV MRR
1192 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1193 #      # csit-vpp-perf-verify-2001-2n-skx:
1194 #      csit-vpp-perf-verify-1908-2n-skx:
1195 #        - 71  # NFV MRR
1196
1197     vpp-performance-changes-2n-dnv-mrr-h1:
1198       csit-vpp-perf-verify-1908-2n-dnv:
1199         - 11  # MRR sel
1200     vpp-performance-changes-2n-dnv-mrr-ref:
1201       csit-vpp-perf-verify-2001-2n-dnv:
1202         - 12  # MRR sel
1203     vpp-performance-changes-2n-dnv-mrr-cmp:
1204       csit-vpp-perf-report-iterative-2005-2n-dnv:
1205         - 15  # MRR sel
1206
1207     vpp-performance-changes-3n-dnv-mrr-h1:
1208       csit-vpp-perf-verify-1908-3n-dnv:
1209         - 17  # MRR sel
1210     vpp-performance-changes-3n-dnv-mrr-ref:
1211       csit-vpp-perf-verify-2001-3n-dnv:
1212         - 11  # MRR sel
1213     vpp-performance-changes-3n-dnv-mrr-cmp:
1214       csit-vpp-perf-report-iterative-2005-3n-dnv:
1215         - 8   # MRR
1216
1217     vpp-performance-changes-3n-tsh-mrr-h1:
1218       csit-vpp-perf-verify-1908-3n-tsh:
1219         - 17  # MRR sel
1220     vpp-performance-changes-3n-tsh-mrr-ref:
1221       csit-vpp-perf-verify-2001-3n-tsh:
1222         - 9   # MRR sel
1223     vpp-performance-changes-3n-tsh-mrr-cmp:
1224       csit-vpp-perf-report-iterative-2005-3n-tsh:
1225         - 10  # MRR sel
1226     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1227       csit-vpp-perf-report-iterative-2005-3n-tsh:
1228         - 27  # MRR sel env 4
1229
1230     dpdk-performance-changes-3n-hsw-h1:
1231       csit-dpdk-perf-verify-1908-3n-hsw:
1232         - 2   # NDRPDR sel
1233         - 3   # NDRPDR sel
1234         - 4   # NDRPDR sel
1235         - 5   # NDRPDR sel
1236         - 6   # NDRPDR sel
1237         - 7   # NDRPDR sel
1238         - 8   # NDRPDR sel
1239         - 9   # NDRPDR sel
1240         - 10  # NDRPDR sel
1241         - 11  # NDRPDR sel
1242     dpdk-performance-changes-3n-hsw-ref:
1243       csit-dpdk-perf-verify-2001-3n-hsw:
1244         - 4   # NDRPDR sel
1245         - 5   # NDRPDR sel
1246         - 6   # NDRPDR sel
1247         - 7   # NDRPDR sel
1248         - 8   # NDRPDR sel
1249         - 9   # NDRPDR sel
1250         - 10  # NDRPDR sel
1251         - 11  # NDRPDR sel
1252         - 12  # NDRPDR sel
1253         - 13  # NDRPDR sel
1254         - 15  # NDRPDR sel
1255         - 16  # NDRPDR sel
1256         - 17  # NDRPDR sel
1257         - 18  # NDRPDR sel
1258         - 19  # NDRPDR sel
1259         - 20  # NDRPDR sel
1260         - 21  # NDRPDR sel
1261         - 22  # NDRPDR sel
1262         - 23  # NDRPDR sel
1263         - 24  # NDRPDR sel
1264     dpdk-performance-changes-3n-hsw-cmp:
1265       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1266         - 25  # NDRPDR iter
1267         - 26  # NDRPDR iter
1268         - 27  # NDRPDR iter
1269         - 28  # NDRPDR iter
1270         - 29  # NDRPDR iter
1271         - 30  # NDRPDR iter
1272         - 31  # NDRPDR iter
1273         - 32  # NDRPDR iter
1274         - 33  # NDRPDR iter
1275         - 34  # NDRPDR iter
1276
1277     dpdk-performance-changes-3n-skx-h1:
1278       csit-dpdk-perf-verify-1908-3n-skx:
1279         - 3   # NDRPDR sel
1280         - 4   # NDRPDR sel
1281         - 5   # NDRPDR sel
1282         - 6   # NDRPDR sel
1283         - 7   # NDRPDR sel
1284         - 8   # NDRPDR sel
1285         - 9   # NDRPDR sel
1286         - 10  # NDRPDR sel
1287         - 11  # NDRPDR sel
1288         - 12  # NDRPDR sel
1289     dpdk-performance-changes-3n-skx-ref:
1290       csit-dpdk-perf-verify-2001-3n-skx:
1291         - 29  # NDRPDR sel xxv710
1292         - 33  # NDRPDR sel xxv710
1293         - 34  # NDRPDR sel xxv710
1294         - 35  # NDRPDR sel xxv710
1295         - 36  # NDRPDR sel xxv710
1296         - 37  # NDRPDR sel xxv710
1297         - 41  # NDRPDR sel xxv710
1298         - 42  # NDRPDR sel xxv710
1299         - 43  # NDRPDR sel xxv710
1300         - 45  # NDRPDR sel xxv710
1301         - 30  # NDRPDR sel x710
1302         - 31  # NDRPDR sel x710
1303         - 32  # NDRPDR sel x710
1304         - 38  # NDRPDR sel x710
1305         - 39  # NDRPDR sel x710
1306         - 40  # NDRPDR sel x710
1307         - 44  # NDRPDR sel x710
1308         - 46  # NDRPDR sel x710
1309         - 47  # NDRPDR sel x710
1310         - 48  # NDRPDR sel x710
1311     dpdk-performance-changes-3n-skx-cmp:
1312       csit-dpdk-perf-report-iterative-2005-3n-skx:
1313         - 28  # NDRPDR iter
1314         - 29  # NDRPDR iter
1315         - 30  # NDRPDR iter
1316         - 31  # NDRPDR iter
1317         - 32  # NDRPDR iter
1318         - 33  # NDRPDR iter
1319         - 34  # NDRPDR iter
1320         - 35  # NDRPDR iter
1321         - 36  # NDRPDR iter
1322         - 37  # NDRPDR iter
1323
1324     dpdk-performance-changes-2n-skx-h1:
1325       csit-dpdk-perf-verify-1908-2n-skx:
1326         - 2   # NDRPDR sel
1327         - 3   # NDRPDR sel
1328         - 4   # NDRPDR sel
1329         - 5   # NDRPDR sel
1330         - 7   # NDRPDR sel
1331         - 8   # NDRPDR sel
1332         - 9   # NDRPDR sel
1333         - 10  # NDRPDR sel
1334         - 11  # NDRPDR sel
1335         - 12  # NDRPDR sel
1336     dpdk-performance-changes-2n-skx-ref:
1337       csit-dpdk-perf-verify-2001-2n-skx:
1338         - 35  # NDRPDR sel xxv710
1339         - 36  # NDRPDR sel xxv710
1340         - 37  # NDRPDR sel xxv710
1341         - 41  # NDRPDR sel xxv710
1342         - 42  # NDRPDR sel xxv710
1343         - 43  # NDRPDR sel xxv710
1344         - 46  # NDRPDR sel xxv710
1345         - 47  # NDRPDR sel xxv710
1346         - 52  # NDRPDR sel xxv710
1347         - 53  # NDRPDR sel xxv710
1348         - 38  # NDRPDR sel x710
1349         - 39  # NDRPDR sel x710
1350         - 40  # NDRPDR sel x710
1351         - 44  # NDRPDR sel x710
1352         - 45  # NDRPDR sel x710
1353         - 48  # NDRPDR sel x710
1354         - 49  # NDRPDR sel x710
1355         - 50  # NDRPDR sel x710
1356         - 51  # NDRPDR sel x710
1357         - 54  # NDRPDR sel x710
1358     dpdk-performance-changes-2n-skx-cmp:
1359       csit-dpdk-perf-report-iterative-2005-2n-skx:
1360         - 20  # NDRPDR iter
1361         - 21  # NDRPDR iter
1362         - 22  # NDRPDR iter
1363         - 23  # NDRPDR iter
1364         - 24  # NDRPDR iter
1365         - 25  # NDRPDR iter
1366         - 26  # NDRPDR iter
1367         - 27  # NDRPDR iter
1368         - 28  # NDRPDR iter
1369         - 29  # NDRPDR iter
1370
1371     dpdk-performance-changes-2n-clx-ref:
1372       csit-dpdk-perf-verify-2001-2n-clx:
1373         - 15  # NDRPDR sel
1374         - 16  # NDRPDR sel
1375         - 17  # NDRPDR sel
1376         - 18  # NDRPDR sel
1377         - 19  # NDRPDR sel
1378         - 20  # NDRPDR sel
1379         - 21  # NDRPDR sel
1380         - 22  # NDRPDR sel
1381         - 23  # NDRPDR sel
1382         - 24  # NDRPDR sel
1383         - 25  # NDRPDR sel
1384         - 26  # NDRPDR sel
1385         - 27  # NDRPDR sel
1386         - 28  # NDRPDR sel
1387         - 29  # NDRPDR sel
1388         - 30  # NDRPDR sel
1389         - 31  # NDRPDR sel
1390         - 32  # NDRPDR sel
1391         - 33  # NDRPDR sel
1392         - 34  # NDRPDR sel
1393     dpdk-performance-changes-2n-clx-cmp:
1394       csit-dpdk-perf-report-iterative-2005-2n-clx:
1395         - 20  # NDRPDR iter
1396         - 21  # NDRPDR iter
1397         - 22  # NDRPDR iter
1398         - 23  # NDRPDR iter
1399         - 24  # NDRPDR iter
1400         - 25  # NDRPDR iter
1401         - 26  # NDRPDR iter
1402         - 27  # NDRPDR iter
1403         - 28  # NDRPDR iter
1404         - 29  # NDRPDR iter
1405
1406     dpdk-performance-changes-2n-dnv-ref:
1407       csit-dpdk-perf-verify-2001-2n-dnv:
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410         - 11  # NDRPDR sel
1411         - 12  # NDRPDR sel
1412         - 13  # NDRPDR sel
1413         - 14  # NDRPDR sel
1414         - 15  # NDRPDR sel
1415         - 16  # NDRPDR sel
1416         - 17  # NDRPDR sel
1417         - 18  # NDRPDR sel
1418     dpdk-performance-changes-2n-dnv-cmp:
1419       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1420         - 8   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423         - 11  # NDRPDR sel
1424         - 12  # NDRPDR sel
1425         - 13  # NDRPDR sel
1426         - 14  # NDRPDR sel
1427         - 15  # NDRPDR sel
1428         - 16  # NDRPDR sel
1429         - 17  # NDRPDR sel
1430
1431     dpdk-performance-changes-3n-dnv-ref:
1432       csit-dpdk-perf-verify-2001-3n-dnv:
1433         - 12  # NDRPDR sel
1434         - 13  # NDRPDR sel
1435         - 14  # NDRPDR sel
1436         - 15  # NDRPDR sel
1437         - 16  # NDRPDR sel
1438         - 17  # NDRPDR sel
1439         - 18  # NDRPDR sel
1440         - 19  # NDRPDR sel
1441         - 20  # NDRPDR sel
1442         - 22  # NDRPDR sel
1443     dpdk-performance-changes-3n-dnv-cmp:
1444       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1445         - 6   # NDRPDR sel
1446         - 7   # NDRPDR sel
1447         - 8   # NDRPDR sel
1448         - 9   # NDRPDR sel
1449         - 10  # NDRPDR sel
1450         - 11  # NDRPDR sel
1451         - 12  # NDRPDR sel
1452         - 13  # NDRPDR sel
1453         - 14  # NDRPDR sel
1454         - 16  # NDRPDR sel
1455
1456     dpdk-performance-changes-3n-tsh-ref:
1457       csit-dpdk-perf-verify-2001-3n-tsh:
1458         - 3   # NDRPDR sel
1459         - 4   # NDRPDR sel
1460         - 5   # NDRPDR sel
1461         - 9   # NDRPDR sel
1462         - 10  # NDRPDR sel
1463         - 11  # NDRPDR sel
1464         - 12  # NDRPDR sel
1465         - 14  # NDRPDR sel
1466         - 15  # NDRPDR sel
1467         - 18  # NDRPDR sel
1468     dpdk-performance-changes-3n-tsh-cmp:
1469       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1470         - 5   # NDRPDR sel
1471
1472     # Compare testbeds
1473
1474     vpp-compare-testbeds-ref:
1475       csit-vpp-perf-report-iterative-2005-3n-hsw:
1476         - 20  # NDRPDR sel env 4
1477         - 21  # NDRPDR sel env 4
1478         - 22  # NDRPDR sel env 4
1479         - 23  # NDRPDR sel env 4
1480         - 24  # NDRPDR sel env 4
1481         - 25  # NDRPDR sel env 4
1482         - 26  # NDRPDR sel env 4
1483         - 27  # NDRPDR sel env 4
1484         - 28  # NDRPDR sel env 4
1485         - 29  # NDRPDR sel env 4
1486     vpp-compare-testbeds-cmp:
1487       csit-vpp-perf-report-iterative-2005-3n-skx:
1488         - 42  # NDRPDR sel env 4
1489         - 43  # NDRPDR sel env 4
1490         - 44  # NDRPDR sel env 4
1491         - 45  # NDRPDR sel env 4
1492         - 47  # NDRPDR sel env 4
1493         - 55  # NDRPDR sel env 4
1494         - 56  # NDRPDR sel env 4
1495
1496     vpp-compare-testbeds-skx-clx-ref:
1497       csit-vpp-perf-report-iterative-2005-2n-skx:
1498         - 88  # NDRPDR sel env 4
1499         - 89  # NDRPDR sel env 4
1500         - 90  # NDRPDR sel env 4
1501         - 91  # NDRPDR sel env 4
1502         - 92  # NDRPDR sel env 4
1503         - 93  # NDRPDR sel env 4
1504         - 94  # NDRPDR sel env 4
1505         - 125 # NDRPDR sel env 4
1506         - 126 # NDRPDR sel env 4
1507         - 127 # NDRPDR sel env 4
1508     vpp-compare-testbeds-skx-clx-cmp:
1509       csit-vpp-perf-report-iterative-2005-2n-clx:
1510         - 62  # NDRPDR sel env 4
1511         - 63  # NDRPDR sel env 4
1512         - 64  # NDRPDR sel env 4
1513         - 65  # NDRPDR sel env 4
1514         - 66  # NDRPDR sel env 4
1515         - 68  # NDRPDR sel env 4
1516         - 69  # NDRPDR sel env 4
1517         - 70  # NDRPDR sel env 4
1518         - 103 # NDRPDR sel env 4
1519         - 104 # NDRPDR sel env 4
1520
1521     vpp-compare-testbeds-hsw-clx-ref:
1522       csit-vpp-perf-report-iterative-2005-3n-hsw:
1523         - 20  # NDRPDR sel env 4
1524         - 21  # NDRPDR sel env 4
1525         - 22  # NDRPDR sel env 4
1526         - 23  # NDRPDR sel env 4
1527         - 24  # NDRPDR sel env 4
1528         - 25  # NDRPDR sel env 4
1529         - 26  # NDRPDR sel env 4
1530         - 27  # NDRPDR sel env 4
1531         - 28  # NDRPDR sel env 4
1532         - 29  # NDRPDR sel env 4
1533     vpp-compare-testbeds-hsw-clx-cmp:
1534       csit-vpp-perf-report-iterative-2005-2n-clx:
1535         - 62  # NDRPDR sel env 4
1536         - 63  # NDRPDR sel env 4
1537         - 64  # NDRPDR sel env 4
1538         - 65  # NDRPDR sel env 4
1539         - 66  # NDRPDR sel env 4
1540         - 68  # NDRPDR sel env 4
1541         - 69  # NDRPDR sel env 4
1542         - 70  # NDRPDR sel env 4
1543         - 103 # NDRPDR sel env 4
1544         - 104 # NDRPDR sel env 4
1545
1546     vpp-compare-testbeds-mrr-ref:
1547       csit-vpp-perf-report-iterative-2005-3n-hsw:
1548         - 30  # MRR env 4
1549     vpp-compare-testbeds-mrr-cmp:
1550       csit-vpp-perf-report-iterative-2005-3n-skx:
1551         - 49  # MRR sel env 4
1552
1553     vpp-compare-testbeds-mrr-skx-clx-ref:
1554       csit-vpp-perf-report-iterative-2005-2n-skx:
1555         - 99  # MRR sel env 4
1556     vpp-compare-testbeds-mrr-skx-clx-cmp:
1557       csit-vpp-perf-report-iterative-2005-2n-clx:
1558         - 72  # MRR env 4
1559
1560     vpp-compare-testbeds-mrr-hsw-clx-ref:
1561       csit-vpp-perf-report-iterative-2005-3n-hsw:
1562         - 30  # MRR env 4
1563     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1564       csit-vpp-perf-report-iterative-2005-2n-clx:
1565         - 72  # MRR env 4
1566
1567     dpdk-compare-testbeds-ref:
1568       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1569         - 25  # NDRPDR iter
1570         - 26  # NDRPDR iter
1571         - 27  # NDRPDR iter
1572         - 28  # NDRPDR iter
1573         - 29  # NDRPDR iter
1574         - 30  # NDRPDR iter
1575         - 31  # NDRPDR iter
1576         - 32  # NDRPDR iter
1577         - 33  # NDRPDR iter
1578         - 34  # NDRPDR iter
1579     dpdk-compare-testbeds-cmp:
1580       csit-dpdk-perf-report-iterative-2005-3n-skx:
1581         - 28  # NDRPDR iter
1582         - 29  # NDRPDR iter
1583         - 30  # NDRPDR iter
1584         - 31  # NDRPDR iter
1585         - 32  # NDRPDR iter
1586         - 33  # NDRPDR iter
1587         - 34  # NDRPDR iter
1588         - 35  # NDRPDR iter
1589         - 36  # NDRPDR iter
1590         - 37  # NDRPDR iter
1591
1592     dpdk-compare-testbeds-skx-clx-ref:
1593       csit-dpdk-perf-report-iterative-2005-2n-skx:
1594         - 20  # NDRPDR iter
1595         - 21  # NDRPDR iter
1596         - 22  # NDRPDR iter
1597         - 23  # NDRPDR iter
1598         - 24  # NDRPDR iter
1599         - 25  # NDRPDR iter
1600         - 26  # NDRPDR iter
1601         - 27  # NDRPDR iter
1602         - 28  # NDRPDR iter
1603         - 29  # NDRPDR iter
1604     dpdk-compare-testbeds-skx-clx-cmp:
1605       csit-dpdk-perf-report-iterative-2005-2n-clx:
1606         - 20  # NDRPDR iter
1607         - 21  # NDRPDR iter
1608         - 22  # NDRPDR iter
1609         - 23  # NDRPDR iter
1610         - 24  # NDRPDR iter
1611         - 25  # NDRPDR iter
1612         - 26  # NDRPDR iter
1613         - 27  # NDRPDR iter
1614         - 28  # NDRPDR iter
1615         - 29  # NDRPDR iter
1616
1617     # Compare topologies
1618
1619     vpp-compare-topologies-ref:
1620       csit-vpp-perf-report-iterative-2005-3n-skx:
1621         - 42  # NDRPDR sel env 4
1622         - 43  # NDRPDR sel env 4
1623         - 44  # NDRPDR sel env 4
1624         - 45  # NDRPDR sel env 4
1625         - 47  # NDRPDR sel env 4
1626         - 55  # NDRPDR sel env 4
1627         - 56  # NDRPDR sel env 4
1628     vpp-compare-topologies-cmp:
1629       csit-vpp-perf-report-iterative-2005-2n-skx:
1630         - 88  # NDRPDR sel env 4
1631         - 89  # NDRPDR sel env 4
1632         - 90  # NDRPDR sel env 4
1633         - 91  # NDRPDR sel env 4
1634         - 92  # NDRPDR sel env 4
1635         - 93  # NDRPDR sel env 4
1636         - 94  # NDRPDR sel env 4
1637         - 125 # NDRPDR sel env 4
1638         - 126 # NDRPDR sel env 4
1639         - 127 # NDRPDR sel env 4
1640
1641     vpp-compare-topologies-mrr-ref:
1642       csit-vpp-perf-report-iterative-2005-3n-skx:
1643         - 49  # MRR sel env 4
1644     vpp-compare-topologies-mrr-cmp:
1645       csit-vpp-perf-report-iterative-2005-2n-skx:
1646         - 99  # MRR sel env 4
1647
1648     dpdk-compare-topologies-ref:
1649       csit-dpdk-perf-report-iterative-2005-3n-skx:
1650         - 28  # NDRPDR iter
1651         - 29  # NDRPDR iter
1652         - 30  # NDRPDR iter
1653         - 31  # NDRPDR iter
1654         - 32  # NDRPDR iter
1655         - 33  # NDRPDR iter
1656         - 34  # NDRPDR iter
1657         - 35  # NDRPDR iter
1658         - 36  # NDRPDR iter
1659         - 37  # NDRPDR iter
1660     dpdk-compare-topologies-cmp:
1661       csit-dpdk-perf-report-iterative-2005-2n-skx:
1662         - 20  # NDRPDR iter
1663         - 21  # NDRPDR iter
1664         - 22  # NDRPDR iter
1665         - 23  # NDRPDR iter
1666         - 24  # NDRPDR iter
1667         - 25  # NDRPDR iter
1668         - 26  # NDRPDR iter
1669         - 27  # NDRPDR iter
1670         - 28  # NDRPDR iter
1671         - 29  # NDRPDR iter
1672
1673   plot-layouts:
1674
1675     plot-soak-throughput:
1676       titlefont:
1677         size: 18
1678       xaxis:
1679         title: "<b>Test Cases [Index]</b>"
1680         titlefont:
1681           size: 16
1682         autorange: True
1683         fixedrange: False
1684         gridcolor: "rgb(230, 230, 230)"
1685         linecolor: "rgb(220, 220, 220)"
1686         linewidth: 1
1687         showgrid: True
1688         showline: True
1689         showticklabels: True
1690         tickcolor: "rgb(220, 220, 220)"
1691         tickmode: "linear"
1692         tickfont:
1693           size: 16
1694         zeroline: False
1695       yaxis:
1696         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1697         titlefont:
1698           size: 16
1699         gridcolor: "rgb(230, 230, 230)"
1700         hoverformat: ".4r"
1701         tickformat: ".3r"
1702         linecolor: "rgb(220, 220, 220)"
1703         linewidth: 1
1704         showgrid: True
1705         showline: True
1706         showticklabels: True
1707         tickcolor: "rgb(220, 220, 220)"
1708         tickfont:
1709           size: 16
1710         zeroline: False
1711         range: [0,50]
1712       autosize: False
1713       margin:
1714         t: 50
1715         b: 0
1716         l: 80
1717         r: 20
1718       showlegend: True
1719       legend:
1720         orientation: "h"
1721         font:
1722           size: 16
1723       width: 700
1724       height: 900
1725       paper_bgcolor: "#fff"
1726       plot_bgcolor: "#fff"
1727       hoverlabel:
1728         namelength: -1
1729
1730     plot-service-density:
1731       titlefont:
1732         size: 18
1733       xaxis:
1734         side: "top"
1735         autorange: True
1736         fixedrange: False
1737         showgrid: False
1738         showline: False
1739         showticklabels: False
1740         ticks: ""
1741         ticklen: 0
1742         tickwidth: 0
1743         zeroline: False
1744       yaxis:
1745         autorange: "reversed"
1746         showgrid: False
1747         showline: False
1748         showticklabels: False
1749         ticks: ""
1750         ticklen: 0
1751         tickwidth: 0
1752         zeroline: False
1753       showlegend: False
1754       paper_bgcolor: "#fff"
1755       plot_bgcolor: "#fff"
1756       width: 700
1757       height: 700
1758       hoverlabel:
1759         namelength: -1
1760
1761     plot-hoststack:
1762       titlefont:
1763         size: 16
1764       xaxis:
1765         title: "<b>Test Cases [Index]</b>"
1766         titlefont:
1767           size: 14
1768         autorange: True
1769         fixedrange: False
1770         gridcolor: "rgb(230, 230, 230)"
1771         linecolor: "rgb(220, 220, 220)"
1772         linewidth: 1
1773         showgrid: True
1774         showline: True
1775         showticklabels: True
1776         tickcolor: "rgb(220, 220, 220)"
1777         tickmode: "linear"
1778         tickfont:
1779           size: 14
1780         zeroline: False
1781       yaxis:
1782         title: "<b>Bandwidth [Gbps]</b>"
1783         titlefont:
1784           size: 14
1785         gridcolor: "rgb(230, 230, 230)"
1786         hoverformat: ".4s"
1787         linecolor: "rgb(220, 220, 220)"
1788         linewidth: 1
1789         rangemode: "tozero"
1790         showgrid: True
1791         showline: True
1792         showticklabels: True
1793         tickcolor: "rgb(230, 230, 230)"
1794         tickformat: ".3s"
1795         tickfont:
1796           size: 14
1797         zeroline: False
1798       boxmode: "group"
1799       boxgroupgap: 0.5
1800       autosize: False
1801       margin:
1802         t: 50
1803         b: 20
1804         l: 80
1805         r: 20
1806       showlegend: True
1807       legend:
1808         orientation: "h"
1809         font:
1810           size: 14
1811       width: 700
1812       height: 800
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       hoverlabel:
1816         namelength: -1
1817
1818     plot-throughput:
1819       titlefont:
1820         size: 18
1821       xaxis:
1822         title: "<b>Test Cases [Index]</b>"
1823         titlefont:
1824           size: 16
1825         autorange: True
1826         fixedrange: False
1827         gridcolor: "rgb(230, 230, 230)"
1828         linecolor: "rgb(220, 220, 220)"
1829         linewidth: 1
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(220, 220, 220)"
1834         tickmode: "linear"
1835         tickfont:
1836           size: 16
1837         zeroline: False
1838       yaxis:
1839         title: "<b>Packet Throughput [Mpps]</b>"
1840         titlefont:
1841           size: 16
1842         gridcolor: "rgb(230, 230, 230)"
1843         hoverformat: ".4r"
1844         tickformat: ".3r"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: True
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickfont:
1852           size: 16
1853         zeroline: False
1854         range: [0,50]
1855       autosize: False
1856       margin:
1857         t: 50
1858         b: 0
1859         l: 80
1860         r: 20
1861       showlegend: True
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 16
1866       width: 700
1867       height: 900
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872
1873     plot-throughput-speedup-analysis:
1874       titlefont:
1875         size: 18
1876       xaxis:
1877         title: "<b>Number of Cores [Qty]</b>"
1878         titlefont:
1879           size: 16
1880         autorange: True
1881         fixedrange: False
1882         gridcolor: "rgb(230, 230, 230)"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         showgrid: True
1886         showline: True
1887         showticklabels: True
1888         tickcolor: "rgb(238, 238, 238)"
1889         tickmode: "linear"
1890         tickfont:
1891           size: 16
1892         zeroline: False
1893       yaxis:
1894         title: "<b>Packet Throughput [Mpps]</b>"
1895         titlefont:
1896           size: 16
1897         type: "linear"
1898         gridcolor: "rgb(230, 230, 230)"
1899         hoverformat: ".4s"
1900         linecolor: "rgb(220, 220, 220)"
1901         linewidth: 1
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(220, 220, 220)"
1906         tickformat: ".4s"
1907         tickfont:
1908           size: 16
1909         zeroline: True
1910         rangemode: "tozero"
1911         range: [0,100]
1912       legend:
1913         orientation: "h"
1914         font:
1915           size: 16
1916         xanchor: "left"
1917         yanchor: "top"
1918         x: 0
1919         y: -0.2
1920         bgcolor: "rgba(255, 255, 255, 0)"
1921         bordercolor: "rgba(255, 255, 255, 0)"
1922         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1923       autosize: False
1924       margin:
1925           't': 50
1926           'b': 150
1927           'l': 85
1928           'r': 10
1929       showlegend: True
1930       width: 700
1931       height: 700
1932       paper_bgcolor: "#fff"
1933       plot_bgcolor: "#fff"
1934       hoverlabel:
1935         namelength: -1
1936       annotations: [
1937         {
1938           text: "_ _          __          ...",
1939           align: "left",
1940           showarrow: False,
1941           xref: "paper",
1942           yref: "paper",
1943           xanchor: "left",
1944           yanchor: "top",
1945           x: 0,
1946           y: -0.13,
1947           font: {
1948             family: "Consolas, Courier New",
1949             size: 15
1950           },
1951         },
1952         {
1953           text: "    Perfect     Measured     Limit",
1954           align: "left",
1955           showarrow: False,
1956           xref: "paper",
1957           yref: "paper",
1958           xanchor: "left",
1959           yanchor: "top",
1960           x: 0,
1961           y: -0.15,
1962           font: {
1963             family: "Consolas, Courier New",
1964             size: 15
1965           },
1966         },
1967       ]
1968
1969     plot-latency:
1970       titlefont:
1971         size: 18
1972       xaxis:
1973         title: "<b>Direction</b>"
1974         titlefont:
1975           size: 16
1976         autorange: True
1977         fixedrange: False
1978         gridcolor: "rgb(230, 230, 230)"
1979         linecolor: "rgb(220, 220, 220)"
1980         linewidth: 1
1981         showgrid: True
1982         showline: True
1983         showticklabels: False
1984         tickcolor: "rgb(220, 220, 220)"
1985         tickmode: "linear"
1986         tickfont:
1987           size: 16
1988         zeroline: False
1989       yaxis:
1990         title: "<b>Packet Latency [uSec]</b>"
1991         titlefont:
1992           size: 16
1993         type: "linear"
1994         gridcolor: "rgb(230, 230, 230)"
1995         hoverformat: ".4s"
1996         linecolor: "rgb(220, 220, 220)"
1997         linewidth: 1
1998         showgrid: True
1999         showline: True
2000         showticklabels: True
2001         tickcolor: "rgb(220, 220, 220)"
2002         tickformat: ".4s"
2003         tickfont:
2004           size: 16
2005         zeroline: True
2006         rangemode: "tozero"
2007       legend:
2008         orientation: "h"
2009         font:
2010           size: 16
2011         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2012       autosize: False
2013       margin:
2014           't': 50
2015           'b': 150
2016           'l': 80
2017           'r': 10
2018       showlegend: True
2019       width: 700
2020       height: 700
2021       paper_bgcolor: "#fff"
2022       plot_bgcolor: "#fff"
2023       hoverlabel:
2024         namelength: -1
2025
2026     plot-hdrh-latency:
2027       title:
2028         text: ""
2029         xanchor: "center"
2030         x: 0.5
2031         font:
2032           size: 16
2033       width: 700
2034       plot_bgcolor: "white"
2035       annotations:
2036         - font:
2037             size: 14
2038           showarrow: False
2039           text: "<b>Packet Latency [uSec]</b>"
2040           x: 1
2041           xanchor: "right"
2042           xref: "paper"
2043           y: -0.045
2044           yanchor: "top"
2045           yref: "paper"
2046         - font:
2047             size: 14
2048           showarrow: False
2049           text: "<b>Probability [%]</b>"
2050           textangle: 270
2051           x: -0.06
2052           xanchor: "center"
2053           xref: "paper"
2054           y: 0.5
2055           yanchor: "middle"
2056           yref: "paper"
2057         - font:
2058             size: 14
2059           showarrow: False
2060           text: "<b>Direction: E-W</b>"
2061           x: 0.24
2062           xanchor: "center"
2063           xref: "paper"
2064           y: 1.05
2065           yanchor: "bottom"
2066           yref: "paper"
2067         - font:
2068             size: 14
2069           showarrow: False
2070           text: "<b>Direction: W-E</b>"
2071           x: 0.74
2072           xanchor: "center"
2073           xref: "paper"
2074           y: 1.05
2075           yanchor: "bottom"
2076           yref: "paper"
2077
2078     plot-hdrh-latency-percentile:
2079       title:
2080         text: ""
2081         xanchor: "center"
2082         x: 0.5
2083         font:
2084           size: 18
2085       xaxis:
2086         type: "log"
2087         title: "<b>Percentile [%]</b>"
2088         titlefont:
2089           size: 16
2090         autorange: True
2091         fixedrange: False
2092         gridcolor: "rgb(230, 230, 230)"
2093         linecolor: "rgb(220, 220, 220)"
2094         linewidth: 1
2095         showgrid: True
2096         showline: True
2097         showticklabels: True
2098         tickcolor: "rgb(220, 220, 220)"
2099         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2100         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2101         tickfont:
2102           size: 16
2103       yaxis:
2104         title: "<b>Packet Latency [uSec]</b>"
2105         titlefont:
2106           size: 16
2107         gridcolor: "rgb(230, 230, 230)"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickfont:
2115           size: 16
2116       autosize: False
2117       showlegend: True
2118       legend:
2119         traceorder: "normal"
2120         orientation: "h"
2121         font:
2122           size: 16
2123         xanchor: "left"
2124         yanchor: "top"
2125         x: 0
2126         y: -0.15
2127         bgcolor: "rgba(255, 255, 255, 0)"
2128         bordercolor: "rgba(255, 255, 255, 0)"
2129       width: 700
2130       height: 700
2131       paper_bgcolor: "white"
2132       plot_bgcolor: "white"
2133
2134     plot-hdrh-latency-by-percentile:
2135       title:
2136         text: "<b>Latency by Percentile Distribution</b>"
2137         xanchor: "center"
2138         x: 0.5
2139         font:
2140           size: 18
2141       showlegend: True
2142       legend:
2143         traceorder: "normal"
2144         orientation: "h"
2145         font:
2146           size: 16
2147         xanchor: "left"
2148         yanchor: "top"
2149         x: 0
2150         y: -0.2
2151         bgcolor: "rgba(255, 255, 255, 0)"
2152         bordercolor: "rgba(255, 255, 255, 0)"
2153       xaxis:
2154         type: "linear"
2155         title: "<b>Percentile [%]</b>"
2156         titlefont:
2157           size: 14
2158         autorange: False
2159         fixedrange: False
2160         range: [0, 100]
2161         gridcolor: "rgb(230, 230, 230)"
2162         linecolor: "rgb(220, 220, 220)"
2163         linewidth: 1
2164         showgrid: True
2165         showline: True
2166         showticklabels: True
2167         tickcolor: "rgb(220, 220, 220)"
2168         tickvals: [0, 25, 50, 75, 100]
2169         ticktext: [0, 25, 50, 75, 100]
2170         tickfont:
2171           size: 14
2172       yaxis:
2173         title: "<b>One-Way Latency per Direction [uSec]</b>"
2174         titlefont:
2175           size: 14
2176         gridcolor: "rgb(230, 230, 230)"
2177         linecolor: "rgb(220, 220, 220)"
2178         linewidth: 1
2179         showgrid: True
2180         showline: True
2181         showticklabels: True
2182         tickcolor: "rgb(220, 220, 220)"
2183         tickfont:
2184           size: 14
2185       width: 700
2186       height: 700
2187       paper_bgcolor: "white"
2188       plot_bgcolor: "white"
2189
2190 - type: "static"
2191   src-path: "{DIR[RST]}"
2192   dst-path: "{DIR[WORKING,SRC]}"
2193
2194 - type: "input"
2195   general:
2196     file-name: "output_info.xml.gz"
2197     file-format: ".gz"
2198     arch-file-format:
2199       - ".gz"
2200       - ".zip"
2201     download-path: "{job}/{build}/archives/{filename}"
2202     extract: "output.xml"
2203
2204     zip-file-name: "robot-plugin.zip"
2205     zip-file-format: ".zip"
2206     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2207     zip-extract: "robot-plugin/output.xml"
2208
2209   builds:
2210
2211     csit-vpp-perf-verify-1908-3n-hsw:
2212       - 12  # NDRPDR sel
2213       - 13  # NDRPDR sel
2214       - 14  # NDRPDR sel
2215       - 15  # NDRPDR sel
2216       - 16  # NDRPDR sel
2217       - 17  # NDRPDR sel
2218       - 18  # NDRPDR sel
2219       - 19  # NDRPDR sel
2220       - 20  # NDRPDR sel
2221       - 21  # NDRPDR sel
2222       - 39  # MRR sel
2223     csit-vpp-perf-verify-2001-3n-hsw:
2224       - 21  # NDRPDR sel
2225       - 22  # NDRPDR sel
2226       - 23  # NDRPDR sel
2227       - 24  # NDRPDR sel
2228       - 25  # NDRPDR sel
2229       - 29  # NDRPDR sel
2230       - 30  # NDRPDR sel
2231       - 31  # NDRPDR sel
2232       - 32  # NDRPDR sel
2233       - 34  # NDRPDR sel
2234       - 17  # MRR sel
2235     csit-vpp-perf-report-iterative-2005-3n-hsw:
2236       - 3   # NDRPDR sel
2237       - 4   # NDRPDR sel
2238       - 5   # NDRPDR sel
2239       - 10  # NDRPDR sel
2240       - 11  # NDRPDR sel
2241       - 12  # NDRPDR sel
2242       - 15  # NDRPDR sel
2243       - 16  # NDRPDR sel
2244       - 18  # NDRPDR sel
2245       - 19  # NDRPDR sel
2246       - 20  # NDRPDR sel env 4
2247       - 21  # NDRPDR sel env 4
2248       - 22  # NDRPDR sel env 4
2249       - 23  # NDRPDR sel env 4
2250       - 24  # NDRPDR sel env 4
2251       - 25  # NDRPDR sel env 4
2252       - 26  # NDRPDR sel env 4
2253       - 27  # NDRPDR sel env 4
2254       - 28  # NDRPDR sel env 4
2255       - 29  # NDRPDR sel env 4
2256       - 13  # MRR
2257       - 30  # MRR env 4
2258       - 31  # NDRPDR sel 2001.0-4
2259       - 32  # NDRPDR sel 2001.0-4
2260       - 33  # NDRPDR sel 2001.0-4
2261       - 34  # NDRPDR sel 2001.0-4
2262       - 35  # NDRPDR sel 2001.0-4
2263       - 36  # NDRPDR sel 2001.0-4
2264       - 38  # NDRPDR sel 2001.0-4
2265     csit-vpp-perf-verify-2005-3n-hsw:
2266       - 3   # hoststack
2267       - 5   # hoststack
2268       - 6   # hoststack
2269       - 7   # hoststack
2270       - 8   # hoststack
2271       - 9   # hoststack
2272       - 10  # hoststack
2273       - 11  # hoststack
2274       - 12  # hoststack
2275       - 13  # hoststack
2276     csit-vpp-perf-report-coverage-2005-3n-hsw:
2277       - 74  # crypto-00
2278       - 75  # crypto-01
2279       - 76  # crypto-02
2280       - 77  # crypto-03
2281       - 78  # ip4-00
2282       - 79  # ip4-01
2283       - 80  # ip4-02
2284       - 81  # ip4-03
2285       - 73  # ip4-04
2286       - 82  # ip4-05
2287       - 83  # ip4-06
2288       - 84  # ip4-07
2289       - 85  # ip4-08
2290       - 86  # ip4tun-00
2291       - 87  # ip4tun-01
2292       - 88  # ip4tun-02
2293       - 89  # ip6-00
2294       - 90  # ip6-01
2295       - 91  # ip6tun-00
2296       - 92  # l2-00
2297       - 93  # l2-01
2298       - 94  # l2-02
2299       - 95  # l2-03
2300       - 96  # l2-04
2301       - 97  # l2-05
2302       - 98  # l2-06
2303       - 99  # l2-07
2304       - 100 # l2-08
2305       - 101 # l2-09
2306       - 102 # l2-10
2307       - 103 # memif-00
2308       - 104 # srv6-00
2309       - 105 # srv6-01
2310       - 106 # vhost-00
2311       - 107 # vhost-01
2312       - 109 # vhost-02
2313
2314     csit-vpp-perf-verify-1908_1-3n-skx:
2315       - 26  # NDRPDR sel - new1908.1
2316       - 27  # NDRPDR sel - new1908.1
2317       - 28  # NDRPDR sel - new1908.1
2318       - 29  # NDRPDR sel - new1908.1
2319       - 30  # NDRPDR sel - new1908.1
2320       - 31  # NDRPDR sel - new1908.1
2321       - 33  # NDRPDR sel - new1908.1
2322       - 34  # NDRPDR sel - new1908.1
2323       - 35  # NDRPDR sel - new1908.1
2324       - 36  # NDRPDR sel - new1908.1
2325     csit-vpp-perf-verify-2001-3n-skx:
2326       - 69  # NDRPDR sel - new2001.0
2327       - 71  # NDRPDR sel - new2001.0
2328       - 72  # NDRPDR sel - new2001.0
2329       - 76  # NDRPDR sel - new2001.0
2330       - 77  # NDRPDR sel - new2001.0
2331       - 78  # NDRPDR sel - new2001.0
2332       - 80  # NDRPDR sel - new2001.0
2333       - 50  # MRR sel
2334       - 53  # MRR sel addition
2335     csit-vpp-perf-report-iterative-2005-3n-skx:
2336       - 4   # NDRPDR sel
2337       - 5   # NDRPDR sel ??? all x710 failed
2338       - 33  # NDRPDR sel
2339       - 28  # NDRPDR sel
2340       - 34  # NDRPDR sel
2341       - 36  # NDRPDR sel
2342       - 37  # NDRPDR sel
2343       - 38  # NDRPDR sel
2344       - 39  # NDRPDR sel
2345       - 41  # NDRPDR sel
2346       - 42  # NDRPDR sel env 4
2347       - 43  # NDRPDR sel env 4
2348       - 44  # NDRPDR sel env 4
2349       - 45  # NDRPDR sel env 4
2350       - 47  # NDRPDR sel env 4
2351       - 55  # NDRPDR sel env 4
2352       - 56  # NDRPDR sel env 4
2353       - 50  # NDRPDR sel 2001.0-4
2354       - 51  # NDRPDR sel 2001.0-4
2355       - 52  # NDRPDR sel 2001.0-4
2356       - 53  # NDRPDR sel 2001.0-4
2357       - 54  # NDRPDR sel 2001.0-4
2358       - 6   # MRR sel
2359       - 49  # MRR sel env 4
2360     csit-vpp-perf-report-coverage-2005-3n-skx:
2361       - 45  # crypto-00
2362       - 46  # crypto-01
2363       - 47  # crypto-02
2364       - 83  # crypto-03
2365       - 50  # ip4-00
2366       - 51  # ip4-01
2367       - 52  # ip4-02
2368       - 53  # ip4-03
2369       - 54  # ip4-04
2370       - 55  # ip4-05
2371       - 56  # ip4-06
2372       - 57  # ip4-07
2373       - 58  # ip4-08
2374       - 59  # ip4tun-00
2375       - 60  # ip4tun-01
2376       - 61  # ip4tun-02
2377       - 62  # ip6-00
2378       - 63  # ip6-01
2379       - 64  # ip6tun-00
2380       - 65  # l2-00
2381       - 66  # l2-01
2382       - 67  # l2-02
2383       - 68  # l2-03
2384       - 69  # l2-04
2385       - 84  # l2-05
2386       - 71  # l2-06
2387       - 72  # l2-07
2388       - 73  # l2-08
2389       - 85  # l2-09
2390       - 75  # l2-10
2391       - 76  # memif-00
2392       - 77  # srv6-00
2393       - 78  # srv6-01
2394       - 88  # vhost-00
2395       - 89  # vhost-01
2396       - 81  # vhost-02
2397       - 83  # vhost-03
2398
2399     csit-vpp-perf-verify-1908_1-2n-skx:
2400       - 39  # NDRPDR sel - new1908.1
2401       - 40  # NDRPDR sel - new1908.1
2402       - 41  # NDRPDR sel - new1908.1
2403       - 43  # NDRPDR sel - new1908.1
2404       - 44  # NDRPDR sel - new1908.1
2405       - 45  # NDRPDR sel - new1908.1
2406       - 46  # NDRPDR sel - new1908.1
2407       - 47  # NDRPDR sel - new1908.1
2408       - 48  # NDRPDR sel - new1908.1
2409       - 49  # NDRPDR sel - new1908.1
2410     csit-vpp-perf-verify-2001-2n-skx:
2411       - 143  # NDRPDR sel - new2001.0
2412       - 146  # NDRPDR sel - new2001.0
2413       - 147  # NDRPDR sel - new2001.0
2414       - 148  # NDRPDR sel - new2001.0
2415       - 149  # NDRPDR sel - new2001.0
2416       - 150  # NDRPDR sel - new2001.0
2417       - 151  # NDRPDR sel - new2001.0
2418       - 152  # NDRPDR sel - new2001.0
2419       - 153  # NDRPDR sel - new2001.0
2420       - 154  # NDRPDR sel - new2001.0
2421       - 101  # MRR sel - old
2422       - 128  # MRR sel addition - old
2423     csit-vpp-perf-report-iterative-2005-2n-skx:
2424       - 43  # NDRPDR sel
2425       - 38  # NDRPDR sel
2426       - 7   # NDRPDR sel
2427       - 65  # NDRPDR sel
2428       - 47  # NDRPDR sel
2429       - 55  # NDRPDR sel
2430       - 67  # NDRPDR sel
2431       - 75  # NDRPDR sel
2432       - 76  # NDRPDR sel
2433       - 73  # NDRPDR sel
2434       - 88  # NDRPDR sel env 4
2435       - 89  # NDRPDR sel env 4
2436       - 90  # NDRPDR sel env 4
2437       - 91  # NDRPDR sel env 4
2438       - 92  # NDRPDR sel env 4
2439       - 93  # NDRPDR sel env 4
2440       - 94  # NDRPDR sel env 4
2441       - 125 # NDRPDR sel env 4
2442       - 126 # NDRPDR sel env 4
2443       - 127 # NDRPDR sel env 4
2444       - 100 # NDRPDR sel 2001.0-4
2445       - 101 # NDRPDR sel 2001.0-4
2446       - 102 # NDRPDR sel 2001.0-4
2447       - 103 # NDRPDR sel 2001.0-4
2448       - 104 # NDRPDR sel 2001.0-4
2449       - 105 # NDRPDR sel 2001.0-4
2450       - 42  # MRR sel
2451       - 99  # MRR sel env 4
2452       - 106 # Reconf env 4
2453       - 107 # Reconf env 4
2454       - 108 # Reconf env 4
2455       - 109 # Reconf env 4
2456       - 110 # Reconf env 4
2457       - 111 # Reconf env 4
2458       - 112 # Reconf env 4
2459       - 118 # Reconf env 4
2460       - 120 # Reconf env 4
2461       - 121 # Reconf env 4
2462       - 122 # Soak
2463       - 123 # Soak
2464       - 113 # nf-density-sel env 4
2465       - 114 # nf-density-sel env 4
2466       - 124 # nf-density-sel env 4
2467       - 128 # nf-density-sel env 4
2468       - 129 # nf-density-sel env 4
2469       - 131 # nf-density-sel env 4
2470       - 132 # nf-density-sel env 4
2471       - 135 # nf-density-sel env 4
2472       - 136 # nf-density-sel env 4
2473       - 139 # nf-density-sel env 4
2474       - 115 # MRR nf-density-sel env 4
2475     csit-vpp-perf-report-coverage-2005-2n-skx:
2476       - 28  # ip4-00
2477       - 29  # ip4-01
2478       - 30  # ip4-02
2479       - 31  # ip4-03
2480       - 32  # ip4-04
2481       - 33  # ip4-05
2482       - 34  # ip6-00
2483       - 35  # ip6-01
2484       - 36  # l2-00
2485       - 37  # l2-01
2486       - 38  # lb-00
2487       - 39  # memif-00
2488       - 40  # vhost-00
2489       - 41  # vhost-01
2490       - 42  # vts-00
2491
2492     csit-vpp-perf-verify-1908_1-2n-clx:
2493       - 5  # NDRPDR sel
2494       - 6  # NDRPDR sel
2495       - 7  # NDRPDR sel
2496       - 8  # NDRPDR sel
2497       - 9  # NDRPDR sel
2498     csit-vpp-perf-verify-2001-2n-clx:
2499       - 28  # NDRPDR sel
2500       - 29  # NDRPDR sel
2501       - 32  # NDRPDR sel
2502       - 40  # NDRPDR sel
2503       - 43  # NDRPDR sel
2504       - 44  # NDRPDR sel
2505       - 45  # NDRPDR sel
2506       - 47  # NDRPDR sel
2507       - 48  # NDRPDR sel
2508       - 49  # NDRPDR sel
2509       - 39  # MRR
2510     csit-vpp-perf-report-iterative-2005-2n-clx:
2511       - 7   # NDRPDR sel
2512       - 38  # NDRPDR sel
2513       - 9   # NDRPDR sel
2514       - 32  # NDRPDR sel ???
2515       - 33  # NDRPDR sel ???
2516       - 39  # NDRPDR sel
2517       - 40  # NDRPDR sel
2518       - 43  # NDRPDR sel
2519       - 50  # NDRPDR sel
2520       - 51  # NDRPDR sel
2521       - 62  # NDRPDR sel env 4
2522       - 63  # NDRPDR sel env 4
2523       - 64  # NDRPDR sel env 4
2524       - 65  # NDRPDR sel env 4
2525       - 66  # NDRPDR sel env 4
2526       - 68  # NDRPDR sel env 4
2527       - 69  # NDRPDR sel env 4
2528       - 70  # NDRPDR sel env 4
2529       - 103 # NDRPDR sel env 4
2530       - 104 # NDRPDR sel env 4
2531       - 73  # NDRPDR sel 2001.0-4
2532       - 74  # NDRPDR sel 2001.0-4
2533       - 75  # NDRPDR sel 2001.0-4
2534       - 76  # NDRPDR sel 2001.0-4
2535       - 77  # NDRPDR sel 2001.0-4
2536       - 78  # NDRPDR sel 2001.0-4
2537       - 79  # NDRPDR sel 2001.0-4
2538       - 80  # NDRPDR sel 2001.0-4
2539       - 12  # MRR
2540       - 72  # MRR env 4
2541       - 81  # Reconf env 4
2542       - 82  # Reconf env 4
2543       - 83  # Reconf env 4
2544       - 84  # Reconf env 4
2545       - 85  # Reconf env 4
2546       - 86  # Reconf env 4
2547       - 87  # Reconf env 4
2548       - 88  # Reconf env 4
2549       - 89  # Reconf env 4
2550       - 90  # Reconf env 4
2551       - 101 # Soak
2552       - 102 # Soak
2553       - 91  # nfv-density-00 env 4
2554       - 92  # nfv-density-00 env 4
2555       - 93  # nfv-density-00 env 4
2556       - 97  # nfv-density-00 env 4
2557       - 98  # nfv-density-00 env 4
2558       - 99  # nfv-density-00 env 4
2559       - 100 # nfv-density-00 env 4
2560       - 105 # nfv-density-00 env 4
2561       - 106 # nfv-density-00 env 4
2562       - 108 # nfv-density-00 env 4
2563       - 96  # MRR nfv-density-00 env 4
2564     csit-vpp-perf-report-coverage-2005-2n-clx:
2565       - 24  # ip4-00
2566       - 25  # ip4-01
2567       - 26  # ip4-02
2568       - 27  # ip4-03
2569       - 28  # ip4-04
2570       - 29  # ip4-05
2571       - 34  # ip6-00
2572       - 36  # ip6-01
2573       - 31  # l2-00
2574       - 41  # l2-01
2575       - 39  # lb-00
2576       - 37  # memif-00
2577       - 32  # vhost-00
2578       - 33  # vhost-01
2579       - 40  # vts-00
2580
2581     csit-vpp-perf-verify-1908-3n-tsh:
2582       - 7   # NDRPDR sel
2583       - 8   # NDRPDR sel
2584       - 9   # NDRPDR sel
2585       - 10  # NDRPDR sel
2586       - 11  # NDRPDR sel
2587       - 12  # NDRPDR sel
2588       - 13  # NDRPDR sel
2589       - 14  # NDRPDR sel
2590       - 15  # NDRPDR sel
2591       - 16  # NDRPDR sel
2592       - 17  # MRR sel
2593     csit-vpp-perf-verify-2001-3n-tsh:
2594       - 3   # NDRPDR sel
2595       - 4   # NDRPDR sel
2596       - 7   # NDRPDR sel
2597       - 8   # NDRPDR sel
2598       - 10  # NDRPDR sel
2599       - 12  # NDRPDR sel
2600       - 13  # NDRPDR sel
2601       - 14  # NDRPDR sel
2602       - 15  # NDRPDR sel
2603       - 21  # NDRPDR sel
2604       - 9   # MRR sel
2605     csit-vpp-perf-report-iterative-2005-3n-tsh:
2606       - 9   # NDRPDR sel
2607       - 11  # NDRPDR sel
2608       - 12  # NDRPDR sel
2609       - 20  # NDRPDR sel
2610       - 14  # NDRPDR sel
2611       - 21  # NDRPDR sel
2612       - 23  # NDRPDR sel env 4
2613       - 25  # NDRPDR sel env 4
2614       - 33  # NDRPDR sel env 4
2615       - 34  # NDRPDR sel env 4
2616       - 35  # NDRPDR sel env 4
2617       - 36  # NDRPDR sel env 4
2618       - 37  # NDRPDR sel env 4
2619       - 38  # NDRPDR sel env 4
2620       - 40  # NDRPDR sel env 4
2621       - 28  # NDRPDR sel 2001.0-4
2622       - 29  # NDRPDR sel 2001.0-4
2623       - 31  # NDRPDR sel 2001.0-4
2624       - 10  # MRR sel
2625       - 27  # MRR sel env 4
2626
2627     csit-vpp-perf-verify-1908-3n-dnv:
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633       - 12  # NDRPDR sel
2634       - 13  # NDRPDR sel
2635       - 14  # NDRPDR sel
2636       - 15  # NDRPDR sel
2637       - 16  # NDRPDR sel
2638       - 17  # MRR sel
2639     csit-vpp-perf-verify-2001-3n-dnv:
2640       - 5   # NDRPDR sel
2641       - 6   # NDRPDR sel
2642       - 7   # NDRPDR sel
2643       - 8   # NDRPDR sel
2644       - 9   # NDRPDR sel
2645       - 10  # NDRPDR sel
2646       - 12  # NDRPDR sel
2647       - 16  # NDRPDR sel
2648       - 17  # NDRPDR sel
2649       - 18  # NDRPDR sel
2650       - 11  # MRR sel
2651     csit-vpp-perf-report-iterative-2005-3n-dnv:
2652       - 2   # NDRPDR sel
2653       - 3   # NDRPDR sel
2654       - 4   # NDRPDR sel
2655       - 5   # NDRPDR sel
2656       - 6   # NDRPDR sel
2657       - 7   # NDRPDR sel
2658       - 9   # NDRPDR sel
2659       - 10  # NDRPDR sel
2660       - 11  # NDRPDR sel
2661       - 12  # NDRPDR sel
2662       - 8   # MRR
2663     csit-vpp-perf-report-coverage-2005-3n-dnv:
2664       - 1   # perf-full-3n-dnv-crypto_I
2665       - 24  # perf-full-3n-dnv-crypto_II
2666       - 5   # perf-full-3n-dnv-ip4_I
2667       - 13  # perf-full-3n-dnv-ip4_II
2668       - 17  # perf-full-3n-dnv-ip6_I
2669       - 18  # perf-full-3n-dnv-ip6_II
2670       - 21  # perf-full-3n-dnv-l2_I
2671       - 22  # perf-full-3n-dnv-l2_II
2672       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2673
2674     csit-vpp-perf-verify-1908-2n-dnv:
2675       - 1   # NDRPDR sel
2676       - 2   # NDRPDR sel
2677       - 3   # NDRPDR sel
2678       - 4   # NDRPDR sel
2679       - 5   # NDRPDR sel
2680       - 6   # NDRPDR sel
2681       - 7   # NDRPDR sel
2682       - 8   # NDRPDR sel
2683       - 9   # NDRPDR sel
2684       - 10  # NDRPDR sel
2685       - 11  # MRR sel
2686     csit-vpp-perf-verify-2001-2n-dnv:
2687       - 4   # NDRPDR sel
2688       - 5   # NDRPDR sel
2689       - 6   # NDRPDR sel
2690       - 7   # NDRPDR sel
2691       - 8   # NDRPDR sel
2692       - 9   # NDRPDR sel
2693       - 10  # NDRPDR sel
2694       - 11  # NDRPDR sel
2695       - 13  # NDRPDR sel
2696       - 16  # NDRPDR sel
2697       - 12  # MRR sel
2698     csit-vpp-perf-report-iterative-2005-2n-dnv:
2699       - 3   # NDRPDR sel
2700       - 6   # NDRPDR sel
2701       - 7   # NDRPDR sel
2702       - 8   # NDRPDR sel
2703       - 9   # NDRPDR sel
2704       - 10  # NDRPDR sel
2705       - 11  # NDRPDR sel
2706       - 12  # NDRPDR sel
2707       - 13  # NDRPDR sel
2708       - 14  # NDRPDR sel
2709       - 15  # MRR sel
2710     csit-vpp-perf-report-coverage-2005-2n-dnv:
2711       - 1   # perf-full-2n-dnv-ip4_I
2712       - 2   # perf-full-2n-dnv-ip4_II
2713       - 3   # perf-full-2n-dnv-ip6_I
2714       - 4   # perf-full-2n-dnv-ip6_II
2715       - 5   # perf-full-2n-dnv-l2_I
2716       - 6   # perf-full-2n-dnv-l2_II
2717
2718     csit-dpdk-perf-verify-1908-3n-hsw:
2719       - 2   # NDRPDR sel
2720       - 3   # NDRPDR sel
2721       - 4   # NDRPDR sel
2722       - 5   # NDRPDR sel
2723       - 6   # NDRPDR sel
2724       - 7   # NDRPDR sel
2725       - 8   # NDRPDR sel
2726       - 9   # NDRPDR sel
2727       - 10  # NDRPDR sel
2728       - 11  # NDRPDR sel
2729     csit-dpdk-perf-verify-2001-3n-hsw:
2730       - 4   # NDRPDR sel
2731       - 5   # NDRPDR sel
2732       - 6   # NDRPDR sel
2733       - 7   # NDRPDR sel
2734       - 8   # NDRPDR sel
2735       - 9   # NDRPDR sel
2736       - 10  # NDRPDR sel
2737       - 11  # NDRPDR sel
2738       - 12  # NDRPDR sel
2739       - 13  # NDRPDR sel
2740       - 15  # NDRPDR sel
2741       - 16  # NDRPDR sel
2742       - 17  # NDRPDR sel
2743       - 18  # NDRPDR sel
2744       - 19  # NDRPDR sel
2745       - 20  # NDRPDR sel
2746       - 21  # NDRPDR sel
2747       - 22  # NDRPDR sel
2748       - 23  # NDRPDR sel
2749       - 24  # NDRPDR sel
2750     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2751       - 25  # NDRPDR iter
2752       - 26  # NDRPDR iter
2753       - 27  # NDRPDR iter
2754       - 28  # NDRPDR iter
2755       - 29  # NDRPDR iter
2756       - 30  # NDRPDR iter
2757       - 31  # NDRPDR iter
2758       - 32  # NDRPDR iter
2759       - 33  # NDRPDR iter
2760       - 34  # NDRPDR iter
2761
2762     csit-dpdk-perf-verify-1908-3n-skx:
2763       - 3   # NDRPDR sel
2764       - 4   # NDRPDR sel
2765       - 5   # NDRPDR sel
2766       - 6   # NDRPDR sel
2767       - 7   # NDRPDR sel
2768       - 8   # NDRPDR sel
2769       - 9   # NDRPDR sel
2770       - 10  # NDRPDR sel
2771       - 11  # NDRPDR sel
2772       - 12  # NDRPDR sel
2773     csit-dpdk-perf-verify-2001-3n-skx:
2774       - 29  # NDRPDR sel xxv710
2775       - 33  # NDRPDR sel xxv710
2776       - 34  # NDRPDR sel xxv710
2777       - 35  # NDRPDR sel xxv710
2778       - 36  # NDRPDR sel xxv710
2779       - 37  # NDRPDR sel xxv710
2780       - 41  # NDRPDR sel xxv710
2781       - 42  # NDRPDR sel xxv710
2782       - 43  # NDRPDR sel xxv710
2783       - 45  # NDRPDR sel xxv710
2784       - 30  # NDRPDR sel x710
2785       - 31  # NDRPDR sel x710
2786       - 32  # NDRPDR sel x710
2787       - 38  # NDRPDR sel x710
2788       - 39  # NDRPDR sel x710
2789       - 40  # NDRPDR sel x710
2790       - 44  # NDRPDR sel x710
2791       - 46  # NDRPDR sel x710
2792       - 47  # NDRPDR sel x710
2793       - 48  # NDRPDR sel x710
2794     csit-dpdk-perf-report-iterative-2005-3n-skx:
2795       - 28  # NDRPDR iter
2796       - 29  # NDRPDR iter
2797       - 30  # NDRPDR iter
2798       - 31  # NDRPDR iter
2799       - 32  # NDRPDR iter
2800       - 33  # NDRPDR iter
2801       - 34  # NDRPDR iter
2802       - 35  # NDRPDR iter
2803       - 36  # NDRPDR iter
2804       - 37  # NDRPDR iter
2805
2806     csit-dpdk-perf-verify-1908-2n-skx:
2807       - 2   # NDRPDR sel
2808       - 3   # NDRPDR sel
2809       - 4   # NDRPDR sel
2810       - 5   # NDRPDR sel
2811       - 7   # NDRPDR sel
2812       - 8   # NDRPDR sel
2813       - 9   # NDRPDR sel
2814       - 10  # NDRPDR sel
2815       - 11  # NDRPDR sel
2816       - 12  # NDRPDR sel
2817     csit-dpdk-perf-verify-2001-2n-skx:
2818       - 35  # NDRPDR sel xxv710
2819       - 36  # NDRPDR sel xxv710
2820       - 37  # NDRPDR sel xxv710
2821       - 41  # NDRPDR sel xxv710
2822       - 42  # NDRPDR sel xxv710
2823       - 43  # NDRPDR sel xxv710
2824       - 46  # NDRPDR sel xxv710
2825       - 47  # NDRPDR sel xxv710
2826       - 52  # NDRPDR sel xxv710
2827       - 53  # NDRPDR sel xxv710
2828       - 38  # NDRPDR sel x710
2829       - 39  # NDRPDR sel x710
2830       - 40  # NDRPDR sel x710
2831       - 44  # NDRPDR sel x710
2832       - 45  # NDRPDR sel x710
2833       - 48  # NDRPDR sel x710
2834       - 49  # NDRPDR sel x710
2835       - 50  # NDRPDR sel x710
2836       - 51  # NDRPDR sel x710
2837       - 54  # NDRPDR sel x710
2838     csit-dpdk-perf-report-iterative-2005-2n-skx:
2839       - 20  # NDRPDR iter
2840       - 21  # NDRPDR iter
2841       - 22  # NDRPDR iter
2842       - 23  # NDRPDR iter
2843       - 24  # NDRPDR iter
2844       - 25  # NDRPDR iter
2845       - 26  # NDRPDR iter
2846       - 27  # NDRPDR iter
2847       - 28  # NDRPDR iter
2848       - 29  # NDRPDR iter
2849
2850     csit-dpdk-perf-verify-2001-2n-clx:
2851       - 15  # NDRPDR sel
2852       - 16  # NDRPDR sel
2853       - 17  # NDRPDR sel
2854       - 18  # NDRPDR sel
2855       - 19  # NDRPDR sel
2856       - 20  # NDRPDR sel
2857       - 21  # NDRPDR sel
2858       - 22  # NDRPDR sel
2859       - 23  # NDRPDR sel
2860       - 24  # NDRPDR sel
2861       - 25  # NDRPDR sel
2862       - 26  # NDRPDR sel
2863       - 27  # NDRPDR sel
2864       - 28  # NDRPDR sel
2865       - 29  # NDRPDR sel
2866       - 30  # NDRPDR sel
2867       - 31  # NDRPDR sel
2868       - 32  # NDRPDR sel
2869       - 33  # NDRPDR sel
2870       - 34  # NDRPDR sel
2871     csit-dpdk-perf-report-iterative-2005-2n-clx:
2872       - 20  # NDRPDR iter
2873       - 21  # NDRPDR iter
2874       - 22  # NDRPDR iter
2875       - 23  # NDRPDR iter
2876       - 24  # NDRPDR iter
2877       - 25  # NDRPDR iter
2878       - 26  # NDRPDR iter
2879       - 27  # NDRPDR iter
2880       - 28  # NDRPDR iter
2881       - 29  # NDRPDR iter
2882
2883     csit-dpdk-perf-verify-2001-2n-dnv:
2884       - 9   # NDRPDR sel
2885       - 10  # NDRPDR sel
2886       - 11  # NDRPDR sel
2887       - 12  # NDRPDR sel
2888       - 13  # NDRPDR sel
2889       - 14  # NDRPDR sel
2890       - 15  # NDRPDR sel
2891       - 16  # NDRPDR sel
2892       - 17  # NDRPDR sel
2893       - 18  # NDRPDR sel
2894     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2895       - 8   # NDRPDR sel
2896       - 9   # NDRPDR sel
2897       - 10  # NDRPDR sel
2898       - 11  # NDRPDR sel
2899       - 12  # NDRPDR sel
2900       - 13  # NDRPDR sel
2901       - 14  # NDRPDR sel
2902       - 15  # NDRPDR sel
2903       - 16  # NDRPDR sel
2904       - 17  # NDRPDR sel
2905
2906     csit-dpdk-perf-verify-2001-3n-dnv:
2907       - 12  # NDRPDR sel
2908       - 13  # NDRPDR sel
2909       - 14  # NDRPDR sel
2910       - 15  # NDRPDR sel
2911       - 16  # NDRPDR sel
2912       - 17  # NDRPDR sel
2913       - 18  # NDRPDR sel
2914       - 19  # NDRPDR sel
2915       - 20  # NDRPDR sel
2916       - 22  # NDRPDR sel
2917     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2918       - 6   # NDRPDR sel
2919       - 7   # NDRPDR sel
2920       - 8   # NDRPDR sel
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 11  # NDRPDR sel
2924       - 12  # NDRPDR sel
2925       - 13  # NDRPDR sel
2926       - 14  # NDRPDR sel
2927       - 16  # NDRPDR sel
2928
2929     csit-dpdk-perf-verify-2001-3n-tsh:
2930       - 3   # NDRPDR sel
2931       - 4   # NDRPDR sel
2932       - 5   # NDRPDR sel
2933       - 9   # NDRPDR sel
2934       - 10  # NDRPDR sel
2935       - 11  # NDRPDR sel
2936       - 12  # NDRPDR sel
2937       - 14  # NDRPDR sel
2938       - 15  # NDRPDR sel
2939       - 18  # NDRPDR sel
2940     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2941       - 5   # NDRPDR sel
2942
2943     csit-vpp-device-2005-ubuntu1804-1n-skx:
2944       - 35
2945
2946 - type: "output"
2947   output: "report"
2948   format:
2949     html:
2950     - full
2951     pdf:
2952     - minimal
2953
2954 ################################################################################
2955 ###                               T A B L E S                                ###
2956 ################################################################################
2957
2958 # VPP Soak vs NDR - 2n-skx
2959 - type: "table"
2960   title: "VPP Soak vs NDR 2n-skx"
2961   algorithm: "table_soak_vs_ndr"
2962   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2963   reference:
2964     title: "NDR"
2965     data: "vpp-soak-vs-ndr-2n-skx-ref"
2966   compare:
2967     title: "Soak"
2968     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2969   data: "vpp-soak-vs-ndr-2n-skx"
2970   include-tests: "NDR"
2971   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2972   parameters:
2973     - "throughput"
2974     - "name"
2975     - "parent"
2976
2977 # VPP Soak vs NDR - 2n-clx
2978 - type: "table"
2979   title: "VPP Soak vs NDR 2n-clx"
2980   algorithm: "table_soak_vs_ndr"
2981   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2982   reference:
2983     title: "NDR"
2984     data: "vpp-soak-vs-ndr-2n-clx-ref"
2985   compare:
2986     title: "Soak"
2987     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2988   data: "vpp-soak-vs-ndr-2n-clx"
2989   include-tests: "NDR"
2990   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2991   parameters:
2992     - "throughput"
2993     - "name"
2994     - "parent"
2995
2996 ################################################################################
2997
2998 # VPP Compare NICs 3n-skx 2t1c ndr
2999 - type: "table"
3000   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3001   algorithm: "table_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3004   filter: "'2T1C' 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     - ""
3018     - "x710, xxv710 - NICs tested."
3019     - "Diff - difference between x710 and xxv710 NIC."
3020
3021 # VPP Compare NICs 3n-skx 4t2c ndr
3022 - type: "table"
3023   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3024   algorithm: "table_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3027   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3028   columns:
3029     - title: "x710"
3030       data-set: "vpp-nic-comparison-3n-skx"
3031       tag: "NIC_Intel-X710"
3032     - title: "xxv710"
3033       data-set: "vpp-nic-comparison-3n-skx"
3034       tag: "NIC_Intel-XXV710"
3035   comparisons:
3036     - title: "Diff"
3037       reference: 1
3038       compare: 2
3039   legend:
3040     - ""
3041     - "x710, xxv710 - NICs tested."
3042     - "Diff - difference between x710 and xxv710 NIC."
3043
3044 # VPP Compare NICs 3n-skx 2t1c pdr
3045 - type: "table"
3046   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3047   algorithm: "table_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3051   columns:
3052     - title: "x710"
3053       data-set: "vpp-nic-comparison-3n-skx"
3054       tag: "NIC_Intel-X710"
3055     - title: "xxv710"
3056       data-set: "vpp-nic-comparison-3n-skx"
3057       tag: "NIC_Intel-XXV710"
3058   comparisons:
3059     - title: "Diff"
3060       reference: 1
3061       compare: 2
3062   legend:
3063     - ""
3064     - "x710, xxv710 - NICs tested."
3065     - "Diff - difference between x710 and xxv710 NIC."
3066
3067 # VPP Compare NICs 3n-skx 4t2c pdr
3068 - type: "table"
3069   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3070   algorithm: "table_comparison"
3071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3073   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3074   columns:
3075     - title: "x710"
3076       data-set: "vpp-nic-comparison-3n-skx"
3077       tag: "NIC_Intel-X710"
3078     - title: "xxv710"
3079       data-set: "vpp-nic-comparison-3n-skx"
3080       tag: "NIC_Intel-XXV710"
3081   comparisons:
3082     - title: "Diff"
3083       reference: 1
3084       compare: 2
3085   legend:
3086     - ""
3087     - "x710, xxv710 - NICs tested."
3088     - "Diff - difference between x710 and xxv710 NIC."
3089
3090 ## VPP Compare NICs 3n-skx 2t1c mrr
3091 #- type: "table"
3092 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3093 #  algorithm: "table_comparison"
3094 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3096 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3097 #  columns:
3098 #    - title: "x710"
3099 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3100 #      tag: "NIC_Intel-X710"
3101 #    - title: "xxv710"
3102 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3103 #      tag: "NIC_Intel-XXV710"
3104 #  comparisons:
3105 #    - title: "Diff"
3106 #      reference: 1
3107 #      compare: 2
3108 #  legend:
3109 #    - ""
3110 #    - "x710, xxv710 - NICs tested."
3111 #    - "Diff - difference between x710 and xxv710 NIC."
3112 #
3113 ## VPP Compare NICs 3n-skx 4t2c mrr
3114 #- type: "table"
3115 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3116 #  algorithm: "table_comparison"
3117 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3119 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3120 #  columns:
3121 #    - title: "x710"
3122 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3123 #      tag: "NIC_Intel-X710"
3124 #    - title: "xxv710"
3125 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3126 #      tag: "NIC_Intel-XXV710"
3127 #  comparisons:
3128 #    - title: "Diff"
3129 #      reference: 1
3130 #      compare: 2
3131 #  legend:
3132 #    - ""
3133 #    - "x710, xxv710 - NICs tested."
3134 #    - "Diff - difference between x710 and xxv710 NIC."
3135 #
3136 ## VPP Compare NICs 3n-skx 8t4c mrr
3137 #- type: "table"
3138 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3139 #  algorithm: "table_comparison"
3140 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3142 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3143 #  columns:
3144 #    - title: "x710"
3145 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3146 #      tag: "NIC_Intel-X710"
3147 #    - title: "xxv710"
3148 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3149 #      tag: "NIC_Intel-XXV710"
3150 #  comparisons:
3151 #    - title: "Diff"
3152 #      reference: 1
3153 #      compare: 2
3154 #  legend:
3155 #    - ""
3156 #    - "x710, xxv710 - NICs tested."
3157 #    - "Diff - difference between x710 and xxv710 NIC."
3158
3159 # VPP Compare NICs 2n-skx 2t1c ndr
3160 - type: "table"
3161   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'2T1C' 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     - ""
3179     - "x710, xxv710 - NICs tested."
3180     - "Diff - difference between x710 and xxv710 NIC."
3181
3182 # VPP Compare NICs 2n-skx 4t2c ndr
3183 - type: "table"
3184   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3185   algorithm: "table_comparison"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3188   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3189   columns:
3190     - title: "x710"
3191       data-set: "vpp-nic-comparison-2n-skx"
3192       tag: "NIC_Intel-X710"
3193     - title: "xxv710"
3194       data-set: "vpp-nic-comparison-2n-skx"
3195       tag: "NIC_Intel-XXV710"
3196   comparisons:
3197     - title: "Diff"
3198       reference: 1
3199       compare: 2
3200   legend:
3201     - ""
3202     - "x710, xxv710 - NICs tested."
3203     - "Diff - difference between x710 and xxv710 NIC."
3204
3205 # VPP Compare NICs 2n-skx 2t1c pdr
3206 - type: "table"
3207   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3208   algorithm: "table_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3211   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3212   columns:
3213     - title: "x710"
3214       data-set: "vpp-nic-comparison-2n-skx"
3215       tag: "NIC_Intel-X710"
3216     - title: "xxv710"
3217       data-set: "vpp-nic-comparison-2n-skx"
3218       tag: "NIC_Intel-XXV710"
3219   comparisons:
3220     - title: "Diff"
3221       reference: 1
3222       compare: 2
3223   legend:
3224     - ""
3225     - "x710, xxv710 - NICs tested."
3226     - "Diff - difference between x710 and xxv710 NIC."
3227
3228 # VPP Compare NICs 2n-skx 4t2c pdr
3229 - type: "table"
3230   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3231   algorithm: "table_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3234   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3235   columns:
3236     - title: "x710"
3237       data-set: "vpp-nic-comparison-2n-skx"
3238       tag: "NIC_Intel-X710"
3239     - title: "xxv710"
3240       data-set: "vpp-nic-comparison-2n-skx"
3241       tag: "NIC_Intel-XXV710"
3242   comparisons:
3243     - title: "Diff"
3244       reference: 1
3245       compare: 2
3246   legend:
3247     - ""
3248     - "x710, xxv710 - NICs tested."
3249     - "Diff - difference between x710 and xxv710 NIC."
3250
3251 # VPP Compare NICs 2n-skx 2t1c mrr
3252 - type: "table"
3253   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3257   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "x710"
3260       data-set: "vpp-nic-comparison-2n-skx-mrr"
3261       tag: "NIC_Intel-X710"
3262     - title: "xxv710"
3263       data-set: "vpp-nic-comparison-2n-skx-mrr"
3264       tag: "NIC_Intel-XXV710"
3265   comparisons:
3266     - title: "Diff"
3267       reference: 1
3268       compare: 2
3269   legend:
3270     - ""
3271     - "x710, xxv710 - NICs tested."
3272     - "Diff - difference between x710 and xxv710 NIC."
3273
3274 # VPP Compare NICs 2n-skx 4t2c mrr
3275 - type: "table"
3276   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3277   algorithm: "table_comparison"
3278   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3280   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3281   columns:
3282     - title: "x710"
3283       data-set: "vpp-nic-comparison-2n-skx-mrr"
3284       tag: "NIC_Intel-X710"
3285     - title: "xxv710"
3286       data-set: "vpp-nic-comparison-2n-skx-mrr"
3287       tag: "NIC_Intel-XXV710"
3288   comparisons:
3289     - title: "Diff"
3290       reference: 1
3291       compare: 2
3292   legend:
3293     - ""
3294     - "x710, xxv710 - NICs tested."
3295     - "Diff - difference between x710 and xxv710 NIC."
3296
3297 # VPP Compare NICs 2n-skx 8t4c mrr
3298 - type: "table"
3299   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3300   algorithm: "table_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3303   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3304   columns:
3305     - title: "x710"
3306       data-set: "vpp-nic-comparison-2n-skx-mrr"
3307       tag: "NIC_Intel-X710"
3308     - title: "xxv710"
3309       data-set: "vpp-nic-comparison-2n-skx-mrr"
3310       tag: "NIC_Intel-XXV710"
3311   comparisons:
3312     - title: "Diff"
3313       reference: 1
3314       compare: 2
3315   legend:
3316     - ""
3317     - "x710, xxv710 - NICs tested."
3318     - "Diff - difference between x710 and xxv710 NIC."
3319
3320 ################################################################################
3321 # VPP
3322
3323 # VPP Performance Changes 3n-hsw 1t1c pdr
3324 - type: "table"
3325   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3326   algorithm: "table_comparison"
3327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3330   columns:
3331     - title: "1908.1-2"
3332       data-set: "vpp-performance-changes-3n-hsw-h1"
3333     - title: "2001.0-2"
3334       data-set: "vpp-performance-changes-3n-hsw-ref"
3335     - title: "2001.0-4"
3336       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3337     - title: "2005.0-4"
3338       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3339   comparisons:
3340     - title: "2001.0-4 vs 2001.0-2"
3341       reference: 2
3342       compare: 3
3343       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3344     - title: "2005.0-4 vs 2001.0-4"
3345       reference: 3
3346       compare: 4
3347       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3348   legend:
3349     - ''
3350     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3353     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3354     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3355
3356 # VPP Performance Changes 3n-hsw 2t2c pdr
3357 - type: "table"
3358   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3359   algorithm: "table_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3363   columns:
3364     - title: "1908.1-2"
3365       data-set: "vpp-performance-changes-3n-hsw-h1"
3366     - title: "2001.0-2"
3367       data-set: "vpp-performance-changes-3n-hsw-ref"
3368     - title: "2001.0-4"
3369       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3370     - title: "2005.0-4"
3371       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3372   comparisons:
3373     - title: "2001.0-4 vs 2001.0-2"
3374       reference: 2
3375       compare: 3
3376       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3377     - title: "2005.0-4 vs 2001.0-4"
3378       reference: 3
3379       compare: 4
3380       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3381   legend:
3382     - ''
3383     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3384     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3386     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3387     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3388
3389 # VPP Performance Changes 3n-hsw 1t1c ndr
3390 - type: "table"
3391   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "1908.1-2"
3398       data-set: "vpp-performance-changes-3n-hsw-h1"
3399     - title: "2001.0-2"
3400       data-set: "vpp-performance-changes-3n-hsw-ref"
3401     - title: "2001.0-4"
3402       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3403     - title: "2005.0-4"
3404       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3405   comparisons:
3406     - title: "2001.0-4 vs 2001.0-2"
3407       reference: 2
3408       compare: 3
3409       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3410     - title: "2005.0-4 vs 2001.0-4"
3411       reference: 3
3412       compare: 4
3413       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3414   legend:
3415     - ''
3416     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3419     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3420     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3421
3422 # VPP Performance Changes 3n-hsw 2t2c ndr
3423 - type: "table"
3424   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3425   algorithm: "table_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3428   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3429   columns:
3430     - title: "1908.1-2"
3431       data-set: "vpp-performance-changes-3n-hsw-h1"
3432     - title: "2001.0-2"
3433       data-set: "vpp-performance-changes-3n-hsw-ref"
3434     - title: "2001.0-4"
3435       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3436     - title: "2005.0-4"
3437       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3438   comparisons:
3439     - title: "2001.0-4 vs 2001.0-2"
3440       reference: 2
3441       compare: 3
3442       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3443     - title: "2005.0-4 vs 2001.0-4"
3444       reference: 3
3445       compare: 4
3446       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3447   legend:
3448     - ''
3449     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3450     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3451     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3452     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3453     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3454
3455 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3456 - type: "table"
3457   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3458   algorithm: "table_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3462   columns:
3463     - title: "1908.1-2"
3464       data-set: "vpp-performance-changes-3n-hsw-h1"
3465     - title: "2001.0-2"
3466       data-set: "vpp-performance-changes-3n-hsw-ref"
3467     - title: "2001.0-4"
3468       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3469     - title: "2005.0-3"
3470       data-set: "vpp-performance-changes-3n-hsw-cmp"
3471     - title: "2005.0-4"
3472       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3473   comparisons:
3474     - title: "2005.0-4 vs 2005.0-3"
3475       reference: 4
3476       compare: 5
3477       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3478     - title: "2001.0-4 vs 2001.0-2"
3479       reference: 2
3480       compare: 3
3481       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3482     - title: "2005.0-4 vs 2001.0-4"
3483       reference: 3
3484       compare: 5
3485       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3486   legend:
3487     - ''
3488     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3491     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3492     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3493     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3494
3495 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "1908.1-2"
3504       data-set: "vpp-performance-changes-3n-hsw-h1"
3505     - title: "2001.0-2"
3506       data-set: "vpp-performance-changes-3n-hsw-ref"
3507     - title: "2001.0-4"
3508       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3509     - title: "2005.0-3"
3510       data-set: "vpp-performance-changes-3n-hsw-cmp"
3511     - title: "2005.0-4"
3512       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3513   comparisons:
3514     - title: "2005.0-4 vs 2005.0-3"
3515       reference: 4
3516       compare: 5
3517       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3518     - title: "2001.0-4 vs 2001.0-2"
3519       reference: 2
3520       compare: 3
3521       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3522     - title: "2005.0-4 vs 2001.0-4"
3523       reference: 3
3524       compare: 5
3525       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3526   legend:
3527     - ''
3528     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3531     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3532     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3533     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3534
3535 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3536 - type: "table"
3537   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3538   algorithm: "table_comparison"
3539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3542   columns:
3543     - title: "1908.1-2"
3544       data-set: "vpp-performance-changes-3n-hsw-h1"
3545     - title: "2001.0-2"
3546       data-set: "vpp-performance-changes-3n-hsw-ref"
3547     - title: "2001.0-4"
3548       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3549     - title: "2005.0-3"
3550       data-set: "vpp-performance-changes-3n-hsw-cmp"
3551     - title: "2005.0-4"
3552       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3553   comparisons:
3554     - title: "2005.0-4 vs 2005.0-3"
3555       reference: 4
3556       compare: 5
3557       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3558     - title: "2001.0-4 vs 2001.0-2"
3559       reference: 2
3560       compare: 3
3561       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3562     - title: "2005.0-4 vs 2001.0-4"
3563       reference: 3
3564       compare: 5
3565       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3566   legend:
3567     - ''
3568     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3571     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3572     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3573     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3574
3575 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3576 - type: "table"
3577   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3578   algorithm: "table_comparison"
3579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3581   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3582   columns:
3583     - title: "1908.1-2"
3584       data-set: "vpp-performance-changes-3n-hsw-h1"
3585     - title: "2001.0-2"
3586       data-set: "vpp-performance-changes-3n-hsw-ref"
3587     - title: "2001.0-4"
3588       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3589     - title: "2005.0-3"
3590       data-set: "vpp-performance-changes-3n-hsw-cmp"
3591     - title: "2005.0-4"
3592       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3593   comparisons:
3594     - title: "2005.0-4 vs 2005.0-3"
3595       reference: 4
3596       compare: 5
3597       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3598     - title: "2001.0-4 vs 2001.0-2"
3599       reference: 2
3600       compare: 3
3601       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3602     - title: "2005.0-4 vs 2001.0-4"
3603       reference: 3
3604       compare: 5
3605       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3606   legend:
3607     - ''
3608     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3609     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24)..'
3610     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3611     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3612     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3613     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3614
3615 # VPP Performance Changes 3n-skx 2t1c pdr
3616 - type: "table"
3617   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "1908.1-2"
3624       data-set: "vpp-performance-changes-3n-skx-h1"
3625     - title: "2001.0-2"
3626       data-set: "vpp-performance-changes-3n-skx-ref"
3627     - title: "2001.0-4"
3628       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3629     - title: "2005.0-4"
3630       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3631   comparisons:
3632     - title: "2001.0-4 vs 2001.0-2"
3633       reference: 2
3634       compare: 3
3635       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3636     - title: "2005.0-4 vs 2001.0-4"
3637       reference: 3
3638       compare: 4
3639       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3640   legend:
3641     - ''
3642     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3645     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3646     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3647
3648 # VPP Performance Changes 3n-skx 4t2c pdr
3649 - type: "table"
3650   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3651   algorithm: "table_comparison"
3652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3655   columns:
3656     - title: "1908.1-2"
3657       data-set: "vpp-performance-changes-3n-skx-h1"
3658     - title: "2001.0-2"
3659       data-set: "vpp-performance-changes-3n-skx-ref"
3660     - title: "2001.0-4"
3661       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3662     - title: "2005.0-4"
3663       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3664   comparisons:
3665     - title: "2001.0-4 vs 2001.0-2"
3666       reference: 2
3667       compare: 3
3668       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3669     - title: "2005.0-4 vs 2001.0-4"
3670       reference: 3
3671       compare: 4
3672       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3673   legend:
3674     - ''
3675     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3676     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3677     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3678     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3679     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3680
3681 # VPP Performance Changes 3n-skx 2t1c ndr
3682 - type: "table"
3683   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3684   algorithm: "table_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3688   columns:
3689     - title: "1908.1-2"
3690       data-set: "vpp-performance-changes-3n-skx-h1"
3691     - title: "2001.0-2"
3692       data-set: "vpp-performance-changes-3n-skx-ref"
3693     - title: "2001.0-4"
3694       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3695     - title: "2005.0-4"
3696       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3697   comparisons:
3698     - title: "2001.0-4 vs 2001.0-2"
3699       reference: 2
3700       compare: 3
3701       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3702     - title: "2005.0-4 vs 2001.0-4"
3703       reference: 3
3704       compare: 4
3705       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3706   legend:
3707     - ''
3708     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3709     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3710     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3711     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3712     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3713
3714 # VPP Performance Changes 3n-skx 4t2c ndr
3715 - type: "table"
3716   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3717   algorithm: "table_comparison"
3718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3721   columns:
3722     - title: "1908.1-2"
3723       data-set: "vpp-performance-changes-3n-skx-h1"
3724     - title: "2001.0-2"
3725       data-set: "vpp-performance-changes-3n-skx-ref"
3726     - title: "2001.0-4"
3727       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3728     - title: "2005.0-4"
3729       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3730   comparisons:
3731     - title: "2001.0-4 vs 2001.0-2"
3732       reference: 2
3733       compare: 3
3734       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3735     - title: "2005.0-4 vs 2001.0-4"
3736       reference: 3
3737       compare: 4
3738       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3739   legend:
3740     - ''
3741     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3742     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3743     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3744     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3745     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3746
3747 # VPP Performance Changes 3n-skx 2t1c pdr-full
3748 - type: "table"
3749   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3750   algorithm: "table_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3754   columns:
3755     - title: "1908.1-2"
3756       data-set: "vpp-performance-changes-3n-skx-h1"
3757     - title: "2001.0-2"
3758       data-set: "vpp-performance-changes-3n-skx-ref"
3759     - title: "2001.0-4"
3760       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3761     - title: "2005.0-3"
3762       data-set: "vpp-performance-changes-3n-skx-cmp"
3763     - title: "2005.0-4"
3764       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3765   comparisons:
3766     - title: "2005.0-4 vs 2005.0-3"
3767       reference: 4
3768       compare: 5
3769       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3770     - title: "2001.0-4 vs 2001.0-2"
3771       reference: 2
3772       compare: 3
3773       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3774     - title: "2005.0-4 vs 2001.0-4"
3775       reference: 3
3776       compare: 5
3777       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3778   legend:
3779     - ''
3780     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3781     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3783     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3784     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3785     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3786
3787 # VPP Performance Changes 3n-skx 4t2c pdr-full
3788 - type: "table"
3789   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3794   columns:
3795     - title: "1908.1-2"
3796       data-set: "vpp-performance-changes-3n-skx-h1"
3797     - title: "2001.0-2"
3798       data-set: "vpp-performance-changes-3n-skx-ref"
3799     - title: "2001.0-4"
3800       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3801     - title: "2005.0-3"
3802       data-set: "vpp-performance-changes-3n-skx-cmp"
3803     - title: "2005.0-4"
3804       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3805   comparisons:
3806     - title: "2005.0-4 vs 2005.0-3"
3807       reference: 4
3808       compare: 5
3809       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3810     - title: "2001.0-4 vs 2001.0-2"
3811       reference: 2
3812       compare: 3
3813       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3814     - title: "2005.0-4 vs 2001.0-4"
3815       reference: 3
3816       compare: 5
3817       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3818   legend:
3819     - ''
3820     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3821     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3822     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3823     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3824     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3825     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3826
3827 # VPP Performance Changes 3n-skx 2t1c ndr-full
3828 - type: "table"
3829   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3830   algorithm: "table_comparison"
3831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3833   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3834   columns:
3835     - title: "1908.1-2"
3836       data-set: "vpp-performance-changes-3n-skx-h1"
3837     - title: "2001.0-2"
3838       data-set: "vpp-performance-changes-3n-skx-ref"
3839     - title: "2001.0-4"
3840       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3841     - title: "2005.0-3"
3842       data-set: "vpp-performance-changes-3n-skx-cmp"
3843     - title: "2005.0-4"
3844       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3845   comparisons:
3846     - title: "2005.0-4 vs 2005.0-3"
3847       reference: 4
3848       compare: 5
3849       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3850     - title: "2001.0-4 vs 2001.0-2"
3851       reference: 2
3852       compare: 3
3853       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3854     - title: "2005.0-4 vs 2001.0-4"
3855       reference: 3
3856       compare: 5
3857       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3858   legend:
3859     - ''
3860     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3861     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3862     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3863     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3864     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3865     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3866
3867 # VPP Performance Changes 3n-skx 4t2c ndr-full
3868 - type: "table"
3869   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3870   algorithm: "table_comparison"
3871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3873   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3874   columns:
3875     - title: "1908.1-2"
3876       data-set: "vpp-performance-changes-3n-skx-h1"
3877     - title: "2001.0-2"
3878       data-set: "vpp-performance-changes-3n-skx-ref"
3879     - title: "2001.0-4"
3880       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3881     - title: "2005.0-3"
3882       data-set: "vpp-performance-changes-3n-skx-cmp"
3883     - title: "2005.0-4"
3884       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3885   comparisons:
3886     - title: "2005.0-4 vs 2005.0-3"
3887       reference: 4
3888       compare: 5
3889       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3890     - title: "2001.0-4 vs 2001.0-2"
3891       reference: 2
3892       compare: 3
3893       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3894     - title: "2005.0-4 vs 2001.0-4"
3895       reference: 3
3896       compare: 5
3897       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3898   legend:
3899     - ''
3900     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3901     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3902     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3903     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3904     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3905     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3906
3907 # VPP Performance Changes 2n-skx 2t1c pdr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3914   columns:
3915     - title: "1908.1-2"
3916       data-set: "vpp-performance-changes-2n-skx-h1"
3917     - title: "2001.0-2"
3918       data-set: "vpp-performance-changes-2n-skx-ref"
3919     - title: "2001.0-4"
3920       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3921     - title: "2005.0-4"
3922       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3923   comparisons:
3924     - title: "2001.0-4 vs 2001.0-2"
3925       reference: 2
3926       compare: 3
3927       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3928     - title: "2005.0-4 vs 2001.0-4"
3929       reference: 3
3930       compare: 4
3931       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3938     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3939
3940 # VPP Performance Changes 2n-skx 4t2c pdr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3947   columns:
3948     - title: "1908.1-2"
3949       data-set: "vpp-performance-changes-2n-skx-h1"
3950     - title: "2001.0-2"
3951       data-set: "vpp-performance-changes-2n-skx-ref"
3952     - title: "2001.0-4"
3953       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3954     - title: "2005.0-4"
3955       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3956   comparisons:
3957     - title: "2001.0-4 vs 2001.0-2"
3958       reference: 2
3959       compare: 3
3960       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3961     - title: "2005.0-4 vs 2001.0-4"
3962       reference: 3
3963       compare: 4
3964       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3965   legend:
3966     - ''
3967     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3968     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3970     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3971     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3972
3973 # VPP Performance Changes 2n-skx 2t1c ndr
3974 - type: "table"
3975   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3980   columns:
3981     - title: "1908.1-2"
3982       data-set: "vpp-performance-changes-2n-skx-h1"
3983     - title: "2001.0-2"
3984       data-set: "vpp-performance-changes-2n-skx-ref"
3985     - title: "2001.0-4"
3986       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3987     - title: "2005.0-4"
3988       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3989   comparisons:
3990     - title: "2001.0-4 vs 2001.0-2"
3991       reference: 2
3992       compare: 3
3993       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3994     - title: "2005.0-4 vs 2001.0-4"
3995       reference: 3
3996       compare: 4
3997       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3998   legend:
3999     - ''
4000     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4001     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4003     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4004     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4005
4006 # VPP Performance Changes 2n-skx 4t2c ndr
4007 - type: "table"
4008   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4013   columns:
4014     - title: "1908.1-2"
4015       data-set: "vpp-performance-changes-2n-skx-h1"
4016     - title: "2001.0-2"
4017       data-set: "vpp-performance-changes-2n-skx-ref"
4018     - title: "2001.0-4"
4019       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4020     - title: "2005.0-4"
4021       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4022   comparisons:
4023     - title: "2001.0-4 vs 2001.0-2"
4024       reference: 2
4025       compare: 3
4026       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4027     - title: "2005.0-4 vs 2001.0-4"
4028       reference: 3
4029       compare: 4
4030       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4031   legend:
4032     - ''
4033     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4034     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4036     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4037     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4038
4039 # VPP Performance Changes 2n-skx 2t1c pdr-full
4040 - type: "table"
4041   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4046   columns:
4047     - title: "1908.1-2"
4048       data-set: "vpp-performance-changes-2n-skx-h1"
4049     - title: "2001.0-2"
4050       data-set: "vpp-performance-changes-2n-skx-ref"
4051     - title: "2001.0-4"
4052       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4053     - title: "2005.0-3"
4054       data-set: "vpp-performance-changes-2n-skx-cmp"
4055     - title: "2005.0-4"
4056       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4057   comparisons:
4058     - title: "2005.0-4 vs 2005.0-3"
4059       reference: 4
4060       compare: 5
4061       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4062     - title: "2001.0-4 vs 2001.0-2"
4063       reference: 2
4064       compare: 3
4065       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4066     - title: "2005.0-4 vs 2001.0-4"
4067       reference: 3
4068       compare: 5
4069       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
4070
4071   legend:
4072     - ''
4073     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4074     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4075     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4076     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4077     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4078     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4079
4080 # VPP Performance Changes 2n-skx 4t2c pdr-full
4081 - type: "table"
4082   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4087   columns:
4088     - title: "1908.1-2"
4089       data-set: "vpp-performance-changes-2n-skx-h1"
4090     - title: "2001.0-2"
4091       data-set: "vpp-performance-changes-2n-skx-ref"
4092     - title: "2001.0-4"
4093       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4094     - title: "2005.0-3"
4095       data-set: "vpp-performance-changes-2n-skx-cmp"
4096     - title: "2005.0-4"
4097       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4098   comparisons:
4099     - title: "2005.0-4 vs 2005.0-3"
4100       reference: 4
4101       compare: 5
4102       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4103     - title: "2001.0-4 vs 2001.0-2"
4104       reference: 2
4105       compare: 3
4106       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4107     - title: "2005.0-4 vs 2001.0-4"
4108       reference: 3
4109       compare: 5
4110       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4111   legend:
4112     - ''
4113     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4114     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4115     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4116     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4117     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4118     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4119
4120 # VPP Performance Changes 2n-skx 2t1c ndr-full
4121 - type: "table"
4122   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4123   algorithm: "table_comparison"
4124   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4126   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4127   columns:
4128     - title: "1908.1-2"
4129       data-set: "vpp-performance-changes-2n-skx-h1"
4130     - title: "2001.0-2"
4131       data-set: "vpp-performance-changes-2n-skx-ref"
4132     - title: "2001.0-4"
4133       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4134     - title: "2005.0-3"
4135       data-set: "vpp-performance-changes-2n-skx-cmp"
4136     - title: "2005.0-4"
4137       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4138   comparisons:
4139     - title: "2005.0-4 vs 2005.0-3"
4140       reference: 4
4141       compare: 5
4142       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4143     - title: "2001.0-4 vs 2001.0-2"
4144       reference: 2
4145       compare: 3
4146       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4147     - title: "2005.0-4 vs 2001.0-4"
4148       reference: 3
4149       compare: 5
4150       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4151   legend:
4152     - ''
4153     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4154     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4155     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4156     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4157     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4158     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4159
4160 # VPP Performance Changes 2n-skx 4t2c ndr-full
4161 - type: "table"
4162   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4163   algorithm: "table_comparison"
4164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4166   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4167   columns:
4168     - title: "1908.1-2"
4169       data-set: "vpp-performance-changes-2n-skx-h1"
4170     - title: "2001.0-2"
4171       data-set: "vpp-performance-changes-2n-skx-ref"
4172     - title: "2001.0-4"
4173       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4174     - title: "2005.0-3"
4175       data-set: "vpp-performance-changes-2n-skx-cmp"
4176     - title: "2005.0-4"
4177       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4178   comparisons:
4179     - title: "2005.0-4 vs 2005.0-3"
4180       reference: 4
4181       compare: 5
4182       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4183     - title: "2001.0-4 vs 2001.0-2"
4184       reference: 2
4185       compare: 3
4186       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4187     - title: "2005.0-4 vs 2001.0-4"
4188       reference: 3
4189       compare: 5
4190       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4191   legend:
4192     - ''
4193     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4194     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4195     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4196     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4197     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4198     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4199
4200 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4201 - type: "table"
4202   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4206   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4207   columns:
4208     - title: "2001.0-2"
4209       data-set: "vpp-performance-changes-2n-clx-ref"
4210     - title: "2001.0-4"
4211       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4212     - title: "2005.0-4"
4213       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4214   comparisons:
4215     - title: "2001.0-4 vs 2001.0-2"
4216       reference: 1
4217       compare: 2
4218       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4219     - title: "2005.0-4 vs 2001.0-4"
4220       reference: 2
4221       compare: 3
4222       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4223   legend:
4224     - ''
4225     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4226     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4227     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4228     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4229     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4230
4231 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4232 - type: "table"
4233   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4234   algorithm: "table_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4237   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4238   columns:
4239     - title: "2001.0-2"
4240       data-set: "vpp-performance-changes-2n-clx-ref"
4241     - title: "2001.0-4"
4242       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4243     - title: "2005.0-4"
4244       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4245   comparisons:
4246     - title: "2001.0-4 vs 2001.0-2"
4247       reference: 1
4248       compare: 2
4249       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4250     - title: "2005.0-4 vs 2001.0-4"
4251       reference: 2
4252       compare: 3
4253       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4254   legend:
4255     - ''
4256     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4257     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4258     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4259     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4260     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4261
4262 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4263 - type: "table"
4264   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4265   algorithm: "table_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4268   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4269   columns:
4270     - title: "2001.0-2"
4271       data-set: "vpp-performance-changes-2n-clx-ref"
4272     - title: "2001.0-4"
4273       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4274     - title: "2005.0-4"
4275       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4276   comparisons:
4277     - title: "2001.0-4 vs 2001.0-2"
4278       reference: 1
4279       compare: 2
4280       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4281     - title: "2005.0-4 vs 2001.0-4"
4282       reference: 2
4283       compare: 3
4284       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4285   legend:
4286     - ''
4287     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4288     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4289     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4290     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4291     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4292
4293 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4294 - type: "table"
4295   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4299   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4300   columns:
4301     - title: "2001.0-2"
4302       data-set: "vpp-performance-changes-2n-clx-ref"
4303     - title: "2001.0-4"
4304       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4305     - title: "2005.0-4"
4306       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4307   comparisons:
4308     - title: "2001.0-4 vs 2001.0-2"
4309       reference: 1
4310       compare: 2
4311       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4312     - title: "2005.0-4 vs 2001.0-4"
4313       reference: 2
4314       compare: 3
4315       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4316   legend:
4317     - ''
4318     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4319     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4320     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4321     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4322     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4323
4324 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4325 - type: "table"
4326   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4331   columns:
4332     - title: "2001.0-2"
4333       data-set: "vpp-performance-changes-2n-clx-ref"
4334     - title: "2001.0-4"
4335       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4336     - title: "2005.0-3"
4337       data-set: "vpp-performance-changes-2n-clx-cmp"
4338     - title: "2005.0-4"
4339       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4340   comparisons:
4341     - title: "2005.0-4 vs 2005.0-3"
4342       reference: 3
4343       compare: 4
4344       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4345     - title: "2001.0-4 vs 2001.0-2"
4346       reference: 1
4347       compare: 2
4348       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4349     - title: "2005.0-4 vs 2001.0-4"
4350       reference: 2
4351       compare: 4
4352       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4353   legend:
4354     - ''
4355     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4356     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4357     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4358     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4359     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4360     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4361
4362 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4363 - type: "table"
4364   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4365   algorithm: "table_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4368   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4369   columns:
4370     - title: "2001.0-2"
4371       data-set: "vpp-performance-changes-2n-clx-ref"
4372     - title: "2001.0-4"
4373       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4374     - title: "2005.0-3"
4375       data-set: "vpp-performance-changes-2n-clx-cmp"
4376     - title: "2005.0-4"
4377       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4378   comparisons:
4379     - title: "2005.0-4 vs 2005.0-3"
4380       reference: 3
4381       compare: 4
4382       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4383     - title: "2001.0-4 vs 2001.0-2"
4384       reference: 1
4385       compare: 2
4386       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4387     - title: "2005.0-4 vs 2001.0-4"
4388       reference: 2
4389       compare: 4
4390       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4391   legend:
4392     - ''
4393     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4394     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4395     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4396     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4397     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4398     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4399
4400 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4401 - type: "table"
4402   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4406   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4407   columns:
4408     - title: "2001.0-2"
4409       data-set: "vpp-performance-changes-2n-clx-ref"
4410     - title: "2001.0-4"
4411       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4412     - title: "2005.0-3"
4413       data-set: "vpp-performance-changes-2n-clx-cmp"
4414     - title: "2005.0-4"
4415       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4416   comparisons:
4417     - title: "2005.0-4 vs 2005.0-3"
4418       reference: 3
4419       compare: 4
4420       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4421     - title: "2001.0-4 vs 2001.0-2"
4422       reference: 1
4423       compare: 2
4424       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4425     - title: "2005.0-4 vs 2001.0-4"
4426       reference: 2
4427       compare: 4
4428       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4429   legend:
4430     - ''
4431     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4432     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4434     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4435     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4436     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4437
4438 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4439 - type: "table"
4440   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4441   algorithm: "table_comparison"
4442   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4444   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4445   columns:
4446     - title: "2001.0-2"
4447       data-set: "vpp-performance-changes-2n-clx-ref"
4448     - title: "2001.0-4"
4449       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4450     - title: "2005.0-3"
4451       data-set: "vpp-performance-changes-2n-clx-cmp"
4452     - title: "2005.0-4"
4453       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4454   comparisons:
4455     - title: "2005.0-4 vs 2005.0-3"
4456       reference: 3
4457       compare: 4
4458       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4459     - title: "2001.0-4 vs 2001.0-2"
4460       reference: 1
4461       compare: 2
4462       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4463     - title: "2005.0-4 vs 2001.0-4"
4464       reference: 2
4465       compare: 4
4466       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4467   legend:
4468     - ''
4469     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4470     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4471     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4472     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4473     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4474     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4475
4476 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4477 #- type: "table"
4478 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4479 #  algorithm: "table_comparison"
4480 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4482 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4483 #  columns:
4484 #    - title: "2001.0-2"
4485 #      data-set: "vpp-performance-changes-2n-clx-ref"
4486 #    - title: "2005.0-3"
4487 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4488 #  comparisons:
4489 #    - title: "Diff"
4490 #      reference: 1
4491 #      compare: 2
4492 #  legend:
4493 #    - ''
4494 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4495 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4496 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4497 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4498 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4499 #
4500 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4501 #- type: "table"
4502 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4503 #  algorithm: "table_comparison"
4504 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4505 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4506 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4507 #  columns:
4508 #    - title: "2001.0-2"
4509 #      data-set: "vpp-performance-changes-2n-clx-ref"
4510 #    - title: "2005.0-3"
4511 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4512 #  comparisons:
4513 #    - title: "Diff"
4514 #      reference: 1
4515 #      compare: 2
4516 #  legend:
4517 #    - ''
4518 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4519 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4520 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4521 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4522 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4523 #
4524 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4525 #- type: "table"
4526 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4527 #  algorithm: "table_comparison"
4528 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4530 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4531 #  columns:
4532 #    - title: "2001.0-2"
4533 #      data-set: "vpp-performance-changes-2n-clx-ref"
4534 #    - title: "2005.0-3"
4535 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4536 #  comparisons:
4537 #    - title: "Diff"
4538 #      reference: 1
4539 #      compare: 2
4540 #  legend:
4541 #    - ''
4542 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4543 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4544 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4545 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4546 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4547 #
4548 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4549 #- type: "table"
4550 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4551 #  algorithm: "table_comparison"
4552 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4554 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4555 #  columns:
4556 #    - title: "2001.0-2"
4557 #      data-set: "vpp-performance-changes-2n-clx-ref"
4558 #    - title: "2005.0-3"
4559 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4560 #  comparisons:
4561 #    - title: "Diff"
4562 #      reference: 1
4563 #      compare: 2
4564 #  legend:
4565 #    - ''
4566 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4567 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4568 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4569 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4570 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4571
4572 # VPP Performance Changes 2n-dnv 1t1c pdr
4573 - type: "table"
4574   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4575   algorithm: "table_comparison"
4576   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4578   filter: "'1T1C'"
4579   columns:
4580     - title: "1908.1-2"
4581       data-set: "vpp-performance-changes-2n-dnv-h1"
4582     - title: "2001.0-2"
4583       data-set: "vpp-performance-changes-2n-dnv-ref"
4584     - title: "2005.0-3"
4585       data-set: "vpp-performance-changes-2n-dnv-cmp"
4586   comparisons:
4587     - title: "2005.0-3 vs 2001.0-2"
4588       reference: 2
4589       compare: 3
4590   legend:
4591     - ''
4592     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4593     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4594     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4595     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4596
4597 # VPP Performance Changes 2n-dnv 2t2c pdr
4598 - type: "table"
4599   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4603   filter: "'2T2C'"
4604   columns:
4605     - title: "1908.1-2"
4606       data-set: "vpp-performance-changes-2n-dnv-h1"
4607     - title: "2001.0-2"
4608       data-set: "vpp-performance-changes-2n-dnv-ref"
4609     - title: "2005.0-3"
4610       data-set: "vpp-performance-changes-2n-dnv-cmp"
4611   comparisons:
4612     - title: "2005.0-3 vs 2001.0-2"
4613       reference: 2
4614       compare: 3
4615   legend:
4616     - ''
4617     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4618     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4619     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4620     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4621
4622 # VPP Performance Changes 2n-dnv 1t1c ndr
4623 - type: "table"
4624   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4625   algorithm: "table_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4628   filter: "'1T1C'"
4629   columns:
4630     - title: "1908.1-2"
4631       data-set: "vpp-performance-changes-2n-dnv-h1"
4632     - title: "2001.0-2"
4633       data-set: "vpp-performance-changes-2n-dnv-ref"
4634     - title: "2005.0-3"
4635       data-set: "vpp-performance-changes-2n-dnv-cmp"
4636   comparisons:
4637     - title: "2005.0-3 vs 2001.0-2"
4638       reference: 2
4639       compare: 3
4640   legend:
4641     - ''
4642     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4645     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4646
4647 # VPP Performance Changes 2n-dnv 2t2c ndr
4648 - type: "table"
4649   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4650   algorithm: "table_comparison"
4651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4653   filter: "'2T2C'"
4654   columns:
4655     - title: "1908.1-2"
4656       data-set: "vpp-performance-changes-2n-dnv-h1"
4657     - title: "2001.0-2"
4658       data-set: "vpp-performance-changes-2n-dnv-ref"
4659     - title: "2005.0-3"
4660       data-set: "vpp-performance-changes-2n-dnv-cmp"
4661   comparisons:
4662     - title: "2005.0-3 vs 2001.0-2"
4663       reference: 2
4664       compare: 3
4665   legend:
4666     - ''
4667     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4668     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4669     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4670     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4671
4672 # VPP Performance Changes 3n-dnv 1t1c pdr
4673 - type: "table"
4674   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4675   algorithm: "table_comparison"
4676   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4678   filter: "'1T1C'"
4679   columns:
4680     - title: "1908.1-2"
4681       data-set: "vpp-performance-changes-3n-dnv-h1"
4682     - title: "2001.0-2"
4683       data-set: "vpp-performance-changes-3n-dnv-ref"
4684     - title: "2005.0-3"
4685       data-set: "vpp-performance-changes-3n-dnv-cmp"
4686   comparisons:
4687     - title: "2005.0-3 vs 2001.0-2"
4688       reference: 2
4689       compare: 3
4690   legend:
4691     - ''
4692     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4693     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4694     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4695     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4696
4697 # VPP Performance Changes 3n-dnv 2t2c pdr
4698 - type: "table"
4699   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4703   filter: "'2T2C'"
4704   columns:
4705     - title: "1908.1-2"
4706       data-set: "vpp-performance-changes-3n-dnv-h1"
4707     - title: "2001.0-2"
4708       data-set: "vpp-performance-changes-3n-dnv-ref"
4709     - title: "2005.0-3"
4710       data-set: "vpp-performance-changes-3n-dnv-cmp"
4711   comparisons:
4712     - title: "2005.0-3 vs 2001.0-2"
4713       reference: 2
4714       compare: 3
4715   legend:
4716     - ''
4717     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4718     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4719     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4720     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4721
4722 # VPP Performance Changes 3n-dnv 1t1c ndr
4723 - type: "table"
4724   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4725   algorithm: "table_comparison"
4726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4728   filter: "'1T1C'"
4729   columns:
4730     - title: "1908.1-2"
4731       data-set: "vpp-performance-changes-3n-dnv-h1"
4732     - title: "2001.0-2"
4733       data-set: "vpp-performance-changes-3n-dnv-ref"
4734     - title: "2005.0-3"
4735       data-set: "vpp-performance-changes-3n-dnv-cmp"
4736   comparisons:
4737     - title: "2005.0-3 vs 2001.0-2"
4738       reference: 2
4739       compare: 3
4740   legend:
4741     - ''
4742     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4743     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4744     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4745     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4746
4747 # VPP Performance Changes 3n-dnv 2t2c ndr
4748 - type: "table"
4749   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4753   filter: "'2T2C'"
4754   columns:
4755     - title: "1908.1-2"
4756       data-set: "vpp-performance-changes-3n-dnv-h1"
4757     - title: "2001.0-2"
4758       data-set: "vpp-performance-changes-3n-dnv-ref"
4759     - title: "2005.0-3"
4760       data-set: "vpp-performance-changes-3n-dnv-cmp"
4761   comparisons:
4762     - title: "2005.0-3 vs 2001.0-2"
4763       reference: 2
4764       compare: 3
4765   legend:
4766     - ''
4767     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4768     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4769     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4770     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4771
4772 # VPP Performance Changes 3n-tsh 1t1c pdr
4773 - type: "table"
4774   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4775   algorithm: "table_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4778   filter: "'1T1C'"
4779   columns:
4780     - title: "1908.1-2"
4781       data-set: "vpp-performance-changes-3n-tsh-h1"
4782     - title: "2001.0-2"
4783       data-set: "vpp-performance-changes-3n-tsh-ref"
4784     - title: "2001.0-4"
4785       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4786     - title: "2005.0-4"
4787       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4788   comparisons:
4789     - title: "2001.0-4 vs 2001.0-2"
4790       reference: 2
4791       compare: 3
4792       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4793     - title: "2005.0-4 vs 2001.0-4"
4794       reference: 3
4795       compare: 4
4796       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4797   legend:
4798     - ''
4799     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4800     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4801     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4802     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4803     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4804
4805 # VPP Performance Changes 3n-tsh 2t2c pdr
4806 - type: "table"
4807   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4808   algorithm: "table_comparison"
4809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4811   filter: "'2T2C'"
4812   columns:
4813     - title: "1908.1-2"
4814       data-set: "vpp-performance-changes-3n-tsh-h1"
4815     - title: "2001.0-2"
4816       data-set: "vpp-performance-changes-3n-tsh-ref"
4817     - title: "2001.0-4"
4818       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4819     - title: "2005.0-4"
4820       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4821   comparisons:
4822     - title: "2001.0-4 vs 2001.0-2"
4823       reference: 2
4824       compare: 3
4825       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4826     - title: "2005.0-4 vs 2001.0-4"
4827       reference: 3
4828       compare: 4
4829       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4830   legend:
4831     - ''
4832     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4833     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4834     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4835     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4836     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4837
4838 # VPP Performance Changes 3n-tsh 1t1c ndr
4839 - type: "table"
4840   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4841   algorithm: "table_comparison"
4842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4844   filter: "'1T1C'"
4845   columns:
4846     - title: "1908.1-2"
4847       data-set: "vpp-performance-changes-3n-tsh-h1"
4848     - title: "2001.0-2"
4849       data-set: "vpp-performance-changes-3n-tsh-ref"
4850     - title: "2001.0-4"
4851       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4852     - title: "2005.0-4"
4853       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4854   comparisons:
4855     - title: "2001.0-4 vs 2001.0-2"
4856       reference: 2
4857       compare: 3
4858       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4859     - title: "2005.0-4 vs 2001.0-4"
4860       reference: 3
4861       compare: 4
4862       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4863   legend:
4864     - ''
4865     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4866     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4867     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4868     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4869     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4870
4871 # VPP Performance Changes 3n-tsh 2t2c ndr
4872 - type: "table"
4873   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4874   algorithm: "table_comparison"
4875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4877   filter: "'2T2C'"
4878   columns:
4879     - title: "1908.1-2"
4880       data-set: "vpp-performance-changes-3n-tsh-h1"
4881     - title: "2001.0-2"
4882       data-set: "vpp-performance-changes-3n-tsh-ref"
4883     - title: "2001.0-4"
4884       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4885     - title: "2005.0-4"
4886       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4887   comparisons:
4888     - title: "2001.0-4 vs 2001.0-2"
4889       reference: 2
4890       compare: 3
4891       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4892     - title: "2005.0-4 vs 2001.0-4"
4893       reference: 3
4894       compare: 4
4895       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4896   legend:
4897     - ''
4898     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4899     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4900     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4901     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4902     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4903
4904 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4905 - type: "table"
4906   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4907   algorithm: "table_comparison"
4908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4910   filter: "'1T1C'"
4911   columns:
4912     - title: "1908.1-2"
4913       data-set: "vpp-performance-changes-3n-tsh-h1"
4914     - title: "2001.0-2"
4915       data-set: "vpp-performance-changes-3n-tsh-ref"
4916     - title: "2001.0-4"
4917       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4918     - title: "2005.0-3"
4919       data-set: "vpp-performance-changes-3n-tsh-cmp"
4920     - title: "2005.0-4"
4921       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4922   comparisons:
4923     - title: "2005.0-4 vs 2005.0-3"
4924       reference: 4
4925       compare: 5
4926       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4927     - title: "2001.0-4 vs 2001.0-2"
4928       reference: 2
4929       compare: 3
4930       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4931     - title: "2005.0-4 vs 2001.0-4"
4932       reference: 3
4933       compare: 5
4934       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4935   legend:
4936     - ''
4937     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4938     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4939     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4940     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4941     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4942     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4943
4944 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4945 - type: "table"
4946   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4947   algorithm: "table_comparison"
4948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4950   filter: "'2T2C'"
4951   columns:
4952     - title: "1908.1-2"
4953       data-set: "vpp-performance-changes-3n-tsh-h1"
4954     - title: "2001.0-2"
4955       data-set: "vpp-performance-changes-3n-tsh-ref"
4956     - title: "2001.0-4"
4957       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4958     - title: "2005.0-3"
4959       data-set: "vpp-performance-changes-3n-tsh-cmp"
4960     - title: "2005.0-4"
4961       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4962   comparisons:
4963     - title: "2005.0-4 vs 2005.0-3"
4964       reference: 4
4965       compare: 5
4966       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4967     - title: "2001.0-4 vs 2001.0-2"
4968       reference: 2
4969       compare: 3
4970       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4971     - title: "2005.0-4 vs 2001.0-4"
4972       reference: 3
4973       compare: 5
4974       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4975   legend:
4976     - ''
4977     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4978     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4980     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4981     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4982     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4983
4984 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4985 - type: "table"
4986   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4990   filter: "'1T1C'"
4991   columns:
4992     - title: "1908.1-2"
4993       data-set: "vpp-performance-changes-3n-tsh-h1"
4994     - title: "2001.0-2"
4995       data-set: "vpp-performance-changes-3n-tsh-ref"
4996     - title: "2001.0-4"
4997       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4998     - title: "2005.0-3"
4999       data-set: "vpp-performance-changes-3n-tsh-cmp"
5000     - title: "2005.0-4"
5001       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5002   comparisons:
5003     - title: "2005.0-4 vs 2005.0-3"
5004       reference: 4
5005       compare: 5
5006       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5007     - title: "2001.0-4 vs 2001.0-2"
5008       reference: 2
5009       compare: 3
5010       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5011     - title: "2005.0-4 vs 2001.0-4"
5012       reference: 3
5013       compare: 5
5014       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
5015   legend:
5016     - ''
5017     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5018     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5019     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5020     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5021     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5022     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5023
5024 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5025 - type: "table"
5026   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5027   algorithm: "table_comparison"
5028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5030   filter: "'2T2C'"
5031   columns:
5032     - title: "1908.1-2"
5033       data-set: "vpp-performance-changes-3n-tsh-h1"
5034     - title: "2001.0-2"
5035       data-set: "vpp-performance-changes-3n-tsh-ref"
5036     - title: "2001.0-4"
5037       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5038     - title: "2005.0-3"
5039       data-set: "vpp-performance-changes-3n-tsh-cmp"
5040     - title: "2005.0-4"
5041       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5042   comparisons:
5043     - title: "2005.0-4 vs 2005.0-3"
5044       reference: 4
5045       compare: 5
5046       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5047     - title: "2001.0-4 vs 2001.0-2"
5048       reference: 2
5049       compare: 3
5050       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5051     - title: "2005.0-4 vs 2001.0-4"
5052       reference: 3
5053       compare: 5
5054       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
5055   legend:
5056     - ''
5057     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5058     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5059     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5060     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5061     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5062     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5063
5064 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5065 - type: "table"
5066   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5067   algorithm: "table_comparison"
5068   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5071   columns:
5072     - title: "3n-hsw xl710"
5073       data-set: "vpp-compare-testbeds-ref"
5074       tag: "NIC_Intel-XL710"
5075     - title: "3n-skx xxv710"
5076       data-set: "vpp-compare-testbeds-cmp"
5077       tag: "NIC_Intel-XXV710"
5078   comparisons:
5079     - title: "Diff"
5080       reference: 1
5081       compare: 2
5082   legend:
5083     - ""
5084     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5085     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5086
5087 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5088 - type: "table"
5089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5094   columns:
5095     - title: "3n-hsw xl710"
5096       data-set: "vpp-compare-testbeds-ref"
5097       tag: "NIC_Intel-XL710"
5098     - title: "3n-skx xxv710"
5099       data-set: "vpp-compare-testbeds-cmp"
5100       tag: "NIC_Intel-XXV710"
5101   comparisons:
5102     - title: "Diff"
5103       reference: 1
5104       compare: 2
5105   legend:
5106     - ""
5107     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5108     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5109
5110 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5111 - type: "table"
5112   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5113   algorithm: "table_comparison"
5114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5117   columns:
5118     - title: "3n-hsw xl710"
5119       data-set: "vpp-compare-testbeds-ref"
5120       tag: "NIC_Intel-XL710"
5121     - title: "3n-skx xxv710"
5122       data-set: "vpp-compare-testbeds-cmp"
5123       tag: "NIC_Intel-XXV710"
5124   comparisons:
5125     - title: "Diff"
5126       reference: 1
5127       compare: 2
5128   legend:
5129     - ""
5130     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5131     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5132
5133 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5134 - type: "table"
5135   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5136   algorithm: "table_comparison"
5137   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5139   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5140   columns:
5141     - title: "3n-hsw xl710"
5142       data-set: "vpp-compare-testbeds-ref"
5143       tag: "NIC_Intel-XL710"
5144     - title: "3n-skx xxv710"
5145       data-set: "vpp-compare-testbeds-cmp"
5146       tag: "NIC_Intel-XXV710"
5147   comparisons:
5148     - title: "Diff"
5149       reference: 1
5150       compare: 2
5151   legend:
5152     - ""
5153     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5154     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5155
5156 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5157 - type: "table"
5158   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5159   algorithm: "table_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5162   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5163   columns:
5164     - title: "2n-skx"
5165       data-set: "vpp-compare-testbeds-skx-clx-ref"
5166     - title: "2n-clx"
5167       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5168   comparisons:
5169     - title: "Diff"
5170       reference: 1
5171       compare: 2
5172   legend:
5173     - ""
5174     - "2n-skx, 2n-clx - testbeds and NICs tested."
5175     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5176
5177 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5178 - type: "table"
5179   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5183   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5184   columns:
5185     - title: "2n-skx"
5186       data-set: "vpp-compare-testbeds-skx-clx-ref"
5187     - title: "2n-clx"
5188       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5189   comparisons:
5190     - title: "Diff"
5191       reference: 1
5192       compare: 2
5193   legend:
5194     - ""
5195     - "2n-skx, 2n-clx - testbeds and NICs tested."
5196     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5197
5198 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5199 - type: "table"
5200   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5204   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5205   columns:
5206     - title: "2n-skx"
5207       data-set: "vpp-compare-testbeds-skx-clx-ref"
5208     - title: "2n-clx"
5209       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - ""
5216     - "2n-skx, 2n-clx - testbeds and NICs tested."
5217     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5218
5219 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5225   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5226   columns:
5227     - title: "2n-skx"
5228       data-set: "vpp-compare-testbeds-skx-clx-ref"
5229     - title: "2n-clx"
5230       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5231   comparisons:
5232     - title: "Diff"
5233       reference: 1
5234       compare: 2
5235   legend:
5236     - ""
5237     - "2n-skx, 2n-clx - testbeds and NICs tested."
5238     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5239
5240 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5241 - type: "table"
5242   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5243   algorithm: "table_comparison"
5244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5246   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5247   columns:
5248     - title: "3n-hsw xl710"
5249       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5250       tag: "NIC_Intel-XL710"
5251     - title: "2n-clx xxv710"
5252       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5253       tag: "NIC_Intel-XXV710"
5254   comparisons:
5255     - title: "Diff"
5256       reference: 1
5257       compare: 2
5258   legend:
5259     - ""
5260     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5261     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5262
5263 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5264 - type: "table"
5265   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5266   algorithm: "table_comparison"
5267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5269   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5270   columns:
5271     - title: "3n-hsw xl710"
5272       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5273       tag: "NIC_Intel-XL710"
5274     - title: "2n-clx xxv710"
5275       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5276       tag: "NIC_Intel-XXV710"
5277   comparisons:
5278     - title: "Diff"
5279       reference: 1
5280       compare: 2
5281   legend:
5282     - ""
5283     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5284     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5285
5286 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5287 - type: "table"
5288   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5289   algorithm: "table_comparison"
5290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5292   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5293   columns:
5294     - title: "3n-hsw xl710"
5295       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5296       tag: "NIC_Intel-XL710"
5297     - title: "2n-clx xxv710"
5298       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5299       tag: "NIC_Intel-XXV710"
5300   comparisons:
5301     - title: "Diff"
5302       reference: 1
5303       compare: 2
5304   legend:
5305     - ""
5306     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5307     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5308
5309 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5310 - type: "table"
5311   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5312   algorithm: "table_comparison"
5313   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5315   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5316   columns:
5317     - title: "3n-hsw xl710"
5318       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5319       tag: "NIC_Intel-XL710"
5320     - title: "2n-clx xxv710"
5321       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5322       tag: "NIC_Intel-XXV710"
5323   comparisons:
5324     - title: "Diff"
5325       reference: 1
5326       compare: 2
5327   legend:
5328     - ""
5329     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5330     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5331
5332 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5333 - type: "table"
5334   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5338   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5339   columns:
5340     - title: "3n-skx"
5341       data-set: "vpp-compare-topologies-ref"
5342     - title: "2n-skx"
5343       data-set: "vpp-compare-topologies-cmp"
5344   comparisons:
5345     - title: "Diff"
5346       reference: 1
5347       compare: 2
5348   legend:
5349     - ""
5350     - "3n-skx, 2n-skx - topologies tested."
5351     - "Diff - difference between 3n-skx and 2n-skx topologies."
5352
5353 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5354 - type: "table"
5355   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5356   algorithm: "table_comparison"
5357   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5359   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5360   columns:
5361     - title: "3n-skx"
5362       data-set: "vpp-compare-topologies-ref"
5363     - title: "2n-skx"
5364       data-set: "vpp-compare-topologies-cmp"
5365   comparisons:
5366     - title: "Diff"
5367       reference: 1
5368       compare: 2
5369   legend:
5370     - ""
5371     - "3n-skx, 2n-skx - topologies tested."
5372     - "Diff - difference between 3n-skx and 2n-skx topologies."
5373
5374 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5375 - type: "table"
5376   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5377   algorithm: "table_comparison"
5378   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5380   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5381   columns:
5382     - title: "3n-skx"
5383       data-set: "vpp-compare-topologies-ref"
5384     - title: "2n-skx"
5385       data-set: "vpp-compare-topologies-cmp"
5386   comparisons:
5387     - title: "Diff"
5388       reference: 1
5389       compare: 2
5390   legend:
5391     - ""
5392     - "3n-skx, 2n-skx - topologies tested."
5393     - "Diff - difference between 3n-skx and 2n-skx topologies."
5394
5395 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5396 - type: "table"
5397   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5398   algorithm: "table_comparison"
5399   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5401   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5402   columns:
5403     - title: "3n-skx"
5404       data-set: "vpp-compare-topologies-ref"
5405     - title: "2n-skx"
5406       data-set: "vpp-compare-topologies-cmp"
5407   comparisons:
5408     - title: "Diff"
5409       reference: 1
5410       compare: 2
5411   legend:
5412     - ""
5413     - "3n-skx, 2n-skx - topologies tested."
5414     - "Diff - difference between 3n-skx and 2n-skx topologies."
5415
5416 # VPP Performance Changes 3n-hsw 1t1c mrr
5417 - type: "table"
5418   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5419   algorithm: "table_comparison"
5420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5422   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5423   columns:
5424     - title: "1908.1-2"
5425       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5426     - title: "2001.0-2"
5427       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5428     - title: "2005.0-3"
5429       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5430     - title: "2005.0-4"
5431       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5432   comparisons:
5433     - title: "2005.0-4 vs 2005.0-3"
5434       reference: 3
5435       compare: 4
5436       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5437     - title: "2005.0-4 vs 2001.0-2"
5438       reference: 2
5439       compare: 4
5440       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5441   legend:
5442     - ''
5443     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5444     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5445     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5446     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5447     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5448
5449 # VPP Performance Changes 3n-hsw 2t2c mrr
5450 - type: "table"
5451   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5452   algorithm: "table_comparison"
5453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5454   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5455   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5456   columns:
5457     - title: "1908.1-2"
5458       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5459     - title: "2001.0-2"
5460       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5461     - title: "2005.0-3"
5462       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5463     - title: "2005.0-4"
5464       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5465   comparisons:
5466     - title: "2005.0-4 vs 2005.0-3"
5467       reference: 3
5468       compare: 4
5469       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5470     - title: "2005.0-4 vs 2001.0-2"
5471       reference: 2
5472       compare: 4
5473       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5474   legend:
5475     - ''
5476     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5477     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5478     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5479     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5480     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5481
5482 # VPP Performance Changes 3n-hsw 4t4c mrr
5483 - type: "table"
5484   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5485   algorithm: "table_comparison"
5486   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5488   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5489   columns:
5490     - title: "1908.1-2"
5491       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5492     - title: "2001.0-2"
5493       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5494     - title: "2005.0-3"
5495       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5496     - title: "2005.0-4"
5497       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5498   comparisons:
5499     - title: "2005.0-4 vs 2005.0-3"
5500       reference: 3
5501       compare: 4
5502       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5503     - title: "2005.0-4 vs 2001.0-2"
5504       reference: 2
5505       compare: 4
5506       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5507   legend:
5508     - ''
5509     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5510     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5511     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5512     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5513     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5514
5515 # VPP Performance Changes 3n-skx 2t1c mrr
5516 - type: "table"
5517   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5521   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5522   columns:
5523     - title: "2001.0-2"
5524       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5525     - title: "2005.0-3"
5526       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5527     - title: "2005.0-4"
5528       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5529   comparisons:
5530     - title: "2005.0-4 vs 2005.0-3"
5531       reference: 2
5532       compare: 3
5533       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5534     - title: "2005.0-4 vs 2001.0-2"
5535       reference: 1
5536       compare: 3
5537       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5538   legend:
5539     - ''
5540     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5541     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5542     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5543     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5544     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5545
5546 # VPP Performance Changes 3n-skx 4t2c mrr
5547 - type: "table"
5548   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5549   algorithm: "table_comparison"
5550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5552   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5553   columns:
5554     - title: "2001.0-2"
5555       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5556     - title: "2005.0-3"
5557       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5558     - title: "2005.0-4"
5559       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5560   comparisons:
5561     - title: "2005.0-4 vs 2005.0-3"
5562       reference: 2
5563       compare: 3
5564       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5565     - title: "2005.0-4 vs 2001.0-2"
5566       reference: 1
5567       compare: 3
5568       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5569   legend:
5570     - ''
5571     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5572     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5574     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5575     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5576
5577 # VPP Performance Changes 3n-skx 8t4c mrr
5578 - type: "table"
5579   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5580   algorithm: "table_comparison"
5581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5583   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5584   columns:
5585     - title: "2001.0-2"
5586       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5587     - title: "2005.0-3"
5588       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5589     - title: "2005.0-4"
5590       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5591   comparisons:
5592     - title: "2005.0-4 vs 2005.0-3"
5593       reference: 2
5594       compare: 3
5595       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5596     - title: "2005.0-4 vs 2001.0-2"
5597       reference: 1
5598       compare: 3
5599       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5600   legend:
5601     - ''
5602     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5603     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5604     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5605     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5606     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5607
5608 # VPP Performance Changes 2n-skx 2t1c mrr
5609 - type: "table"
5610   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5611   algorithm: "table_comparison"
5612   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5614   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5615   columns:
5616     - title: "2001.0-2"
5617       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5618     - title: "2005.0-3"
5619       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5620     - title: "2005.0-4"
5621       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5622   comparisons:
5623     - title: "2005.0-4 vs 2005.0-3"
5624       reference: 2
5625       compare: 3
5626       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5627     - title: "2005.0-4 vs 2001.0-2"
5628       reference: 1
5629       compare: 3
5630       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5631   legend:
5632     - ''
5633     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5634     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5635     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5636     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5637     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5638
5639 # VPP Performance Changes 2n-skx 4t2c mrr
5640 - type: "table"
5641   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5642   algorithm: "table_comparison"
5643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5645   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5646   columns:
5647     - title: "2001.0-2"
5648       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5649     - title: "2005.0-3"
5650       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5651     - title: "2005.0-4"
5652       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5653   comparisons:
5654     - title: "2005.0-4 vs 2005.0-3"
5655       reference: 2
5656       compare: 3
5657       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5658     - title: "2005.0-4 vs 2001.0-2"
5659       reference: 1
5660       compare: 3
5661       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5662   legend:
5663     - ''
5664     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5665     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5666     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5667     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5668     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5669
5670 # VPP Performance Changes 2n-skx 8t4c mrr
5671 - type: "table"
5672   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5673   algorithm: "table_comparison"
5674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5676   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5677   columns:
5678     - title: "2001.0-2"
5679       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5680     - title: "2005.0-3"
5681       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5682     - title: "2005.0-4"
5683       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5684   comparisons:
5685     - title: "2005.0-4 vs 2005.0-3"
5686       reference: 2
5687       compare: 3
5688       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5689     - title: "2005.0-4 vs 2001.0-2"
5690       reference: 1
5691       compare: 3
5692       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5693   legend:
5694     - ''
5695     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5696     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5697     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5698     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5699     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5700
5701 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5702 - type: "table"
5703   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5704   algorithm: "table_comparison"
5705   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5707   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5708   columns:
5709     - title: "2001.0-2"
5710       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5711     - title: "2005.0-3"
5712       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5713     - title: "2005.0-4"
5714       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5715   comparisons:
5716     - title: "2005.0-4 vs 2005.0-3"
5717       reference: 2
5718       compare: 3
5719       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5720     - title: "2005.0-4 vs 2001.0-2"
5721       reference: 1
5722       compare: 3
5723       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5724   legend:
5725     - ''
5726     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5727     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5728     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5729     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5730     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5731
5732 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5733 - type: "table"
5734   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5735   algorithm: "table_comparison"
5736   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5738   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5739   columns:
5740     - title: "2001.0-2"
5741       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5742     - title: "2005.0-3"
5743       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5744     - title: "2005.0-4"
5745       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5746   comparisons:
5747     - title: "2005.0-4 vs 2005.0-3"
5748       reference: 2
5749       compare: 3
5750       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5751     - title: "2005.0-4 vs 2001.0-2"
5752       reference: 1
5753       compare: 3
5754       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5755   legend:
5756     - ''
5757     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5758     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5759     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5760     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5761     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5762
5763 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5764 - type: "table"
5765   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5766   algorithm: "table_comparison"
5767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5769   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5770   columns:
5771     - title: "2001.0-2"
5772       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5773     - title: "2005.0-3"
5774       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5775     - title: "2005.0-4"
5776       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5777   comparisons:
5778     - title: "2005.0-4 vs 2005.0-3"
5779       reference: 2
5780       compare: 3
5781       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5782     - title: "2005.0-4 vs 2001.0-2"
5783       reference: 1
5784       compare: 3
5785       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5786   legend:
5787     - ''
5788     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5789     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5790     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5791     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5792     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5793
5794 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5795 #- type: "table"
5796 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5797 #  algorithm: "table_comparison"
5798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5800 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5801 #  columns:
5802 #    - title: "2001"
5803 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5804 #    - title: "2005"
5805 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5806 #  comparisons:
5807 #    - title: "Diff"
5808 #      reference: 1
5809 #      compare: 2
5810 #  legend:
5811 #    - ""
5812 #    - "2001, 2005 - VPP versions tested."
5813 #    - "Diff - difference between 2001 and 2005 VPP version."
5814 #
5815 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5816 #- type: "table"
5817 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5818 #  algorithm: "table_comparison"
5819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5821 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5822 #  columns:
5823 #    - title: "2001"
5824 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5825 #    - title: "2005"
5826 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5827 #  comparisons:
5828 #    - title: "Diff"
5829 #      reference: 1
5830 #      compare: 2
5831 #  legend:
5832 #    - ""
5833 #    - "2001, 2005 - VPP versions tested."
5834 #    - "Diff - difference between 2001 and 2005 VPP version."
5835 #
5836 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5837 #- type: "table"
5838 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5839 #  algorithm: "table_comparison"
5840 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5842 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5843 #  columns:
5844 #    - title: "2001"
5845 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5846 #    - title: "2005"
5847 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5848 #  comparisons:
5849 #    - title: "Diff"
5850 #      reference: 1
5851 #      compare: 2
5852 #  legend:
5853 #    - ""
5854 #    - "2001, 2005 - VPP versions tested."
5855 #    - "Diff - difference between 2001 and 2005 VPP version."
5856
5857 # VPP Performance Changes 2n-dnv 1t1c mrr
5858 - type: "table"
5859   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5860   algorithm: "table_comparison"
5861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5863   filter: "'1T1C'"
5864   columns:
5865     - title: "1908.1-2"
5866       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5867     - title: "2001.0-2"
5868       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5869     - title: "2005.0-3"
5870       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5871   comparisons:
5872     - title: "2005.0-3 vs 2001.0-2"
5873       reference: 2
5874       compare: 3
5875   legend:
5876     - ''
5877     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5878     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5879     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5880     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5881
5882 # VPP Performance Changes 2n-dnv 2t2c mrr
5883 - type: "table"
5884   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5885   algorithm: "table_comparison"
5886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5888   filter: "'2T2C'"
5889   columns:
5890     - title: "1908.1-2"
5891       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5892     - title: "2001.0-2"
5893       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5894     - title: "2005.0-3"
5895       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5896   comparisons:
5897     - title: "2005.0-3 vs 2001.0-2"
5898       reference: 2
5899       compare: 3
5900   legend:
5901     - ''
5902     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5903     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5904     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5905     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5906
5907 # VPP Performance Changes 2n-dnv 4t4c mrr
5908 - type: "table"
5909   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5910   algorithm: "table_comparison"
5911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5913   filter: "'4T4C'"
5914   columns:
5915     - title: "1908.1-2"
5916       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5917     - title: "2001.0-2"
5918       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5919     - title: "2005.0-3"
5920       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5921   comparisons:
5922     - title: "2005.0-3 vs 2001.0-2"
5923       reference: 2
5924       compare: 3
5925   legend:
5926     - ''
5927     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5928     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5929     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5930     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5931
5932 # VPP Performance Changes 3n-dnv 1t1c mrr
5933 - type: "table"
5934   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5938   filter: "'1T1C'"
5939   columns:
5940     - title: "1908.1-2"
5941       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5942     - title: "2001.0-2"
5943       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5944     - title: "2005.0-3"
5945       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5946   comparisons:
5947     - title: "2005.0-3 vs 2001.0-2"
5948       reference: 2
5949       compare: 3
5950   legend:
5951     - ''
5952     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5953     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5954     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5955     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5956
5957 # VPP Performance Changes 3n-dnv 2t2c mrr
5958 - type: "table"
5959   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5963   filter: "'2T2C'"
5964   columns:
5965     - title: "1908.1-2"
5966       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5967     - title: "2001.0-2"
5968       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5969     - title: "2005.0-3"
5970       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5971   comparisons:
5972     - title: "2005.0-3 vs 2001.0-2"
5973       reference: 2
5974       compare: 3
5975   legend:
5976     - ''
5977     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5978     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5980     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5981
5982 # VPP Performance Changes 3n-dnv 4t4c mrr
5983 - type: "table"
5984   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5985   algorithm: "table_comparison"
5986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5988   filter: "'4T4C'"
5989   columns:
5990     - title: "1908.1-2"
5991       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5992     - title: "2001.0-2"
5993       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5994     - title: "2005.0-3"
5995       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5996   comparisons:
5997     - title: "2005.0-3 vs 2001.0-2"
5998       reference: 2
5999       compare: 3
6000   legend:
6001     - ''
6002     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6003     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6004     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6005     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
6006
6007 # VPP Performance Changes 3n-tsh 1t1c mrr
6008 - type: "table"
6009   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6010   algorithm: "table_comparison"
6011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6013   filter: "'1T1C'"
6014   columns:
6015     - title: "1908.1-2"
6016       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6017     - title: "2001.0-2"
6018       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6019     - title: "2005.0-3"
6020       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6021     - title: "2005.0-4"
6022       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6023   comparisons:
6024     - title: "2005.0-4 vs 2005.0-3"
6025       reference: 3
6026       compare: 4
6027       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
6028     - title: "2005.0-4 vs 2001.0-2"
6029       reference: 2
6030       compare: 4
6031       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
6032   legend:
6033     - ''
6034     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6035     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6036     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6037     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6038     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6039
6040 # VPP Performance Changes 3n-tsh 2t2c mrr
6041 - type: "table"
6042   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6043   algorithm: "table_comparison"
6044   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6046   filter: "'2T2C'"
6047   columns:
6048     - title: "1908.1-2"
6049       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6050     - title: "2001.0-2"
6051       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6052     - title: "2005.0-3"
6053       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6054     - title: "2005.0-4"
6055       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6056   comparisons:
6057     - title: "2005.0-4 vs 2005.0-3"
6058       reference: 3
6059       compare: 4
6060       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
6061     - title: "2005.0-4 vs 2001.0-2"
6062       reference: 2
6063       compare: 4
6064       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
6065   legend:
6066     - ''
6067     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6068     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6069     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6070     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6071     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6072
6073 # VPP Performance Changes 3n-tsh 4t4c mrr
6074 - type: "table"
6075   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6076   algorithm: "table_comparison"
6077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6079   filter: "'4T4C'"
6080   columns:
6081     - title: "1908.1-2"
6082       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6083     - title: "2001.0-2"
6084       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6085     - title: "2005.0-3"
6086       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6087     - title: "2005.0-4"
6088       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6089   comparisons:
6090     - title: "2005.0-4 vs 2005.0-3"
6091       reference: 3
6092       compare: 4
6093       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6094     - title: "2005.0-4 vs 2001.0-2"
6095       reference: 2
6096       compare: 4
6097       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6098   legend:
6099     - ''
6100     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6101     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6102     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6103     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6104     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6105
6106 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6107 - type: "table"
6108   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6112   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6113   columns:
6114     - title: "3n-hsw xl710"
6115       data-set: "vpp-compare-testbeds-mrr-ref"
6116       tag: "NIC_Intel-XL710"
6117     - title: "3n-skx xxv710"
6118       data-set: "vpp-compare-testbeds-mrr-cmp"
6119       tag: "NIC_Intel-XXV710"
6120   comparisons:
6121     - title: "Diff"
6122       reference: 1
6123       compare: 2
6124   legend:
6125     - ""
6126     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6127     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6128
6129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6130 - type: "table"
6131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6136   columns:
6137     - title: "3n-hsw xl710"
6138       data-set: "vpp-compare-testbeds-mrr-ref"
6139       tag: "NIC_Intel-XL710"
6140     - title: "3n-skx xxv710"
6141       data-set: "vpp-compare-testbeds-mrr-cmp"
6142       tag: "NIC_Intel-XXV710"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 1
6146       compare: 2
6147   legend:
6148     - ""
6149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6151
6152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6153 - type: "table"
6154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6155   algorithm: "table_comparison"
6156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6158   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6159   columns:
6160     - title: "3n-hsw xl710"
6161       data-set: "vpp-compare-testbeds-mrr-ref"
6162       tag: "NIC_Intel-XL710"
6163     - title: "3n-skx xxv710"
6164       data-set: "vpp-compare-testbeds-mrr-cmp"
6165       tag: "NIC_Intel-XXV710"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 1
6169       compare: 2
6170   legend:
6171     - ""
6172     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6173     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6174
6175 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6176 - type: "table"
6177   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6181   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "2n-skx"
6184       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6185     - title: "2n-clx"
6186       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6187   comparisons:
6188     - title: "Diff"
6189       reference: 1
6190       compare: 2
6191   legend:
6192     - ""
6193     - "2n-skx, 2n-clx - testbeds and NICs tested."
6194     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6195
6196 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6197 - type: "table"
6198   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6199   algorithm: "table_comparison"
6200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6202   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6203   columns:
6204     - title: "2n-skx"
6205       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6206     - title: "2n-clx"
6207       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6208   comparisons:
6209     - title: "Diff"
6210       reference: 1
6211       compare: 2
6212   legend:
6213     - ""
6214     - "2n-skx, 2n-clx - testbeds and NICs tested."
6215     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6216
6217 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6218 - type: "table"
6219   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6220   algorithm: "table_comparison"
6221   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6223   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6224   columns:
6225     - title: "2n-skx"
6226       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6227     - title: "2n-clx"
6228       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6229   comparisons:
6230     - title: "Diff"
6231       reference: 1
6232       compare: 2
6233   legend:
6234     - ""
6235     - "2n-skx, 2n-clx - testbeds and NICs tested."
6236     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6237
6238 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6239 - type: "table"
6240   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6241   algorithm: "table_comparison"
6242   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6244   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6245   columns:
6246     - title: "3n-skx"
6247       data-set: "vpp-compare-topologies-mrr-ref"
6248     - title: "2n-skx"
6249       data-set: "vpp-compare-topologies-mrr-cmp"
6250   comparisons:
6251     - title: "Diff"
6252       reference: 1
6253       compare: 2
6254   legend:
6255     - ""
6256     - "3n-skx, 2n-skx - topologies tested."
6257     - "Diff - difference between 3n-skx and 2n-skx topologies."
6258
6259 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6260 - type: "table"
6261   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6262   algorithm: "table_comparison"
6263   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6265   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6266   columns:
6267     - title: "3n-skx"
6268       data-set: "vpp-compare-topologies-mrr-ref"
6269     - title: "2n-skx"
6270       data-set: "vpp-compare-topologies-mrr-cmp"
6271   comparisons:
6272     - title: "Diff"
6273       reference: 1
6274       compare: 2
6275   legend:
6276     - ""
6277     - "3n-skx, 2n-skx - topologies tested."
6278     - "Diff - difference between 3n-skx and 2n-skx topologies."
6279
6280 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6281 - type: "table"
6282   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6283   algorithm: "table_comparison"
6284   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6286   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6287   columns:
6288     - title: "3n-skx"
6289       data-set: "vpp-compare-topologies-mrr-ref"
6290     - title: "2n-skx"
6291       data-set: "vpp-compare-topologies-mrr-cmp"
6292   comparisons:
6293     - title: "Diff"
6294       reference: 1
6295       compare: 2
6296   legend:
6297     - ""
6298     - "3n-skx, 2n-skx - topologies tested."
6299     - "Diff - difference between 3n-skx and 2n-skx topologies."
6300
6301 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6302 - type: "table"
6303   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6304   algorithm: "table_comparison"
6305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6307   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6308   columns:
6309     - title: "3n-hsw xl710"
6310       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6311       tag: "NIC_Intel-XL710"
6312     - title: "2n-clx xxv710"
6313       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6314       tag: "NIC_Intel-XXV710"
6315   comparisons:
6316     - title: "Diff"
6317       reference: 1
6318       compare: 2
6319   legend:
6320     - ""
6321     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6322     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6323
6324 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6325 - type: "table"
6326   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6327   algorithm: "table_comparison"
6328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6330   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6331   columns:
6332     - title: "3n-hsw xl710"
6333       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6334       tag: "NIC_Intel-XL710"
6335     - title: "2n-clx xxv710"
6336       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6337       tag: "NIC_Intel-XXV710"
6338   comparisons:
6339     - title: "Diff"
6340       reference: 1
6341       compare: 2
6342   legend:
6343     - ""
6344     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6345     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6346
6347 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6348 - type: "table"
6349   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6350   algorithm: "table_comparison"
6351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6353   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6354   columns:
6355     - title: "3n-hsw xl710"
6356       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6357       tag: "NIC_Intel-XL710"
6358     - title: "2n-clx xxv710"
6359       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6360       tag: "NIC_Intel-XXV710"
6361   comparisons:
6362     - title: "Diff"
6363       reference: 1
6364       compare: 2
6365   legend:
6366     - ""
6367     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6368     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6369
6370 # Detailed Test Results - VPP Performance Results 3n-hsw
6371 - type: "table"
6372   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6373   algorithm: "table_merged_details"
6374   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6375   columns:
6376     - title: " |prein| Test Name |preout| "
6377       data: "data name"
6378     - 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| "
6379       data: "data msg"
6380   data: "vpp-perf-results-3n-hsw"
6381   filter: "all"
6382   parameters:
6383   - "name"
6384   - "parent"
6385   - "msg"
6386
6387 # Detailed Test Results - VPP Performance Results 3n-skx
6388 - type: "table"
6389   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6390   algorithm: "table_merged_details"
6391   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6392   columns:
6393     - title: " |prein| Test Name |preout| "
6394       data: "data name"
6395     - 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| "
6396       data: "data msg"
6397   data: "vpp-perf-results-3n-skx"
6398   filter: "all"
6399   remove-ndr: False
6400   parameters:
6401   - "name"
6402   - "parent"
6403   - "msg"
6404
6405 # Detailed Test Results - VPP Performance Results 2n-skx
6406 - type: "table"
6407   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6408   algorithm: "table_merged_details"
6409   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6410   columns:
6411     - title: " |prein| Test Name |preout| "
6412       data: "data name"
6413     - 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| "
6414       data: "data msg"
6415   data: "vpp-perf-results-2n-skx"
6416   filter: "all"
6417   remove-ndr: False
6418   parameters:
6419   - "name"
6420   - "parent"
6421   - "msg"
6422
6423 # Detailed Test Results - VPP Performance Results 2n-clx
6424 - type: "table"
6425   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6426   algorithm: "table_merged_details"
6427   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6428   columns:
6429     - title: " |prein| Test Name |preout| "
6430       data: "data name"
6431     - 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| "
6432       data: "data msg"
6433   data: "vpp-perf-results-2n-clx"
6434   filter: "all"
6435   parameters:
6436   - "name"
6437   - "parent"
6438   - "msg"
6439
6440 # Detailed Test Results - VPP Performance Results 3n-tsh
6441 - type: "table"
6442   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6443   algorithm: "table_merged_details"
6444   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6445   columns:
6446     - title: " |prein| Test Name |preout| "
6447       data: "data name"
6448     - 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| "
6449       data: "data msg"
6450   data: "vpp-perf-results-3n-tsh"
6451   filter: "all"
6452   parameters:
6453   - "name"
6454   - "parent"
6455   - "msg"
6456
6457 # Detailed Test Results - VPP Performance Results 3n-dnv
6458 - type: "table"
6459   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6460   algorithm: "table_merged_details"
6461   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6462   columns:
6463     - title: " |prein| Test Name |preout| "
6464       data: "data name"
6465     - 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| "
6466       data: "data msg"
6467   data: "vpp-perf-results-3n-dnv"
6468   filter: "all"
6469   parameters:
6470   - "name"
6471   - "parent"
6472   - "msg"
6473
6474 # Detailed Test Results - VPP Performance Results 2n-dnv
6475 - type: "table"
6476   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6477   algorithm: "table_merged_details"
6478   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6479   columns:
6480     - title: " |prein| Test Name |preout| "
6481       data: "data name"
6482     - 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| "
6483       data: "data msg"
6484   data: "vpp-perf-results-2n-dnv"
6485   filter: "all"
6486   parameters:
6487   - "name"
6488   - "parent"
6489   - "msg"
6490
6491 # Test configuration - VPP Performance Test Configs 3n-hsw
6492 - type: "table"
6493   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6494   algorithm: "table_merged_details"
6495   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6496   columns:
6497     - title: " |prein| Test Name |preout| "
6498       data: "data name"
6499     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6500       data: "data conf-history"
6501   data: "vpp-perf-results-3n-hsw"
6502   filter: "all"
6503   parameters:
6504   - "parent"
6505   - "name"
6506   - "conf-history"
6507
6508 # Test configuration - VPP Performance Test Configs 3n-skx
6509 - type: "table"
6510   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6511   algorithm: "table_merged_details"
6512   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6513   columns:
6514     - title: " |prein| Test Name |preout| "
6515       data: "data name"
6516     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6517       data: "data conf-history"
6518   data: "vpp-perf-results-3n-skx"
6519   filter: "all"
6520   parameters:
6521   - "parent"
6522   - "name"
6523   - "conf-history"
6524
6525 # Test configuration - VPP Performance Test Configs 2n-skx
6526 - type: "table"
6527   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6528   algorithm: "table_merged_details"
6529   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6530   columns:
6531     - title: " |prein| Test Name |preout| "
6532       data: "data name"
6533     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6534       data: "data conf-history"
6535   data: "vpp-perf-results-2n-skx"
6536   filter: "all"
6537   parameters:
6538   - "parent"
6539   - "name"
6540   - "conf-history"
6541
6542 # Test configuration - VPP Performance Test Configs 2n-clx
6543 - type: "table"
6544   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6545   algorithm: "table_merged_details"
6546   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6547   columns:
6548     - title: " |prein| Test Name |preout| "
6549       data: "data name"
6550     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6551       data: "data conf-history"
6552   data: "vpp-perf-results-2n-clx"
6553   filter: "all"
6554   parameters:
6555   - "parent"
6556   - "name"
6557   - "conf-history"
6558
6559 # Test configuration - VPP Performance Test Configs 3n-tsh
6560 - type: "table"
6561   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6562   algorithm: "table_merged_details"
6563   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6564   columns:
6565     - title: " |prein| Test Name |preout| "
6566       data: "data name"
6567     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6568       data: "data conf-history"
6569   data: "vpp-perf-results-3n-tsh"
6570   filter: "all"
6571   parameters:
6572   - "parent"
6573   - "name"
6574   - "conf-history"
6575
6576 # Test configuration - VPP Performance Test Configs 3n-dnv
6577 - type: "table"
6578   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6579   algorithm: "table_merged_details"
6580   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6581   columns:
6582     - title: " |prein| Test Name |preout| "
6583       data: "data name"
6584     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6585       data: "data conf-history"
6586   data: "vpp-perf-results-3n-dnv"
6587   filter: "all"
6588   parameters:
6589   - "parent"
6590   - "name"
6591   - "conf-history"
6592
6593 # Test configuration - VPP Performance Test Configs 2n-dnv
6594 - type: "table"
6595   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6596   algorithm: "table_merged_details"
6597   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6598   columns:
6599     - title: " |prein| Test Name |preout| "
6600       data: "data name"
6601     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6602       data: "data conf-history"
6603   data: "vpp-perf-results-2n-dnv"
6604   filter: "all"
6605   parameters:
6606   - "parent"
6607   - "name"
6608   - "conf-history"
6609
6610 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6611 - type: "table"
6612   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6613   algorithm: "table_oper_data_html"
6614   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6615   data: "vpp-perf-results-3n-hsw"
6616   filter: "all"
6617
6618 # Test Operational Data - VPP Performance Operational Data 3n-skx
6619 - type: "table"
6620   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6621   algorithm: "table_oper_data_html"
6622   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6623   data: "vpp-perf-results-3n-skx"
6624   filter: "all"
6625
6626 # Test Operational Data - VPP Performance Operational Data 2n-skx
6627 - type: "table"
6628   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6629   algorithm: "table_oper_data_html"
6630   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6631   data: "vpp-perf-results-2n-skx"
6632   filter: "all"
6633
6634 # Test Operational Data - VPP Performance Operational Data 2n-clx
6635 - type: "table"
6636   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6637   algorithm: "table_oper_data_html"
6638   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6639   data: "vpp-perf-results-2n-clx"
6640   filter: "all"
6641
6642 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6643 - type: "table"
6644   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6645   algorithm: "table_oper_data_html"
6646   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6647   data: "vpp-perf-results-3n-tsh"
6648   filter: "all"
6649
6650 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6651 - type: "table"
6652   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6653   algorithm: "table_oper_data_html"
6654   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6655   data: "vpp-perf-results-3n-dnv"
6656   filter: "all"
6657
6658 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6659 - type: "table"
6660   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6661   algorithm: "table_oper_data_html"
6662   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6663   data: "vpp-perf-results-2n-dnv"
6664   filter: "all"
6665
6666 # Detailed Test Results - VPP MRR Results 3n-hsw
6667 - type: "table"
6668   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6669   algorithm: "table_merged_details"
6670   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6671   columns:
6672     - title: " |prein| Test Name |preout| "
6673       data: "data name"
6674     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6675       data: "data msg"
6676   data: "vpp-mrr-results-3n-hsw"
6677   filter: "all"
6678   parameters:
6679   - "name"
6680   - "parent"
6681   - "msg"
6682
6683 # Detailed Test Results - VPP MRR Results 3n-skx
6684 - type: "table"
6685   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6686   algorithm: "table_merged_details"
6687   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6688   columns:
6689     - title: " |prein| Test Name |preout| "
6690       data: "data name"
6691     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6692       data: "data msg"
6693   data: "vpp-mrr-results-3n-skx"
6694   filter: "all"
6695   parameters:
6696   - "name"
6697   - "parent"
6698   - "msg"
6699
6700 # Detailed Test Results - VPP MRR Results 2n-skx
6701 - type: "table"
6702   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6703   algorithm: "table_merged_details"
6704   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6705   columns:
6706     - title: " |prein| Test Name |preout| "
6707       data: "data name"
6708     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6709       data: "data msg"
6710   data: "vpp-mrr-results-2n-skx"
6711   filter: "all"
6712   parameters:
6713   - "name"
6714   - "parent"
6715   - "msg"
6716
6717 # Detailed Test Results - VPP MRR Results 2n-clx
6718 - type: "table"
6719   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6720   algorithm: "table_merged_details"
6721   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6722   columns:
6723     - title: " |prein| Test Name |preout| "
6724       data: "data name"
6725     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6726       data: "data msg"
6727   data: "vpp-mrr-results-2n-clx"
6728   filter: "all"
6729   parameters:
6730   - "name"
6731   - "parent"
6732   - "msg"
6733
6734 # Detailed Test Results - VPP MRR Results 3n-tsh
6735 - type: "table"
6736   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6737   algorithm: "table_merged_details"
6738   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6739   columns:
6740     - title: " |prein| Test Name |preout| "
6741       data: "data name"
6742     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6743       data: "data msg"
6744   data: "vpp-mrr-results-3n-tsh"
6745   filter: "all"
6746   parameters:
6747   - "name"
6748   - "parent"
6749   - "msg"
6750
6751 # Detailed Test Results - VPP MRR Results 3n-dnv
6752 - type: "table"
6753   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6754   algorithm: "table_merged_details"
6755   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6756   columns:
6757     - title: " |prein| Test Name |preout| "
6758       data: "data name"
6759     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6760       data: "data msg"
6761   data: "vpp-mrr-results-3n-dnv"
6762   filter: "all"
6763   parameters:
6764   - "name"
6765   - "parent"
6766   - "msg"
6767
6768 # Detailed Test Results - VPP MRR Results 2n-dnv
6769 - type: "table"
6770   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6771   algorithm: "table_merged_details"
6772   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6773   columns:
6774     - title: " |prein| Test Name |preout| "
6775       data: "data name"
6776     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6777       data: "data msg"
6778   data: "vpp-mrr-results-2n-dnv"
6779   filter: "all"
6780   parameters:
6781   - "name"
6782   - "parent"
6783   - "msg"
6784
6785 # Test configuration - VPP MRR Test Configs 3n-hsw
6786 - type: "table"
6787   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6788   algorithm: "table_merged_details"
6789   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6790   columns:
6791     - title: " |prein| Test Name |preout| "
6792       data: "data name"
6793     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6794       data: "data conf-history"
6795   data: "vpp-mrr-results-3n-hsw"
6796   filter: "all"
6797   parameters:
6798   - "parent"
6799   - "name"
6800   - "conf-history"
6801
6802 # Test configuration - VPP MRR Test Configs 3n-skx
6803 - type: "table"
6804   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6805   algorithm: "table_merged_details"
6806   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6807   columns:
6808     - title: " |prein| Test Name |preout| "
6809       data: "data name"
6810     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6811       data: "data conf-history"
6812   data: "vpp-mrr-results-3n-skx"
6813   filter: "all"
6814   parameters:
6815   - "parent"
6816   - "name"
6817   - "conf-history"
6818
6819 # Test configuration - VPP MRR Test Configs 2n-skx
6820 - type: "table"
6821   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6822   algorithm: "table_merged_details"
6823   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6824   columns:
6825     - title: " |prein| Test Name |preout| "
6826       data: "data name"
6827     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6828       data: "data conf-history"
6829   data: "vpp-mrr-results-2n-skx"
6830   filter: "all"
6831   parameters:
6832   - "parent"
6833   - "name"
6834   - "conf-history"
6835
6836 # Test configuration - VPP MRR Test Configs 2n-clx
6837 - type: "table"
6838   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6839   algorithm: "table_merged_details"
6840   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6841   columns:
6842     - title: " |prein| Test Name |preout| "
6843       data: "data name"
6844     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6845       data: "data conf-history"
6846   data: "vpp-mrr-results-2n-clx"
6847   filter: "all"
6848   parameters:
6849   - "parent"
6850   - "name"
6851   - "conf-history"
6852
6853 # Test configuration - VPP MRR Test Configs 3n-tsh
6854 - type: "table"
6855   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6856   algorithm: "table_merged_details"
6857   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6858   columns:
6859     - title: " |prein| Test Name |preout| "
6860       data: "data name"
6861     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6862       data: "data conf-history"
6863   data: "vpp-mrr-results-3n-tsh"
6864   filter: "all"
6865   parameters:
6866   - "parent"
6867   - "name"
6868   - "conf-history"
6869
6870 # Test configuration - VPP MRR Test Configs 3n-dnv
6871 - type: "table"
6872   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6873   algorithm: "table_merged_details"
6874   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6875   columns:
6876     - title: " |prein| Test Name |preout| "
6877       data: "data name"
6878     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6879       data: "data conf-history"
6880   data: "vpp-mrr-results-3n-dnv"
6881   filter: "all"
6882   parameters:
6883   - "parent"
6884   - "name"
6885   - "conf-history"
6886
6887 # Test configuration - VPP MRR Test Configs 2n-dnv
6888 - type: "table"
6889   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6890   algorithm: "table_merged_details"
6891   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6892   columns:
6893     - title: " |prein| Test Name |preout| "
6894       data: "data name"
6895     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6896       data: "data conf-history"
6897   data: "vpp-mrr-results-2n-dnv"
6898   filter: "all"
6899   parameters:
6900   - "parent"
6901   - "name"
6902   - "conf-history"
6903
6904 # Detailed Test Results - VPP Device Results - Ubuntu
6905 - type: "table"
6906   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6907   algorithm: "table_merged_details"
6908   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6909   columns:
6910     - title: " |prein| Test Name |preout| "
6911       data: "data name"
6912     - title: " |prein| Status |preout| "
6913       data: "data status"
6914   data: "vpp-device-results-ubuntu"
6915   filter: "all"
6916   parameters:
6917   - "name"
6918   - "parent"
6919   - "doc"
6920   - "status"
6921
6922 # Test configuration - VPP Device Test Configs - Ubuntu
6923 - type: "table"
6924   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6925   algorithm: "table_merged_details"
6926   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6927   columns:
6928     - title: " |prein| Test Name |preout| "
6929       data: "data name"
6930     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6931       data: "data conf-history"
6932   data: "vpp-device-results-ubuntu"
6933   filter: "all"
6934   parameters:
6935   - "parent"
6936   - "name"
6937   - "conf-history"
6938
6939 ################################################################################
6940
6941 # DPDK Performance Changes 3n-hsw 1t1c pdr
6942 - type: "table"
6943   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6944   algorithm: "table_comparison"
6945   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6947   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6948   columns:
6949     - title: "1908"
6950       data-set: "dpdk-performance-changes-3n-hsw-h1"
6951     - title: "2001"
6952       data-set: "dpdk-performance-changes-3n-hsw-ref"
6953     - title: "2005"
6954       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6955   comparisons:
6956     - title: "Diff"
6957       reference: 2
6958       compare: 3
6959   legend:
6960     - ""
6961     - "1908, 2001, 2005 - DPDK versions tested."
6962     - "Diff - difference between 2001 and 2005 DPDK version."
6963
6964 # DPDK Performance Changes 3n-hsw 2t2c pdr
6965 - type: "table"
6966   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6967   algorithm: "table_comparison"
6968   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6970   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6971   columns:
6972     - title: "1908"
6973       data-set: "dpdk-performance-changes-3n-hsw-h1"
6974     - title: "2001"
6975       data-set: "dpdk-performance-changes-3n-hsw-ref"
6976     - title: "2005"
6977       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6978   comparisons:
6979     - title: "Diff"
6980       reference: 2
6981       compare: 3
6982   legend:
6983     - ""
6984     - "1908, 2001, 2005 - DPDK versions tested."
6985     - "Diff - difference between 2001 and 2005 DPDK version."
6986
6987 # DPDK Performance Changes 3n-hsw 1t1c pdr
6988 - type: "table"
6989   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6990   algorithm: "table_comparison"
6991   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6993   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6994   columns:
6995     - title: "1908"
6996       data-set: "dpdk-performance-changes-3n-hsw-h1"
6997     - title: "2001"
6998       data-set: "dpdk-performance-changes-3n-hsw-ref"
6999     - title: "2005"
7000       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7001   comparisons:
7002     - title: "Diff"
7003       reference: 2
7004       compare: 3
7005   legend:
7006     - ""
7007     - "1908, 2001, 2005 - DPDK versions tested."
7008     - "Diff - difference between 2001 and 2005 DPDK version."
7009
7010 # DPDK Performance Changes 3n-hsw 2t2c ndr
7011 - type: "table"
7012   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7013   algorithm: "table_comparison"
7014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7016   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7017   columns:
7018     - title: "1908"
7019       data-set: "dpdk-performance-changes-3n-hsw-h1"
7020     - title: "2001"
7021       data-set: "dpdk-performance-changes-3n-hsw-ref"
7022     - title: "2005"
7023       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7024   comparisons:
7025     - title: "Diff"
7026       reference: 2
7027       compare: 3
7028   legend:
7029     - ""
7030     - "1908, 2001, 2005 - DPDK versions tested."
7031     - "Diff - difference between 2001 and 2005 DPDK version."
7032
7033 # DPDK Performance Changes 3n-skx 2t1c pdr
7034 - type: "table"
7035   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7036   algorithm: "table_comparison"
7037   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7039   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7040   columns:
7041     - title: "1908"
7042       data-set: "dpdk-performance-changes-3n-skx-h1"
7043     - title: "2001"
7044       data-set: "dpdk-performance-changes-3n-skx-ref"
7045     - title: "2005"
7046       data-set: "dpdk-performance-changes-3n-skx-cmp"
7047   comparisons:
7048     - title: "Diff"
7049       reference: 2
7050       compare: 3
7051   legend:
7052     - ""
7053     - "1908, 2001, 2005 - DPDK versions tested."
7054     - "Diff - difference between 2001 and 2005 DPDK version."
7055
7056 # DPDK Performance Changes 3n-skx 4t2c pdr
7057 - type: "table"
7058   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7059   algorithm: "table_comparison"
7060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7062   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7063   columns:
7064     - title: "1908"
7065       data-set: "dpdk-performance-changes-3n-skx-h1"
7066     - title: "2001"
7067       data-set: "dpdk-performance-changes-3n-skx-ref"
7068     - title: "2005"
7069       data-set: "dpdk-performance-changes-3n-skx-cmp"
7070   comparisons:
7071     - title: "Diff"
7072       reference: 2
7073       compare: 3
7074   legend:
7075     - ""
7076     - "1908, 2001, 2005 - DPDK versions tested."
7077     - "Diff - difference between 2001 and 2005 DPDK version."
7078
7079 # DPDK Performance Changes 3n-skx 2t1c ndr
7080 - type: "table"
7081   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7082   algorithm: "table_comparison"
7083   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7085   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7086   columns:
7087     - title: "1908"
7088       data-set: "dpdk-performance-changes-3n-skx-h1"
7089     - title: "2001"
7090       data-set: "dpdk-performance-changes-3n-skx-ref"
7091     - title: "2005"
7092       data-set: "dpdk-performance-changes-3n-skx-cmp"
7093   comparisons:
7094     - title: "Diff"
7095       reference: 2
7096       compare: 3
7097   legend:
7098     - ""
7099     - "1908, 2001, 2005 - DPDK versions tested."
7100     - "Diff - difference between 2001 and 2005 DPDK version."
7101
7102 # DPDK Performance Changes 3n-skx 4t2c ndr
7103 - type: "table"
7104   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7105   algorithm: "table_comparison"
7106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7108   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7109   columns:
7110     - title: "1908"
7111       data-set: "dpdk-performance-changes-3n-skx-h1"
7112     - title: "2001"
7113       data-set: "dpdk-performance-changes-3n-skx-ref"
7114     - title: "2005"
7115       data-set: "dpdk-performance-changes-3n-skx-cmp"
7116   comparisons:
7117     - title: "Diff"
7118       reference: 2
7119       compare: 3
7120   legend:
7121     - ""
7122     - "1908, 2001, 2005 - DPDK versions tested."
7123     - "Diff - difference between 2001 and 2005 DPDK version."
7124
7125 # DPDK Performance Changes 2n-skx 2t1c pdr
7126 - type: "table"
7127   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7128   algorithm: "table_comparison"
7129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7131   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7132   columns:
7133     - title: "1908"
7134       data-set: "dpdk-performance-changes-2n-skx-h1"
7135     - title: "2001"
7136       data-set: "dpdk-performance-changes-2n-skx-ref"
7137     - title: "2005"
7138       data-set: "dpdk-performance-changes-2n-skx-cmp"
7139   comparisons:
7140     - title: "Diff"
7141       reference: 2
7142       compare: 3
7143   legend:
7144     - ""
7145     - "1908, 2001, 2005 - DPDK versions tested."
7146     - "Diff - difference between 2001 and 2005 DPDK version."
7147
7148 # DPDK Performance Changes 2n-skx 4t2c pdr
7149 - type: "table"
7150   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7151   algorithm: "table_comparison"
7152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7154   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7155   columns:
7156     - title: "1908"
7157       data-set: "dpdk-performance-changes-2n-skx-h1"
7158     - title: "2001"
7159       data-set: "dpdk-performance-changes-2n-skx-ref"
7160     - title: "2005"
7161       data-set: "dpdk-performance-changes-2n-skx-cmp"
7162   comparisons:
7163     - title: "Diff"
7164       reference: 2
7165       compare: 3
7166   legend:
7167     - ""
7168     - "1908, 2001, 2005 - DPDK versions tested."
7169     - "Diff - difference between 2001 and 2005 DPDK version."
7170
7171 # DPDK Performance Changes 2n-skx 2t1c ndr
7172 - type: "table"
7173   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7174   algorithm: "table_comparison"
7175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7177   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7178   columns:
7179     - title: "1908"
7180       data-set: "dpdk-performance-changes-2n-skx-h1"
7181     - title: "2001"
7182       data-set: "dpdk-performance-changes-2n-skx-ref"
7183     - title: "2005"
7184       data-set: "dpdk-performance-changes-2n-skx-cmp"
7185   comparisons:
7186     - title: "Diff"
7187       reference: 2
7188       compare: 3
7189   legend:
7190     - ""
7191     - "1908, 2001, 2005 - DPDK versions tested."
7192     - "Diff - difference between 2001 and 2005 DPDK version."
7193
7194 # DPDK Performance Changes 2n-skx 4t2c ndr
7195 - type: "table"
7196   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7197   algorithm: "table_comparison"
7198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7200   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7201   columns:
7202     - title: "1908"
7203       data-set: "dpdk-performance-changes-2n-skx-h1"
7204     - title: "2001"
7205       data-set: "dpdk-performance-changes-2n-skx-ref"
7206     - title: "2005"
7207       data-set: "dpdk-performance-changes-2n-skx-cmp"
7208   comparisons:
7209     - title: "Diff"
7210       reference: 2
7211       compare: 3
7212   legend:
7213     - ""
7214     - "1908, 2001, 2005 - DPDK versions tested."
7215     - "Diff - difference between 2001 and 2005 DPDK version."
7216
7217 # DPDK Performance Changes 2n-clx 2t1c pdr
7218 - type: "table"
7219   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7220   algorithm: "table_comparison"
7221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7223   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7224   columns:
7225     - title: "2001"
7226       data-set: "dpdk-performance-changes-2n-clx-ref"
7227     - title: "2005"
7228       data-set: "dpdk-performance-changes-2n-clx-cmp"
7229   comparisons:
7230     - title: "Diff"
7231       reference: 1
7232       compare: 2
7233   legend:
7234     - ""
7235     - "2001, 2005 - DPDK versions tested."
7236     - "Diff - difference between 2001 and 2005 DPDK version."
7237
7238 # DPDK Performance Changes 2n-clx 4t2c pdr
7239 - type: "table"
7240   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7241   algorithm: "table_comparison"
7242   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7244   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7245   columns:
7246     - title: "2001"
7247       data-set: "dpdk-performance-changes-2n-clx-ref"
7248     - title: "2005"
7249       data-set: "dpdk-performance-changes-2n-clx-cmp"
7250   comparisons:
7251     - title: "Diff"
7252       reference: 1
7253       compare: 2
7254   legend:
7255     - ""
7256     - "2001, 2005 - DPDK versions tested."
7257     - "Diff - difference between 2001 and 2005 DPDK version."
7258
7259 # DPDK Performance Changes 2n-clx 2t1c ndr
7260 - type: "table"
7261   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7262   algorithm: "table_comparison"
7263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7265   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7266   columns:
7267     - title: "2001"
7268       data-set: "dpdk-performance-changes-2n-clx-ref"
7269     - title: "2005"
7270       data-set: "dpdk-performance-changes-2n-clx-cmp"
7271   comparisons:
7272     - title: "Diff"
7273       reference: 1
7274       compare: 2
7275   legend:
7276     - ""
7277     - "2001, 2005 - DPDK versions tested."
7278     - "Diff - difference between 2001 and 2005 DPDK version."
7279
7280 # DPDK Performance Changes 2n-clx 4t2c ndr
7281 - type: "table"
7282   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7283   algorithm: "table_comparison"
7284   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7286   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7287   columns:
7288     - title: "2001"
7289       data-set: "dpdk-performance-changes-2n-clx-ref"
7290     - title: "2005"
7291       data-set: "dpdk-performance-changes-2n-clx-cmp"
7292   comparisons:
7293     - title: "Diff"
7294       reference: 1
7295       compare: 2
7296   legend:
7297     - ""
7298     - "2001, 2005 - DPDK versions tested."
7299     - "Diff - difference between 2001 and 2005 DPDK version."
7300
7301 # DPDK Performance Changes 2n-dnv 1t1c pdr
7302 - type: "table"
7303   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7304   algorithm: "table_comparison"
7305   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7307   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7308   columns:
7309     - title: "2001"
7310       data-set: "dpdk-performance-changes-2n-dnv-ref"
7311     - title: "2005"
7312       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7313   comparisons:
7314     - title: "Diff"
7315       reference: 1
7316       compare: 2
7317   legend:
7318     - ""
7319     - "2001, 2005 - DPDK versions tested."
7320     - "Diff - difference between 2001 and 2005 DPDK version."
7321
7322 # DPDK Performance Changes 2n-dnv 2t2c pdr
7323 - type: "table"
7324   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7325   algorithm: "table_comparison"
7326   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7328   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7329   columns:
7330     - title: "2001"
7331       data-set: "dpdk-performance-changes-2n-dnv-ref"
7332     - title: "2005"
7333       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7334   comparisons:
7335     - title: "Diff"
7336       reference: 1
7337       compare: 2
7338   legend:
7339     - ""
7340     - "2001, 2005 - DPDK versions tested."
7341     - "Diff - difference between 2001 and 2005 DPDK version."
7342
7343 # DPDK Performance Changes 2n-dnv 1t1c ndr
7344 - type: "table"
7345   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7346   algorithm: "table_comparison"
7347   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7349   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7350   columns:
7351     - title: "2001"
7352       data-set: "dpdk-performance-changes-2n-dnv-ref"
7353     - title: "2005"
7354       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7355   comparisons:
7356     - title: "Diff"
7357       reference: 1
7358       compare: 2
7359   legend:
7360     - ""
7361     - "2001, 2005 - DPDK versions tested."
7362     - "Diff - difference between 2001 and 2005 DPDK version."
7363
7364 # DPDK Performance Changes 2n-dnv 2t2c ndr
7365 - type: "table"
7366   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7367   algorithm: "table_comparison"
7368   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7370   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7371   columns:
7372     - title: "2001"
7373       data-set: "dpdk-performance-changes-2n-dnv-ref"
7374     - title: "2005"
7375       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7376   comparisons:
7377     - title: "Diff"
7378       reference: 1
7379       compare: 2
7380   legend:
7381     - ""
7382     - "2001, 2005 - DPDK versions tested."
7383     - "Diff - difference between 2001 and 2005 DPDK version."
7384
7385 # DPDK Performance Changes 3n-dnv 1t1c pdr
7386 - type: "table"
7387   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7388   algorithm: "table_comparison"
7389   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7391   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7392   columns:
7393     - title: "2001"
7394       data-set: "dpdk-performance-changes-3n-dnv-ref"
7395     - title: "2005"
7396       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7397   comparisons:
7398     - title: "Diff"
7399       reference: 1
7400       compare: 2
7401   legend:
7402     - ""
7403     - "2001, 2005 - DPDK versions tested."
7404     - "Diff - difference between 2001 and 2005 DPDK version."
7405
7406 # DPDK Performance Changes 3n-dnv 2t2c pdr
7407 - type: "table"
7408   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7409   algorithm: "table_comparison"
7410   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7412   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7413   columns:
7414     - title: "2001"
7415       data-set: "dpdk-performance-changes-3n-dnv-ref"
7416     - title: "2005"
7417       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7418   comparisons:
7419     - title: "Diff"
7420       reference: 1
7421       compare: 2
7422   legend:
7423     - ""
7424     - "2001, 2005 - DPDK versions tested."
7425     - "Diff - difference between 2001 and 2005 DPDK version."
7426
7427 # DPDK Performance Changes 3n-dnv 1t1c ndr
7428 - type: "table"
7429   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7430   algorithm: "table_comparison"
7431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7433   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7434   columns:
7435     - title: "2001"
7436       data-set: "dpdk-performance-changes-3n-dnv-ref"
7437     - title: "2005"
7438       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7439   comparisons:
7440     - title: "Diff"
7441       reference: 1
7442       compare: 2
7443   legend:
7444     - ""
7445     - "2001, 2005 - DPDK versions tested."
7446     - "Diff - difference between 2001 and 2005 DPDK version."
7447
7448 # DPDK Performance Changes 3n-dnv 2t2c ndr
7449 - type: "table"
7450   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7451   algorithm: "table_comparison"
7452   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7454   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7455   columns:
7456     - title: "2001"
7457       data-set: "dpdk-performance-changes-3n-dnv-ref"
7458     - title: "2005"
7459       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7460   comparisons:
7461     - title: "Diff"
7462       reference: 1
7463       compare: 2
7464   legend:
7465     - ""
7466     - "2001, 2005 - DPDK versions tested."
7467     - "Diff - difference between 2001 and 2005 DPDK version."
7468
7469 # DPDK Performance Changes 3n-tsh 1t1c pdr
7470 - type: "table"
7471   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7472   algorithm: "table_comparison"
7473   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7475   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7476   columns:
7477     - title: "2001"
7478       data-set: "dpdk-performance-changes-3n-tsh-ref"
7479     - title: "2005"
7480       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7481   comparisons:
7482     - title: "Diff"
7483       reference: 1
7484       compare: 2
7485   legend:
7486     - ""
7487     - "2001, 2005 - DPDK versions tested."
7488     - "Diff - difference between 2001 and 2005 DPDK version."
7489
7490 # DPDK Performance Changes 3n-tsh 2t2c pdr
7491 - type: "table"
7492   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7493   algorithm: "table_comparison"
7494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7496   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7497   columns:
7498     - title: "2001"
7499       data-set: "dpdk-performance-changes-3n-tsh-ref"
7500     - title: "2005"
7501       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7502   comparisons:
7503     - title: "Diff"
7504       reference: 1
7505       compare: 2
7506   legend:
7507     - ""
7508     - "2001, 2005 - DPDK versions tested."
7509     - "Diff - difference between 2001 and 2005 DPDK version."
7510
7511 # DPDK Performance Changes 3n-tsh 1t1c ndr
7512 - type: "table"
7513   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7514   algorithm: "table_comparison"
7515   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7517   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7518   columns:
7519     - title: "2001"
7520       data-set: "dpdk-performance-changes-3n-tsh-ref"
7521     - title: "2005"
7522       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7523   comparisons:
7524     - title: "Diff"
7525       reference: 1
7526       compare: 2
7527   legend:
7528     - ""
7529     - "2001, 2005 - DPDK versions tested."
7530     - "Diff - difference between 2001 and 2005 DPDK version."
7531
7532 # DPDK Performance Changes 3n-tsh 2t2c ndr
7533 - type: "table"
7534   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7535   algorithm: "table_comparison"
7536   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7538   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7539   columns:
7540     - title: "2001"
7541       data-set: "dpdk-performance-changes-3n-tsh-ref"
7542     - title: "2005"
7543       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7544   comparisons:
7545     - title: "Diff"
7546       reference: 1
7547       compare: 2
7548   legend:
7549     - ""
7550     - "2001, 2005 - DPDK versions tested."
7551     - "Diff - difference between 2001 and 2005 DPDK version."
7552
7553 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7554 - type: "table"
7555   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7556   algorithm: "table_comparison"
7557   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7559   filter: "'NIC_Intel-X710'"
7560   columns:
7561     - title: "3n-hsw x710"
7562       data-set: "dpdk-compare-testbeds-ref"
7563     - title: "3n-skx x710"
7564       data-set: "dpdk-compare-testbeds-cmp"
7565   comparisons:
7566     - title: "Diff"
7567       reference: 1
7568       compare: 2
7569   legend:
7570     - ""
7571     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7572     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7573
7574 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7575 - type: "table"
7576   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7577   algorithm: "table_comparison"
7578   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7580   filter: "'NIC_Intel-X710'"
7581   columns:
7582     - title: "3n-hsw x710"
7583       data-set: "dpdk-compare-testbeds-ref"
7584     - title: "3n-skx x710"
7585       data-set: "dpdk-compare-testbeds-cmp"
7586   comparisons:
7587     - title: "Diff"
7588       reference: 1
7589       compare: 2
7590   legend:
7591     - ""
7592     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7593     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7594
7595 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7596 - type: "table"
7597   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7598   algorithm: "table_comparison"
7599   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7601   filter: "'NIC_Intel-XXV710'"
7602   columns:
7603     - title: "2n-skx"
7604       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7605     - title: "2n-clx"
7606       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7607   comparisons:
7608     - title: "Diff"
7609       reference: 1
7610       compare: 2
7611   legend:
7612     - ""
7613     - "2n-skx, 2n-clx - testbeds and NICs tested."
7614     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7615
7616 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7617 - type: "table"
7618   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7619   algorithm: "table_comparison"
7620   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7622   filter: "'NIC_Intel-XXV710'"
7623   columns:
7624     - title: "2n-skx"
7625       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7626     - title: "2n-clx"
7627       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7628   comparisons:
7629     - title: "Diff"
7630       reference: 1
7631       compare: 2
7632   legend:
7633     - ""
7634     - "2n-skx, 2n-clx - testbeds and NICs tested."
7635     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7636
7637 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7638 - type: "table"
7639   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7640   algorithm: "table_comparison"
7641   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7643   filter: "'NIC_Intel-XXV710'"
7644   columns:
7645     - title: "3n-skx"
7646       data-set: "dpdk-compare-topologies-ref"
7647     - title: "2n-skx"
7648       data-set: "dpdk-compare-topologies-cmp"
7649   comparisons:
7650     - title: "Diff"
7651       reference: 1
7652       compare: 2
7653   legend:
7654     - ""
7655     - "3n-skx, 2n-skx - topologies tested."
7656     - "Diff - difference between 3n-skx and 2n-skx topologies."
7657
7658 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7659 - type: "table"
7660   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7661   algorithm: "table_comparison"
7662   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7664   filter: "'NIC_Intel-XXV710'"
7665   columns:
7666     - title: "3n-skx"
7667       data-set: "dpdk-compare-topologies-ref"
7668     - title: "2n-skx"
7669       data-set: "dpdk-compare-topologies-cmp"
7670   comparisons:
7671     - title: "Diff"
7672       reference: 1
7673       compare: 2
7674   legend:
7675     - ""
7676     - "3n-skx, 2n-skx - topologies tested."
7677     - "Diff - difference between 3n-skx and 2n-skx topologies."
7678
7679 # Detailed Test Results - DPDK Performance Results 3n-hsw
7680 - type: "table"
7681   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7682   algorithm: "table_merged_details"
7683   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7684   columns:
7685     - title: " |prein| Test Name |preout| "
7686       data: "data name"
7687     - 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| "
7688       data: "data msg"
7689   data: "dpdk-perf-results-3n-hsw"
7690   filter: "all"
7691   parameters:
7692   - "name"
7693   - "parent"
7694   - "msg"
7695
7696 # Detailed Test Results - DPDK Performance Results 3n-skx
7697 - type: "table"
7698   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7699   algorithm: "table_merged_details"
7700   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7701   columns:
7702     - title: " |prein| Test Name |preout| "
7703       data: "data name"
7704     - 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| "
7705       data: "data msg"
7706   data: "dpdk-perf-results-3n-skx"
7707   filter: "all"
7708   remove-ndr: False
7709   parameters:
7710   - "name"
7711   - "parent"
7712   - "msg"
7713
7714 # Detailed Test Results - DPDK Performance Results 2n-skx
7715 - type: "table"
7716   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7717   algorithm: "table_merged_details"
7718   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7719   columns:
7720     - title: " |prein| Test Name |preout| "
7721       data: "data name"
7722     - 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| "
7723       data: "data msg"
7724   data: "dpdk-perf-results-2n-skx"
7725   filter: "all"
7726   remove-ndr: False
7727   parameters:
7728   - "name"
7729   - "parent"
7730   - "msg"
7731
7732 # Detailed Test Results - DPDK Performance Results 2n-clx
7733 - type: "table"
7734   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7735   algorithm: "table_merged_details"
7736   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7737   columns:
7738     - title: " |prein| Test Name |preout| "
7739       data: "data name"
7740     - 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| "
7741       data: "data msg"
7742   data: "dpdk-perf-results-2n-clx"
7743   filter: "all"
7744   parameters:
7745   - "name"
7746   - "parent"
7747   - "msg"
7748
7749 # Detailed Test Results - DPDK Performance Results 2n-dnv
7750 - type: "table"
7751   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7752   algorithm: "table_merged_details"
7753   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7754   columns:
7755     - title: " |prein| Test Name |preout| "
7756       data: "data name"
7757     - 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| "
7758       data: "data msg"
7759   data: "dpdk-perf-results-2n-dnv"
7760   filter: "all"
7761   parameters:
7762   - "name"
7763   - "parent"
7764   - "msg"
7765
7766 # Detailed Test Results - DPDK Performance Results 3n-dnv
7767 - type: "table"
7768   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7769   algorithm: "table_merged_details"
7770   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7771   columns:
7772     - title: " |prein| Test Name |preout| "
7773       data: "data name"
7774     - 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| "
7775       data: "data msg"
7776   data: "dpdk-perf-results-3n-dnv"
7777   filter: "all"
7778   parameters:
7779   - "name"
7780   - "parent"
7781   - "msg"
7782
7783 # Detailed Test Results - DPDK Performance Results 3n-tsh
7784 - type: "table"
7785   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7786   algorithm: "table_merged_details"
7787   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7788   columns:
7789     - title: " |prein| Test Name |preout| "
7790       data: "data name"
7791     - 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| "
7792       data: "data msg"
7793   data: "dpdk-perf-results-3n-tsh"
7794   filter: "all"
7795   parameters:
7796   - "name"
7797   - "parent"
7798   - "msg"
7799
7800 ################################################################################
7801 ###                                F I L E S                                 ###
7802 ################################################################################
7803
7804 # VPP Performance Results
7805 - type: "file"
7806   title: "VPP Performance Results"
7807   algorithm: "file_details_split"
7808   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7809   dir-tables:
7810     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7811     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7812     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7813     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7814     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7815 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7816 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7817   data:
7818     - "vpp-perf-results-2n-skx"
7819     - "vpp-perf-results-3n-skx"
7820     - "vpp-perf-results-2n-clx"
7821     - "vpp-perf-results-3n-hsw"
7822     - "vpp-perf-results-3n-tsh"
7823 #    - "vpp-perf-results-2n-dnv"
7824 #    - "vpp-perf-results-3n-dnv"
7825   filter: "all"
7826   data-start-level: 4
7827   order-chapters:
7828     level-1:
7829       - "l2"
7830       - "ip4"
7831       - "ip6"
7832       - "srv6"
7833       - "ip4_tunnels"
7834       - "ip6_tunnels"
7835       - "vm_vhost"
7836       - "container_memif"
7837       - "crypto"
7838       - "vts"
7839       - "lb"
7840       - "nfv_density"
7841       - "hoststack"
7842     level-2:
7843       - "2n-skx"
7844       - "3n-skx"
7845       - "2n-clx"
7846       - "3n-hsw"
7847       - "3n-tsh"
7848       - "2n-dnv"
7849       - "3n-dnv"
7850     level-3:
7851       - "xl710"
7852       - "x520"
7853       - "xxv710"
7854       - "x710"
7855       - "x553"
7856       - "cx556a"
7857       - "vic1227"
7858       - "vic1385"
7859
7860 # VPP Performance Configuration
7861 - type: "file"
7862   title: "VPP Performance Configuration"
7863   algorithm: "file_details_split"
7864   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7865   dir-tables:
7866     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7867     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7868     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7869     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7870     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7871 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7872 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7873   data:
7874     - "vpp-perf-results-2n-skx"
7875     - "vpp-perf-results-3n-skx"
7876     - "vpp-perf-results-2n-clx"
7877     - "vpp-perf-results-3n-hsw"
7878     - "vpp-perf-results-3n-tsh"
7879 #    - "vpp-perf-results-2n-dnv"
7880 #    - "vpp-perf-results-3n-dnv"
7881   filter: "all"
7882   data-start-level: 4
7883   order-chapters:
7884     level-1:
7885       - "l2"
7886       - "ip4"
7887       - "ip6"
7888       - "srv6"
7889       - "ip4_tunnels"
7890       - "ip6_tunnels"
7891       - "vm_vhost"
7892       - "container_memif"
7893       - "crypto"
7894       - "vts"
7895       - "lb"
7896       - "nfv_density"
7897       - "hoststack"
7898     level-2:
7899       - "2n-skx"
7900       - "3n-skx"
7901       - "2n-clx"
7902       - "3n-hsw"
7903       - "3n-tsh"
7904       - "2n-dnv"
7905       - "3n-dnv"
7906     level-3:
7907       - "xl710"
7908       - "x520"
7909       - "xxv710"
7910       - "x710"
7911       - "x553"
7912       - "cx556a"
7913       - "vic1227"
7914       - "vic1385"
7915
7916 # VPP Performance Operational
7917 - type: "file"
7918   title: "VPP Performance Operational"
7919   algorithm: "file_details_split_html"
7920   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7921   dir-tables:
7922     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7923     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7924     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7925     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7926     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7927 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7928 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7929   data:
7930     - "vpp-perf-results-2n-skx"
7931     - "vpp-perf-results-3n-skx"
7932     - "vpp-perf-results-2n-clx"
7933     - "vpp-perf-results-3n-hsw"
7934     - "vpp-perf-results-3n-tsh"
7935 #    - "vpp-perf-results-2n-dnv"
7936 #    - "vpp-perf-results-3n-dnv"
7937   filter: "all"
7938   data-start-level: 4
7939   order-chapters:
7940     level-1:
7941       - "l2"
7942       - "ip4"
7943       - "ip6"
7944       - "srv6"
7945       - "ip4_tunnels"
7946       - "ip6_tunnels"
7947       - "vm_vhost"
7948       - "container_memif"
7949       - "crypto"
7950       - "vts"
7951       - "lb"
7952       - "nfv_density"
7953       - "hoststack"
7954     level-2:
7955       - "2n-skx"
7956       - "3n-skx"
7957       - "2n-clx"
7958       - "3n-hsw"
7959       - "3n-tsh"
7960       - "2n-dnv"
7961       - "3n-dnv"
7962     level-3:
7963       - "xl710"
7964       - "x520"
7965       - "xxv710"
7966       - "x710"
7967       - "x553"
7968       - "cx556a"
7969       - "vic1227"
7970       - "vic1385"
7971
7972 # VPP MRR Results
7973 - type: "file"
7974   title: "VPP MRR Results"
7975   algorithm: "file_details_split"
7976   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7977   dir-tables:
7978     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7979     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7980     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7981     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7982     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7983 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7984 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7985   data:
7986     - "vpp-mrr-results-2n-skx"
7987     - "vpp-mrr-results-3n-skx"
7988     - "vpp-mrr-results-2n-clx"
7989     - "vpp-mrr-results-3n-hsw"
7990     - "vpp-mrr-results-3n-tsh"
7991 #    - "vpp-mrr-results-2n-dnv"
7992 #    - "vpp-mrr-results-3n-dnv"
7993   filter: "all"
7994   data-start-level: 4
7995   order-chapters:
7996     level-1:
7997       - "l2"
7998       - "ip4"
7999       - "ip6"
8000       - "srv6"
8001       - "ip4_tunnels"
8002       - "ip6_tunnels"
8003       - "vm_vhost"
8004       - "container_memif"
8005       - "crypto"
8006       - "vts"
8007       - "lb"
8008       - "nfv_density"
8009       - "hoststack"
8010     level-2:
8011       - "2n-skx"
8012       - "3n-skx"
8013       - "2n-clx"
8014       - "3n-hsw"
8015       - "3n-tsh"
8016       - "2n-dnv"
8017       - "3n-dnv"
8018     level-3:
8019       - "xl710"
8020       - "x520"
8021       - "xxv710"
8022       - "x710"
8023       - "x553"
8024       - "cx556a"
8025       - "vic1227"
8026       - "vic1385"
8027
8028 # VPP MRR Configuration
8029 - type: "file"
8030   title: "VPP MRR Configuration"
8031   algorithm: "file_details_split"
8032   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8033   dir-tables:
8034     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8035     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8036     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8037     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8038     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8039     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8040     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8041   data:
8042     - "vpp-mrr-results-2n-skx"
8043     - "vpp-mrr-results-3n-skx"
8044     - "vpp-mrr-results-2n-clx"
8045     - "vpp-mrr-results-3n-hsw"
8046     - "vpp-mrr-results-3n-tsh"
8047 #    - "vpp-mrr-results-2n-dnv"
8048 #    - "vpp-mrr-results-3n-dnv"
8049   filter: "all"
8050   data-start-level: 4
8051   order-chapters:
8052     level-1:
8053       - "l2"
8054       - "ip4"
8055       - "ip6"
8056       - "srv6"
8057       - "ip4_tunnels"
8058       - "ip6_tunnels"
8059       - "vm_vhost"
8060       - "container_memif"
8061       - "crypto"
8062       - "vts"
8063       - "lb"
8064       - "nfv_density"
8065       - "hoststack"
8066     level-2:
8067       - "2n-skx"
8068       - "3n-skx"
8069       - "2n-clx"
8070       - "3n-hsw"
8071       - "3n-tsh"
8072       - "2n-dnv"
8073       - "3n-dnv"
8074     level-3:
8075       - "xl710"
8076       - "x520"
8077       - "xxv710"
8078       - "x710"
8079       - "x553"
8080       - "cx556a"
8081       - "vic1227"
8082       - "vic1385"
8083
8084 # VPP Device Results - Ubuntu
8085 - type: "file"
8086   title: "VPP Device Results - Ubuntu"
8087   algorithm: "file_test_results"
8088   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8089   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8090   data: "vpp-device-results-ubuntu"
8091   filter: "all"
8092   data-start-level: 4
8093
8094 # VPP Device Configuration - Ubuntu
8095 - type: "file"
8096   title: "VPP Device Configuration - Ubuntu"
8097   algorithm: "file_test_results"
8098   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8099   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8100   data: "vpp-device-results-ubuntu"
8101   filter: "all"
8102   data-start-level: 4
8103
8104 # DPDK Performance Results 3n-hsw
8105 - type: "file"
8106   title: "DPDK Performance Results 3n-hsw"
8107   algorithm: "file_test_results"
8108   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8109   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8110   data: "dpdk-perf-results-3n-hsw"
8111   filter: "all"
8112   data-start-level: 4
8113
8114 # DPDK Performance Results 3n-skx
8115 - type: "file"
8116   title: "DPDK Performance Results 3n-skx"
8117   algorithm: "file_test_results"
8118   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8119   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8120   data: "dpdk-perf-results-3n-skx"
8121   filter: "all"
8122   data-start-level: 4
8123
8124 # DPDK Performance Results 2n-skx
8125 - type: "file"
8126   title: "DPDK Performance Results 2n-skx"
8127   algorithm: "file_test_results"
8128   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8129   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8130   data: "dpdk-perf-results-2n-skx"
8131   filter: "all"
8132   data-start-level: 4
8133
8134 # DPDK Performance Results 2n-clx
8135 - type: "file"
8136   title: "DPDK Performance Results 2n-clx"
8137   algorithm: "file_test_results"
8138   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8139   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8140   data: "dpdk-perf-results-2n-clx"
8141   filter: "all"
8142   data-start-level: 4
8143
8144 # DPDK Performance Results 2n-dnv
8145 - type: "file"
8146   title: "DPDK Performance Results 2n-dnv"
8147   algorithm: "file_test_results"
8148   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8149   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8150   data: "dpdk-perf-results-2n-dnv"
8151   filter: "all"
8152   data-start-level: 4
8153
8154 # DPDK Performance Results 3n-dnv
8155 - type: "file"
8156   title: "DPDK Performance Results 3n-dnv"
8157   algorithm: "file_test_results"
8158   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8159   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8160   data: "dpdk-perf-results-3n-dnv"
8161   filter: "all"
8162   data-start-level: 4
8163
8164 # DPDK Performance Results 3n-tsh
8165 - type: "file"
8166   title: "DPDK Performance Results 3n-tsh"
8167   algorithm: "file_test_results"
8168   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8169   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8170   data: "dpdk-perf-results-3n-tsh"
8171   filter: "all"
8172   data-start-level: 4
8173
8174 ################################################################################
8175 ###                                P L O T S                                 ###
8176 ################################################################################
8177
8178 # Hoststack tests 3n-hsw
8179
8180 - type: "plot"
8181   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8182   algorithm: "plot_perf_box_name"
8183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8184   data: "plot-vpp-hoststack-3n-hsw"
8185   include:
8186     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8187     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8188   layout:
8189     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8190     layout: "plot-hoststack"
8191
8192 - type: "plot"
8193   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8194   algorithm: "plot_perf_box_name"
8195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8196   data: "plot-vpp-hoststack-3n-hsw"
8197   include:
8198     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8200   layout:
8201     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8202     layout: "plot-hoststack"
8203
8204 - type: "plot"
8205   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8206   algorithm: "plot_perf_box_name"
8207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8208   data: "plot-vpp-hoststack-3n-hsw"
8209   include:
8210     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8211     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8212     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8213     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8214   layout:
8215     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8216     layout: "plot-hoststack"
8217
8218 ################################################################################
8219
8220 # Soak Test (PLRsearch), boxes - 2n-clx
8221 - type: "plot"
8222   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8223   algorithm: "plot_perf_box_name"
8224   output-file-type: ".html"
8225   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8226   data: "plot-vpp-soak-2n-clx"
8227   include:
8228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8234   layout:
8235     title: "30 Minutes Soak Test (PLRsearch)"
8236     layout: "plot-soak-throughput"
8237
8238 # Soak Test (PLRsearch), boxes - 2n-clx
8239 - type: "plot"
8240   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8241   algorithm: "plot_perf_box_name"
8242   output-file-type: ".html"
8243   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8244   data: "plot-vpp-soak-2n-clx"
8245   include:
8246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8251     - "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"
8252   layout:
8253     title: "30 Minutes Soak Test (PLRsearch)"
8254     layout: "plot-soak-throughput"
8255
8256 # Soak Test (PLRsearch), boxes - 2n-skx
8257 - type: "plot"
8258   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8259   algorithm: "plot_perf_box_name"
8260   output-file-type: ".html"
8261   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8262   data: "plot-vpp-soak-2n-skx"
8263   include:
8264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8270   layout:
8271     title: "30 Minutes Soak Test (PLRsearch)"
8272     layout: "plot-soak-throughput"
8273
8274 # Soak Test (PLRsearch), boxes - 2n-skx
8275 - type: "plot"
8276   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8277   algorithm: "plot_perf_box_name"
8278   output-file-type: ".html"
8279   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8280   data: "plot-vpp-soak-2n-skx"
8281   include:
8282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8287     - "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"
8288   layout:
8289     title: "30 Minutes Soak Test (PLRsearch)"
8290     layout: "plot-soak-throughput"
8291
8292 ###############################################################################
8293
8294 # Reconf tests 2n-skx
8295
8296 - type: "plot"
8297   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8298   algorithm: "plot_nf_reconf_box_name"
8299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8300   data: "plot-vpp-nfv-reconf-2n-skx"
8301   include:
8302     - "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"
8303     - "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"
8304     - "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"
8305     - "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"
8306     - "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"
8307     - "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"
8308   layout:
8309     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8310     layout: "plot-throughput"
8311
8312 - type: "plot"
8313   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8314   algorithm: "plot_nf_reconf_box_name"
8315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8316   data: "plot-vpp-nfv-reconf-2n-skx"
8317   include:
8318     - "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"
8319     - "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"
8320     - "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"
8321     - "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"
8322     - "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"
8323     - "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"
8324   layout:
8325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8326     layout: "plot-throughput"
8327
8328 - type: "plot"
8329   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8330   algorithm: "plot_nf_reconf_box_name"
8331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8332   data: "plot-vpp-nfv-reconf-2n-skx"
8333   include:
8334     - "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"
8335     - "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"
8336     - "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"
8337     - "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"
8338     - "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"
8339     - "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"
8340   layout:
8341     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8342     layout: "plot-throughput"
8343
8344 ###############################################################################
8345
8346 # Reconf tests 2n-clx
8347
8348 - type: "plot"
8349   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8350   algorithm: "plot_nf_reconf_box_name"
8351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8352   data: "plot-vpp-nfv-reconf-2n-clx"
8353   include:
8354     - "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"
8355     - "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"
8356     - "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"
8357     - "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"
8358   layout:
8359     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8360     layout: "plot-throughput"
8361
8362 - type: "plot"
8363   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8364   algorithm: "plot_nf_reconf_box_name"
8365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8366   data: "plot-vpp-nfv-reconf-2n-clx"
8367   include:
8368     - "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"
8369     - "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"
8370     - "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"
8371     - "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"
8372   layout:
8373     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8374     layout: "plot-throughput"
8375
8376 - type: "plot"
8377   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8378   algorithm: "plot_nf_reconf_box_name"
8379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8380   data: "plot-vpp-nfv-reconf-2n-clx"
8381   include:
8382     - "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"
8383     - "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"
8384     - "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"
8385     - "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"
8386   layout:
8387     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8388     layout: "plot-throughput"
8389
8390 ###############################################################################
8391
8392 # Plots - NF Density - VSC - MRR IMIX
8393 - type: "plot"
8394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8395   algorithm: "plot_nf_heatmap"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8398   data: "plot-vpp-nfv-2n-skx-mrr"
8399   filter: "'NIC_Intel-XXV710' and
8400            'NF_DENSITY' and
8401            'VHOST' and
8402            not 'VXLAN' and
8403            'CHAIN' and
8404            'NF_VPPIP4' and
8405            'IMIX' and
8406            '2T1C' and
8407            'MRR'"
8408   parameters:
8409   - "result"
8410   - "name"
8411   - "tags"
8412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8413   x-axis: "X = VNFs per Service Chain"
8414   y-axis: "Y = Number of Service Chains"
8415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8416   layout:
8417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8418     layout: "plot-service-density"
8419
8420 - type: "plot"
8421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8422   algorithm: "plot_nf_heatmap"
8423   output-file-type: ".html"
8424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8425   data: "plot-vpp-nfv-2n-skx-mrr"
8426   filter: "'NIC_Intel-XXV710' and
8427            'NF_DENSITY' and
8428            'VHOST' and
8429            not 'VXLAN' and
8430            'CHAIN' and
8431            'NF_VPPIP4' and
8432            'IMIX' and
8433            '4T2C' and
8434            'MRR'"
8435   parameters:
8436   - "result"
8437   - "name"
8438   - "tags"
8439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8440   x-axis: "X = VNFs per Service Chain"
8441   y-axis: "Y = Number of Service Chains"
8442   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8443   layout:
8444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8445     layout: "plot-service-density"
8446
8447 - type: "plot"
8448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8449   algorithm: "plot_nf_heatmap"
8450   output-file-type: ".html"
8451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8452   data: "plot-vpp-nfv-2n-skx-mrr"
8453   filter: "'NIC_Intel-XXV710' and
8454            'NF_DENSITY' and
8455            'VHOST' and
8456            not 'VXLAN' and
8457            'CHAIN' and
8458            'NF_VPPIP4' and
8459            'IMIX' and
8460            '8T4C' and
8461            'MRR'"
8462   parameters:
8463   - "result"
8464   - "name"
8465   - "tags"
8466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8467   x-axis: "X = VNFs per Service Chain"
8468   y-axis: "Y = Number of Service Chains"
8469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8470   layout:
8471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8472     layout: "plot-service-density"
8473
8474 # Plots - NF Density - VSC - NDR IMIX
8475 - type: "plot"
8476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8477   algorithm: "plot_nf_heatmap"
8478   output-file-type: ".html"
8479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8480   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8481   filter: "'NIC_Intel-XXV710' and
8482            'NF_DENSITY' and
8483            'VHOST' and
8484            not 'VXLAN' and
8485            'CHAIN' and
8486            'NF_VPPIP4' and
8487            'IMIX' and
8488            '2T1C' and
8489            'NDRPDR'"
8490   parameters:
8491   - "throughput"
8492   - "name"
8493   - "tags"
8494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495   x-axis: "X = VNFs per Service Chain"
8496   y-axis: "Y = Number of Service Chains"
8497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8498   layout:
8499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8500     layout: "plot-service-density"
8501
8502 - type: "plot"
8503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8504   algorithm: "plot_nf_heatmap"
8505   output-file-type: ".html"
8506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8507   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8508   filter: "'NIC_Intel-XXV710' and
8509            'NF_DENSITY' and
8510            'VHOST' and
8511            not 'VXLAN' and
8512            'CHAIN' and
8513            'NF_VPPIP4' and
8514            'IMIX' and
8515            '4T2C' and
8516            'NDRPDR'"
8517   parameters:
8518   - "throughput"
8519   - "name"
8520   - "tags"
8521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8522   x-axis: "X = VNFs per Service Chain"
8523   y-axis: "Y = Number of Service Chains"
8524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8525   layout:
8526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8527     layout: "plot-service-density"
8528
8529 - type: "plot"
8530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8531   algorithm: "plot_nf_heatmap"
8532   output-file-type: ".html"
8533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8534   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8535   filter: "'NIC_Intel-XXV710' and
8536            'NF_DENSITY' and
8537            'VHOST' and
8538            not 'VXLAN' and
8539            'CHAIN' and
8540            'NF_VPPIP4' and
8541            'IMIX' and
8542            '8T4C' and
8543            'NDRPDR'"
8544   parameters:
8545   - "throughput"
8546   - "name"
8547   - "tags"
8548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8549   x-axis: "X = VNFs per Service Chain"
8550   y-axis: "Y = Number of Service Chains"
8551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8552   layout:
8553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8554     layout: "plot-service-density"
8555
8556 # Plots - NF Density - VSC - PDR IMIX
8557 - type: "plot"
8558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8559   algorithm: "plot_nf_heatmap"
8560   output-file-type: ".html"
8561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8562   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8563   filter: "'NIC_Intel-XXV710' and
8564            'NF_DENSITY' and
8565            'VHOST' and
8566            not 'VXLAN' and
8567            'CHAIN' and
8568            'NF_VPPIP4' and
8569            'IMIX' and
8570            '2T1C' and
8571            'NDRPDR'"
8572   parameters:
8573   - "throughput"
8574   - "name"
8575   - "tags"
8576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8577   x-axis: "X = VNFs per Service Chain"
8578   y-axis: "Y = Number of Service Chains"
8579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8580   layout:
8581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8582     layout: "plot-service-density"
8583
8584 - type: "plot"
8585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8586   algorithm: "plot_nf_heatmap"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8589   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8590   filter: "'NIC_Intel-XXV710' and
8591            'NF_DENSITY' and
8592            'VHOST' and
8593            not 'VXLAN' and
8594            'CHAIN' and
8595            'NF_VPPIP4' and
8596            'IMIX' and
8597            '4T2C' and
8598            'NDRPDR'"
8599   parameters:
8600   - "throughput"
8601   - "name"
8602   - "tags"
8603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8604   x-axis: "X = VNFs per Service Chain"
8605   y-axis: "Y = Number of Service Chains"
8606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8607   layout:
8608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8609     layout: "plot-service-density"
8610
8611 - type: "plot"
8612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8613   algorithm: "plot_nf_heatmap"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8616   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8617   filter: "'NIC_Intel-XXV710' and
8618            'NF_DENSITY' and
8619            'VHOST' and
8620            not 'VXLAN' and
8621            'CHAIN' and
8622            'NF_VPPIP4' and
8623            'IMIX' and
8624            '8T4C' and
8625            'NDRPDR'"
8626   parameters:
8627   - "throughput"
8628   - "name"
8629   - "tags"
8630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8631   x-axis: "X = VNFs per Service Chain"
8632   y-axis: "Y = Number of Service Chains"
8633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8634   layout:
8635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8636     layout: "plot-service-density"
8637
8638 ###############################################################################
8639
8640 # Plots - NF Density - VSC - MRR IMIX
8641 - type: "plot"
8642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8643   algorithm: "plot_nf_heatmap"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8646   data: "plot-vpp-nfv-2n-skx-mrr"
8647   filter: "'NIC_Intel-XXV710' and
8648            'NF_DENSITY' and
8649            'VHOST' and
8650            'VXLAN' and
8651            'CHAIN' and
8652            'IMIX' and
8653            '2T1C' and
8654            'MRR'"
8655   parameters:
8656   - "result"
8657   - "name"
8658   - "tags"
8659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = VNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8665     layout: "plot-service-density"
8666
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8672   data: "plot-vpp-nfv-2n-skx-mrr"
8673   filter: "'NIC_Intel-XXV710' and
8674            'NF_DENSITY' and
8675            'VHOST' and
8676            'VXLAN' and
8677            'CHAIN' and
8678            'IMIX' and
8679            '4T2C' and
8680            'MRR'"
8681   parameters:
8682   - "result"
8683   - "name"
8684   - "tags"
8685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8686   x-axis: "X = VNFs per Service Chain"
8687   y-axis: "Y = Number of Service Chains"
8688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8689   layout:
8690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8691     layout: "plot-service-density"
8692
8693 - type: "plot"
8694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8695   algorithm: "plot_nf_heatmap"
8696   output-file-type: ".html"
8697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8698   data: "plot-vpp-nfv-2n-skx-mrr"
8699   filter: "'NIC_Intel-XXV710' and
8700            'NF_DENSITY' and
8701            'VHOST' and
8702            'VXLAN' and
8703            'CHAIN' and
8704            'IMIX' and
8705            '8T4C' and
8706            'MRR'"
8707   parameters:
8708   - "result"
8709   - "name"
8710   - "tags"
8711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8712   x-axis: "X = VNFs per Service Chain"
8713   y-axis: "Y = Number of Service Chains"
8714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8715   layout:
8716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8717     layout: "plot-service-density"
8718
8719 # Plots - NF Density - VSC - NDR IMIX
8720 - type: "plot"
8721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8722   algorithm: "plot_nf_heatmap"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8725   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8726   filter: "'NIC_Intel-XXV710' and
8727            'NF_DENSITY' and
8728            'VHOST' and
8729            'VXLAN' and
8730            'CHAIN' and
8731            'IMIX' and
8732            '2T1C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = VNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8744     layout: "plot-service-density"
8745
8746 - type: "plot"
8747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8748   algorithm: "plot_nf_heatmap"
8749   output-file-type: ".html"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8751   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8752   filter: "'NIC_Intel-XXV710' and
8753            'NF_DENSITY' and
8754            'VHOST' and
8755            'VXLAN' and
8756            'CHAIN' and
8757            'IMIX' and
8758            '4T2C' and
8759            'NDRPDR'"
8760   parameters:
8761   - "throughput"
8762   - "name"
8763   - "tags"
8764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8765   x-axis: "X = VNFs per Service Chain"
8766   y-axis: "Y = Number of Service Chains"
8767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8768   layout:
8769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8770     layout: "plot-service-density"
8771
8772 - type: "plot"
8773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8774   algorithm: "plot_nf_heatmap"
8775   output-file-type: ".html"
8776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8778   filter: "'NIC_Intel-XXV710' and
8779            'NF_DENSITY' and
8780            'VHOST' and
8781            'VXLAN' and
8782            'CHAIN' and
8783            'IMIX' and
8784            '8T4C' and
8785            'NDRPDR'"
8786   parameters:
8787   - "throughput"
8788   - "name"
8789   - "tags"
8790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8791   x-axis: "X = VNFs per Service Chain"
8792   y-axis: "Y = Number of Service Chains"
8793   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8794   layout:
8795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8796     layout: "plot-service-density"
8797
8798 # Plots - NF Density - VSC - PDR IMIX
8799 - type: "plot"
8800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8801   algorithm: "plot_nf_heatmap"
8802   output-file-type: ".html"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8804   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8805   filter: "'NIC_Intel-XXV710' and
8806            'NF_DENSITY' and
8807            'VHOST' and
8808            'VXLAN' and
8809            'CHAIN' and
8810            'IMIX' and
8811            '2T1C' and
8812            'NDRPDR'"
8813   parameters:
8814   - "throughput"
8815   - "name"
8816   - "tags"
8817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8818   x-axis: "X = VNFs per Service Chain"
8819   y-axis: "Y = Number of Service Chains"
8820   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8821   layout:
8822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8823     layout: "plot-service-density"
8824
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file-type: ".html"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8830   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8831   filter: "'NIC_Intel-XXV710' and
8832            'NF_DENSITY' and
8833            'VHOST' and
8834            'VXLAN' and
8835            'CHAIN' and
8836            'IMIX' and
8837            '4T2C' and
8838            'NDRPDR'"
8839   parameters:
8840   - "throughput"
8841   - "name"
8842   - "tags"
8843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = VNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8849     layout: "plot-service-density"
8850
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file-type: ".html"
8855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8856   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8857   filter: "'NIC_Intel-XXV710' and
8858            'NF_DENSITY' and
8859            'VHOST' and
8860            'VXLAN' and
8861            'CHAIN' and
8862            'IMIX' and
8863            '8T4C' and
8864            'NDRPDR'"
8865   parameters:
8866   - "throughput"
8867   - "name"
8868   - "tags"
8869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8870   x-axis: "X = VNFs per Service Chain"
8871   y-axis: "Y = Number of Service Chains"
8872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8873   layout:
8874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8875     layout: "plot-service-density"
8876
8877 ###############################################################################
8878
8879 # Plots - NF Density - CSC - MRR IMIX
8880 - type: "plot"
8881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8882   algorithm: "plot_nf_heatmap"
8883   output-file-type: ".html"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8885   data: "plot-vpp-nfv-2n-skx-mrr"
8886   filter: "'NIC_Intel-XXV710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IMIX' and
8892            '2T1C' and
8893            'MRR'"
8894   parameters:
8895   - "result"
8896   - "name"
8897   - "tags"
8898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8904     layout: "plot-service-density"
8905
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file-type: ".html"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8911   data: "plot-vpp-nfv-2n-skx-mrr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IMIX' and
8918            '4T2C' and
8919            'MRR'"
8920   parameters:
8921   - "result"
8922   - "name"
8923   - "tags"
8924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8925   x-axis: "X = CNFs per Service Chain"
8926   y-axis: "Y = Number of Service Chains"
8927   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8928   layout:
8929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8930     layout: "plot-service-density"
8931
8932 - type: "plot"
8933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8934   algorithm: "plot_nf_heatmap"
8935   output-file-type: ".html"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8937   data: "plot-vpp-nfv-2n-skx-mrr"
8938   filter: "'NIC_Intel-XXV710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IMIX' and
8944            '8T4C' and
8945            'MRR'"
8946   parameters:
8947   - "result"
8948   - "name"
8949   - "tags"
8950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8951   x-axis: "X = CNFs per Service Chain"
8952   y-axis: "Y = Number of Service Chains"
8953   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8954   layout:
8955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8956     layout: "plot-service-density"
8957
8958 # Plots - NF Density - CSC - NDR IMIX
8959 - type: "plot"
8960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8961   algorithm: "plot_nf_heatmap"
8962   output-file-type: ".html"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8964   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8965   filter: "'NIC_Intel-XXV710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IMIX' and
8971            '2T1C' and
8972            'NDRPDR'"
8973   parameters:
8974   - "throughput"
8975   - "name"
8976   - "tags"
8977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8978   x-axis: "X = CNFs per Service Chain"
8979   y-axis: "Y = Number of Service Chains"
8980   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8981   layout:
8982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8983     layout: "plot-service-density"
8984
8985 - type: "plot"
8986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8987   algorithm: "plot_nf_heatmap"
8988   output-file-type: ".html"
8989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8990   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8991   filter: "'NIC_Intel-XXV710' and
8992            'NF_DENSITY' and
8993            'DOCKER' and
8994            'CHAIN' and
8995            'NF_VPPIP4' and
8996            'IMIX' and
8997            '4T2C' and
8998            'NDRPDR'"
8999   parameters:
9000   - "throughput"
9001   - "name"
9002   - "tags"
9003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9004   x-axis: "X = CNFs per Service Chain"
9005   y-axis: "Y = Number of Service Chains"
9006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9007   layout:
9008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9009     layout: "plot-service-density"
9010
9011 - type: "plot"
9012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9013   algorithm: "plot_nf_heatmap"
9014   output-file-type: ".html"
9015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9017   filter: "'NIC_Intel-XXV710' and
9018            'NF_DENSITY' and
9019            'DOCKER' and
9020            'CHAIN' and
9021            'NF_VPPIP4' and
9022            'IMIX' and
9023            '8T4C' and
9024            'NDRPDR'"
9025   parameters:
9026   - "throughput"
9027   - "name"
9028   - "tags"
9029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9030   x-axis: "X = CNFs per Service Chain"
9031   y-axis: "Y = Number of Service Chains"
9032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9033   layout:
9034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9035     layout: "plot-service-density"
9036
9037 # Plots - NF Density - CSC - PDR IMIX
9038 - type: "plot"
9039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9040   algorithm: "plot_nf_heatmap"
9041   output-file-type: ".html"
9042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9043   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9044   filter: "'NIC_Intel-XXV710' and
9045            'NF_DENSITY' and
9046            'DOCKER' and
9047            'CHAIN' and
9048            'NF_VPPIP4' and
9049            'IMIX' and
9050            '2T1C' and
9051            'NDRPDR'"
9052   parameters:
9053   - "throughput"
9054   - "name"
9055   - "tags"
9056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9057   x-axis: "X = CNFs per Service Chain"
9058   y-axis: "Y = Number of Service Chains"
9059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9060   layout:
9061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9062     layout: "plot-service-density"
9063
9064 - type: "plot"
9065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9066   algorithm: "plot_nf_heatmap"
9067   output-file-type: ".html"
9068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9069   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9070   filter: "'NIC_Intel-XXV710' and
9071            'NF_DENSITY' and
9072            'DOCKER' and
9073            'CHAIN' and
9074            'NF_VPPIP4' and
9075            'IMIX' and
9076            '4T2C' and
9077            'NDRPDR'"
9078   parameters:
9079   - "throughput"
9080   - "name"
9081   - "tags"
9082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9083   x-axis: "X = CNFs per Service Chain"
9084   y-axis: "Y = Number of Service Chains"
9085   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9086   layout:
9087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9088     layout: "plot-service-density"
9089
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file-type: ".html"
9094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9095   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9096   filter: "'NIC_Intel-XXV710' and
9097            'NF_DENSITY' and
9098            'DOCKER' and
9099            'CHAIN' and
9100            'NF_VPPIP4' and
9101            'IMIX' and
9102            '8T4C' and
9103            'NDRPDR'"
9104   parameters:
9105   - "throughput"
9106   - "name"
9107   - "tags"
9108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9109   x-axis: "X = CNFs per Service Chain"
9110   y-axis: "Y = Number of Service Chains"
9111   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9112   layout:
9113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9114     layout: "plot-service-density"
9115
9116 ################################################################################
9117 #
9118 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9119 #- type: "plot"
9120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9121 #  algorithm: "plot_nf_heatmap"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9123 #  data: "plot-vpp-nfv-3n-skx-mrr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'CHAIN' and
9128 #           'NF_VPPIP4' and
9129 #           'IPSEC' and
9130 #           'TNL_4' and
9131 #           'IMIX' and
9132 #           '2T1C' and
9133 #           'MRR'"
9134 #  parameters:
9135 #  - "result"
9136 #  - "name"
9137 #  - "tags"
9138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9139 #  x-axis: "X = CNFs per Service Chain"
9140 #  y-axis: "Y = Number of Service Chains"
9141 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9142 #  layout:
9143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9144 #    layout: "plot-service-density"
9145 #
9146 #- type: "plot"
9147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9148 #  algorithm: "plot_nf_heatmap"
9149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9150 #  data: "plot-vpp-nfv-3n-skx-mrr"
9151 #  filter: "'NIC_Intel-XXV710' and
9152 #           'NF_DENSITY' and
9153 #           'DOCKER' and
9154 #           'CHAIN' and
9155 #           'NF_VPPIP4' and
9156 #           'IPSEC' and
9157 #           'TNL_4' and
9158 #           'IMIX' and
9159 #           '4T2C' and
9160 #           'MRR'"
9161 #  parameters:
9162 #  - "result"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Chain"
9167 #  y-axis: "Y = Number of Service Chains"
9168 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9171 #    layout: "plot-service-density"
9172 #
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9177 #  data: "plot-vpp-nfv-3n-skx-mrr"
9178 #  filter: "'NIC_Intel-XXV710' and
9179 #           'NF_DENSITY' and
9180 #           'DOCKER' and
9181 #           'CHAIN' and
9182 #           'NF_VPPIP4' and
9183 #           'IPSEC' and
9184 #           'TNL_4' and
9185 #           'IMIX' and
9186 #           '8T4C' and
9187 #           'MRR'"
9188 #  parameters:
9189 #  - "result"
9190 #  - "name"
9191 #  - "tags"
9192 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9193 #  x-axis: "X = CNFs per Service Chain"
9194 #  y-axis: "Y = Number of Service Chains"
9195 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9196 #  layout:
9197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9198 #    layout: "plot-service-density"
9199
9200 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9201 - type: "plot"
9202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9203   algorithm: "plot_nf_heatmap"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9205   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9206   filter: "'NIC_Intel-XXV710' and
9207            'NF_DENSITY' and
9208            'DOCKER' and
9209            'CHAIN' and
9210            'NF_VPPIP4' and
9211            'IPSEC' and
9212            'TNL_4' and
9213            'IMIX' and
9214            '2T1C' and
9215            'NDRPDR'"
9216   parameters:
9217   - "throughput"
9218   - "name"
9219   - "tags"
9220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221   x-axis: "X = CNFs per Service Chain"
9222   y-axis: "Y = Number of Service Chains"
9223   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9224   layout:
9225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9226     layout: "plot-service-density"
9227
9228 - type: "plot"
9229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9230   algorithm: "plot_nf_heatmap"
9231   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9232   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9233   filter: "'NIC_Intel-XXV710' and
9234            'NF_DENSITY' and
9235            'DOCKER' and
9236            'CHAIN' and
9237            'NF_VPPIP4' and
9238            'IPSEC' and
9239            'TNL_4' and
9240            'IMIX' and
9241            '4T2C' and
9242            'NDRPDR'"
9243   parameters:
9244   - "throughput"
9245   - "name"
9246   - "tags"
9247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9248   x-axis: "X = CNFs per Service Chain"
9249   y-axis: "Y = Number of Service Chains"
9250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9251   layout:
9252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9253     layout: "plot-service-density"
9254
9255 - type: "plot"
9256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9257   algorithm: "plot_nf_heatmap"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9259   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9260   filter: "'NIC_Intel-XXV710' and
9261            'NF_DENSITY' and
9262            'DOCKER' and
9263            'CHAIN' and
9264            'NF_VPPIP4' and
9265            'IPSEC' and
9266            'TNL_4' and
9267            'IMIX' and
9268            '8T4C' and
9269            'NDRPDR'"
9270   parameters:
9271   - "throughput"
9272   - "name"
9273   - "tags"
9274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9280     layout: "plot-service-density"
9281
9282 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9287   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9288   filter: "'NIC_Intel-XXV710' and
9289            'NF_DENSITY' and
9290            'DOCKER' and
9291            'CHAIN' and
9292            'NF_VPPIP4' and
9293            'IPSEC' and
9294            'TNL_4' and
9295            'IMIX' and
9296            '2T1C' and
9297            'NDRPDR'"
9298   parameters:
9299   - "throughput"
9300   - "name"
9301   - "tags"
9302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9303   x-axis: "X = CNFs per Service Chain"
9304   y-axis: "Y = Number of Service Chains"
9305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9308     layout: "plot-service-density"
9309
9310 - type: "plot"
9311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9312   algorithm: "plot_nf_heatmap"
9313   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9314   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9315   filter: "'NIC_Intel-XXV710' and
9316            'NF_DENSITY' and
9317            'DOCKER' and
9318            'CHAIN' and
9319            'NF_VPPIP4' and
9320            'IPSEC' and
9321            'TNL_4' and
9322            'IMIX' and
9323            '4T2C' and
9324            'NDRPDR'"
9325   parameters:
9326   - "throughput"
9327   - "name"
9328   - "tags"
9329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9330   x-axis: "X = CNFs per Service Chain"
9331   y-axis: "Y = Number of Service Chains"
9332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9333   layout:
9334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9335     layout: "plot-service-density"
9336
9337 - type: "plot"
9338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9339   algorithm: "plot_nf_heatmap"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9341   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9342   filter: "'NIC_Intel-XXV710' and
9343            'NF_DENSITY' and
9344            'DOCKER' and
9345            'CHAIN' and
9346            'NF_VPPIP4' and
9347            'IPSEC' and
9348            'TNL_4' and
9349            'IMIX' and
9350            '8T4C' and
9351            'NDRPDR'"
9352   parameters:
9353   - "throughput"
9354   - "name"
9355   - "tags"
9356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9357   x-axis: "X = CNFs per Service Chain"
9358   y-axis: "Y = Number of Service Chains"
9359   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9360   layout:
9361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9362     layout: "plot-service-density"
9363
9364 ###############################################################################
9365
9366 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9367 #- type: "plot"
9368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9369 #  algorithm: "plot_nf_heatmap"
9370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9371 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9372 #  filter: "'NIC_Intel-XL710' and
9373 #           'NF_DENSITY' and
9374 #           'DOCKER' and
9375 #           'CHAIN' and
9376 #           'NF_VPPIP4' and
9377 #           'IMIX' and
9378 #           'TNL_4' and
9379 #           '1T1C' and
9380 #           'MRR'"
9381 #  parameters:
9382 #  - "result"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9391 #    layout: "plot-service-density"
9392 #
9393 #- type: "plot"
9394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9395 #  algorithm: "plot_nf_heatmap"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9397 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9398 #  filter: "'NIC_Intel-XL710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'CHAIN' and
9402 #           'NF_VPPIP4' and
9403 #           'IPSEC' and
9404 #           'TNL_4' and
9405 #           'IMIX' and
9406 #           '2T2C' and
9407 #           'MRR'"
9408 #  parameters:
9409 #  - "result"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Chain"
9414 #  y-axis: "Y = Number of Service Chains"
9415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9418 #    layout: "plot-service-density"
9419 #
9420 #- type: "plot"
9421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9422 #  algorithm: "plot_nf_heatmap"
9423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9424 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9425 #  filter: "'NIC_Intel-XL710' and
9426 #           'NF_DENSITY' and
9427 #           'DOCKER' and
9428 #           'CHAIN' and
9429 #           'NF_VPPIP4' and
9430 #           'IPSEC' and
9431 #           'TNL_4' and
9432 #           'IMIX' and
9433 #           '4T4C' and
9434 #           'MRR'"
9435 #  parameters:
9436 #  - "result"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Chain"
9441 #  y-axis: "Y = Number of Service Chains"
9442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9445 #    layout: "plot-service-density"
9446
9447 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9453 #  filter: "'NIC_Intel-XL710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_4' and
9460 #           'IMIX' and
9461 #           '1T1C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9473 #    layout: "plot-service-density"
9474 #
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9480 #  filter: "'NIC_Intel-XL710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'CHAIN' and
9484 #           'NF_VPPIP4' and
9485 #           'IPSEC' and
9486 #           'TNL_4' and
9487 #           'IMIX' and
9488 #           '2T2C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Chain"
9496 #  y-axis: "Y = Number of Service Chains"
9497 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9500 #    layout: "plot-service-density"
9501 #
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9507 #  filter: "'NIC_Intel-XL710' and
9508 #           'NF_DENSITY' and
9509 #           'DOCKER' and
9510 #           'CHAIN' and
9511 #           'NF_VPPIP4' and
9512 #           'IPSEC' and
9513 #           'TNL_4' and
9514 #           'IMIX' and
9515 #           '4T4C' and
9516 #           'NDRPDR'"
9517 #  parameters:
9518 #  - "throughput"
9519 #  - "name"
9520 #  - "tags"
9521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9522 #  x-axis: "X = CNFs per Service Chain"
9523 #  y-axis: "Y = Number of Service Chains"
9524 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9525 #  layout:
9526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9527 #    layout: "plot-service-density"
9528 #
9529 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9534 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9535 #  filter: "'NIC_Intel-XL710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'CHAIN' and
9539 #           'NF_VPPIP4' and
9540 #           'IPSEC' and
9541 #           'TNL_4' and
9542 #           'IMIX' and
9543 #           '1T1C' and
9544 #           'NDRPDR'"
9545 #  parameters:
9546 #  - "throughput"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9550 #  x-axis: "X = CNFs per Service Chain"
9551 #  y-axis: "Y = Number of Service Chains"
9552 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9555 #    layout: "plot-service-density"
9556 #
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9561 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9562 #  filter: "'NIC_Intel-XL710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'CHAIN' and
9566 #           'NF_VPPIP4' and
9567 #           'IPSEC' and
9568 #           'TNL_4' and
9569 #           'IMIX' and
9570 #           '2T2C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = CNFs per Service Chain"
9578 #  y-axis: "Y = Number of Service Chains"
9579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9582 #    layout: "plot-service-density"
9583 #
9584 #- type: "plot"
9585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9586 #  algorithm: "plot_nf_heatmap"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9588 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9589 #  filter: "'NIC_Intel-XL710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'CHAIN' and
9593 #           'NF_VPPIP4' and
9594 #           'IPSEC' and
9595 #           'TNL_4' and
9596 #           'IMIX' and
9597 #           '4T4C' and
9598 #           'NDRPDR'"
9599 #  parameters:
9600 #  - "throughput"
9601 #  - "name"
9602 #  - "tags"
9603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9604 #  x-axis: "X = CNFs per Service Chain"
9605 #  y-axis: "Y = Number of Service Chains"
9606 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9607 #  layout:
9608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9609 #    layout: "plot-service-density"
9610
9611 ###############################################################################
9612
9613 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9614 #- type: "plot"
9615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9616 #  algorithm: "plot_nf_heatmap"
9617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9618 #  data: "plot-vpp-nfv-3n-skx-mrr"
9619 #  filter: "'NIC_Intel-XXV710' and
9620 #           'NF_DENSITY' and
9621 #           'DOCKER' and
9622 #           'CHAIN' and
9623 #           'NF_VPPIP4' and
9624 #           'IPSEC' and
9625 #           'TNL_1000' and
9626 #           'IMIX' and
9627 #           '2T1C' and
9628 #           'MRR'"
9629 #  parameters:
9630 #  - "result"
9631 #  - "name"
9632 #  - "tags"
9633 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9634 #  x-axis: "X = CNFs per Service Chain"
9635 #  y-axis: "Y = Number of Service Chains"
9636 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9637 #  layout:
9638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9639 #    layout: "plot-service-density"
9640 #
9641 #- type: "plot"
9642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9643 #  algorithm: "plot_nf_heatmap"
9644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9645 #  data: "plot-vpp-nfv-3n-skx-mrr"
9646 #  filter: "'NIC_Intel-XXV710' and
9647 #           'NF_DENSITY' and
9648 #           'DOCKER' and
9649 #           'CHAIN' and
9650 #           'NF_VPPIP4' and
9651 #           'IPSEC' and
9652 #           'TNL_1000' and
9653 #           'IMIX' and
9654 #           '4T2C' and
9655 #           'MRR'"
9656 #  parameters:
9657 #  - "result"
9658 #  - "name"
9659 #  - "tags"
9660 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9661 #  x-axis: "X = CNFs per Service Chain"
9662 #  y-axis: "Y = Number of Service Chains"
9663 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9664 #  layout:
9665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9666 #    layout: "plot-service-density"
9667 #
9668 #- type: "plot"
9669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9670 #  algorithm: "plot_nf_heatmap"
9671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9672 #  data: "plot-vpp-nfv-3n-skx-mrr"
9673 #  filter: "'NIC_Intel-XXV710' and
9674 #           'NF_DENSITY' and
9675 #           'DOCKER' and
9676 #           'CHAIN' and
9677 #           'NF_VPPIP4' and
9678 #           'IPSEC' and
9679 #           'TNL_1000' and
9680 #           'IMIX' and
9681 #           '8T4C' and
9682 #           'MRR'"
9683 #  parameters:
9684 #  - "result"
9685 #  - "name"
9686 #  - "tags"
9687 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9688 #  x-axis: "X = CNFs per Service Chain"
9689 #  y-axis: "Y = Number of Service Chains"
9690 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9691 #  layout:
9692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9693 #    layout: "plot-service-density"
9694
9695 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9696 - type: "plot"
9697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9698   algorithm: "plot_nf_heatmap"
9699   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9700   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9701   filter: "'NIC_Intel-XXV710' and
9702            'NF_DENSITY' and
9703            'DOCKER' and
9704            'CHAIN' and
9705            'NF_VPPIP4' and
9706            'IPSEC' and
9707            'TNL_1000' and
9708            'IMIX' and
9709            '2T1C' and
9710            'NDRPDR'"
9711   parameters:
9712   - "throughput"
9713   - "name"
9714   - "tags"
9715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9716   x-axis: "X = CNFs per Service Chain"
9717   y-axis: "Y = Number of Service Chains"
9718   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9719   layout:
9720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9721     layout: "plot-service-density"
9722
9723 - type: "plot"
9724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9725   algorithm: "plot_nf_heatmap"
9726   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9727   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9728   filter: "'NIC_Intel-XXV710' and
9729            'NF_DENSITY' and
9730            'DOCKER' and
9731            'CHAIN' and
9732            'NF_VPPIP4' and
9733            'IPSEC' and
9734            'TNL_1000' and
9735            'IMIX' and
9736            '4T2C' and
9737            'NDRPDR'"
9738   parameters:
9739   - "throughput"
9740   - "name"
9741   - "tags"
9742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9743   x-axis: "X = CNFs per Service Chain"
9744   y-axis: "Y = Number of Service Chains"
9745   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9746   layout:
9747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9748     layout: "plot-service-density"
9749
9750 - type: "plot"
9751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9752   algorithm: "plot_nf_heatmap"
9753   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9754   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9755   filter: "'NIC_Intel-XXV710' and
9756            'NF_DENSITY' and
9757            'DOCKER' and
9758            'CHAIN' and
9759            'NF_VPPIP4' and
9760            'IPSEC' and
9761            'TNL_1000' and
9762            'IMIX' and
9763            '8T4C' and
9764            'NDRPDR'"
9765   parameters:
9766   - "throughput"
9767   - "name"
9768   - "tags"
9769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9770   x-axis: "X = CNFs per Service Chain"
9771   y-axis: "Y = Number of Service Chains"
9772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9775     layout: "plot-service-density"
9776
9777 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9782   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9783   filter: "'NIC_Intel-XXV710' and
9784            'NF_DENSITY' and
9785            'DOCKER' and
9786            'CHAIN' and
9787            'NF_VPPIP4' and
9788            'IPSEC' and
9789            'TNL_1000' and
9790            'IMIX' and
9791            '2T1C' and
9792            'NDRPDR'"
9793   parameters:
9794   - "throughput"
9795   - "name"
9796   - "tags"
9797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9798   x-axis: "X = CNFs per Service Chain"
9799   y-axis: "Y = Number of Service Chains"
9800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9801   layout:
9802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9803     layout: "plot-service-density"
9804
9805 - type: "plot"
9806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9807   algorithm: "plot_nf_heatmap"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9809   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'DOCKER' and
9813            'CHAIN' and
9814            'NF_VPPIP4' and
9815            'IPSEC' and
9816            'TNL_1000' and
9817            'IMIX' and
9818            '4T2C' and
9819            'NDRPDR'"
9820   parameters:
9821   - "throughput"
9822   - "name"
9823   - "tags"
9824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9825   x-axis: "X = CNFs per Service Chain"
9826   y-axis: "Y = Number of Service Chains"
9827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9828   layout:
9829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9830     layout: "plot-service-density"
9831
9832 - type: "plot"
9833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9834   algorithm: "plot_nf_heatmap"
9835   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9836   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9837   filter: "'NIC_Intel-XXV710' and
9838            'NF_DENSITY' and
9839            'DOCKER' and
9840            'CHAIN' and
9841            'NF_VPPIP4' and
9842            'IPSEC' and
9843            'TNL_1000' and
9844            'IMIX' and
9845            '8T4C' and
9846            'NDRPDR'"
9847   parameters:
9848   - "throughput"
9849   - "name"
9850   - "tags"
9851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9852   x-axis: "X = CNFs per Service Chain"
9853   y-axis: "Y = Number of Service Chains"
9854   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9855   layout:
9856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9857     layout: "plot-service-density"
9858
9859 ###############################################################################
9860
9861 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9862 #- type: "plot"
9863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9864 #  algorithm: "plot_nf_heatmap"
9865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9866 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9867 #  filter: "'NIC_Intel-XL710' and
9868 #           'NF_DENSITY' and
9869 #           'DOCKER' and
9870 #           'CHAIN' and
9871 #           'NF_VPPIP4' and
9872 #           'IMIX' and
9873 #           'TNL_1000' and
9874 #           '1T1C' and
9875 #           'MRR'"
9876 #  parameters:
9877 #  - "result"
9878 #  - "name"
9879 #  - "tags"
9880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9881 #  x-axis: "X = CNFs per Service Chain"
9882 #  y-axis: "Y = Number of Service Chains"
9883 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9884 #  layout:
9885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9886 #    layout: "plot-service-density"
9887 #
9888 #- type: "plot"
9889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9890 #  algorithm: "plot_nf_heatmap"
9891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9892 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9893 #  filter: "'NIC_Intel-XL710' and
9894 #           'NF_DENSITY' and
9895 #           'DOCKER' and
9896 #           'CHAIN' and
9897 #           'NF_VPPIP4' and
9898 #           'IPSEC' and
9899 #           'TNL_1000' and
9900 #           'IMIX' and
9901 #           '2T2C' and
9902 #           'MRR'"
9903 #  parameters:
9904 #  - "result"
9905 #  - "name"
9906 #  - "tags"
9907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9908 #  x-axis: "X = CNFs per Service Chain"
9909 #  y-axis: "Y = Number of Service Chains"
9910 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9911 #  layout:
9912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9913 #    layout: "plot-service-density"
9914 #
9915 #- type: "plot"
9916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9917 #  algorithm: "plot_nf_heatmap"
9918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9919 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9920 #  filter: "'NIC_Intel-XL710' and
9921 #           'NF_DENSITY' and
9922 #           'DOCKER' and
9923 #           'CHAIN' and
9924 #           'NF_VPPIP4' and
9925 #           'IPSEC' and
9926 #           'TNL_1000' and
9927 #           'IMIX' and
9928 #           '4T4C' and
9929 #           'MRR'"
9930 #  parameters:
9931 #  - "result"
9932 #  - "name"
9933 #  - "tags"
9934 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9935 #  x-axis: "X = CNFs per Service Chain"
9936 #  y-axis: "Y = Number of Service Chains"
9937 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9938 #  layout:
9939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9940 #    layout: "plot-service-density"
9941
9942 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9943 #- type: "plot"
9944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9945 #  algorithm: "plot_nf_heatmap"
9946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9947 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9948 #  filter: "'NIC_Intel-XL710' and
9949 #           'NF_DENSITY' and
9950 #           'DOCKER' and
9951 #           'CHAIN' and
9952 #           'NF_VPPIP4' and
9953 #           'IPSEC' and
9954 #           'TNL_1000' and
9955 #           'IMIX' and
9956 #           '1T1C' and
9957 #           'NDRPDR'"
9958 #  parameters:
9959 #  - "throughput"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9963 #  x-axis: "X = CNFs per Service Chain"
9964 #  y-axis: "Y = Number of Service Chains"
9965 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9968 #    layout: "plot-service-density"
9969 #
9970 #- type: "plot"
9971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9972 #  algorithm: "plot_nf_heatmap"
9973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9974 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9975 #  filter: "'NIC_Intel-XL710' and
9976 #           'NF_DENSITY' and
9977 #           'DOCKER' and
9978 #           'CHAIN' and
9979 #           'NF_VPPIP4' and
9980 #           'IPSEC' and
9981 #           'TNL_1000' and
9982 #           'IMIX' and
9983 #           '2T2C' and
9984 #           'NDRPDR'"
9985 #  parameters:
9986 #  - "throughput"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Chain"
9991 #  y-axis: "Y = Number of Service Chains"
9992 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9995 #    layout: "plot-service-density"
9996 #
9997 #- type: "plot"
9998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9999 #  algorithm: "plot_nf_heatmap"
10000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10001 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10002 #  filter: "'NIC_Intel-XL710' and
10003 #           'NF_DENSITY' and
10004 #           'DOCKER' and
10005 #           'CHAIN' and
10006 #           'NF_VPPIP4' and
10007 #           'IPSEC' and
10008 #           'TNL_1000' and
10009 #           'IMIX' and
10010 #           '4T4C' and
10011 #           'NDRPDR'"
10012 #  parameters:
10013 #  - "throughput"
10014 #  - "name"
10015 #  - "tags"
10016 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10017 #  x-axis: "X = CNFs per Service Chain"
10018 #  y-axis: "Y = Number of Service Chains"
10019 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10020 #  layout:
10021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10022 #    layout: "plot-service-density"
10023 #
10024 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10025 #- type: "plot"
10026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10027 #  algorithm: "plot_nf_heatmap"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10029 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10030 #  filter: "'NIC_Intel-XL710' and
10031 #           'NF_DENSITY' and
10032 #           'DOCKER' and
10033 #           'CHAIN' and
10034 #           'NF_VPPIP4' and
10035 #           'IPSEC' and
10036 #           'TNL_1000' and
10037 #           'IMIX' and
10038 #           '1T1C' and
10039 #           'NDRPDR'"
10040 #  parameters:
10041 #  - "throughput"
10042 #  - "name"
10043 #  - "tags"
10044 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10045 #  x-axis: "X = CNFs per Service Chain"
10046 #  y-axis: "Y = Number of Service Chains"
10047 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10048 #  layout:
10049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10050 #    layout: "plot-service-density"
10051 #
10052 #- type: "plot"
10053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10054 #  algorithm: "plot_nf_heatmap"
10055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10056 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10057 #  filter: "'NIC_Intel-XL710' and
10058 #           'NF_DENSITY' and
10059 #           'DOCKER' and
10060 #           'CHAIN' and
10061 #           'NF_VPPIP4' and
10062 #           'IPSEC' and
10063 #           'TNL_1000' and
10064 #           'IMIX' and
10065 #           '2T2C' and
10066 #           'NDRPDR'"
10067 #  parameters:
10068 #  - "throughput"
10069 #  - "name"
10070 #  - "tags"
10071 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10072 #  x-axis: "X = CNFs per Service Chain"
10073 #  y-axis: "Y = Number of Service Chains"
10074 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10075 #  layout:
10076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10077 #    layout: "plot-service-density"
10078 #
10079 #- type: "plot"
10080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10081 #  algorithm: "plot_nf_heatmap"
10082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10083 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10084 #  filter: "'NIC_Intel-XL710' and
10085 #           'NF_DENSITY' and
10086 #           'DOCKER' and
10087 #           'CHAIN' and
10088 #           'NF_VPPIP4' and
10089 #           'IPSEC' and
10090 #           'TNL_1000' and
10091 #           'IMIX' and
10092 #           '4T4C' and
10093 #           'NDRPDR'"
10094 #  parameters:
10095 #  - "throughput"
10096 #  - "name"
10097 #  - "tags"
10098 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10099 #  x-axis: "X = CNFs per Service Chain"
10100 #  y-axis: "Y = Number of Service Chains"
10101 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10102 #  layout:
10103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10104 #    layout: "plot-service-density"
10105
10106 ###############################################################################
10107
10108 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10109 #- type: "plot"
10110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10111 #  algorithm: "plot_nf_heatmap"
10112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10113 #  data: "plot-vpp-nfv-3n-skx-mrr"
10114 #  filter: "'NIC_Intel-XXV710' and
10115 #           'NF_DENSITY' and
10116 #           'DOCKER' and
10117 #           'CHAIN' and
10118 #           'NF_VPPIP4' and
10119 #           'IPSEC' and
10120 #           'TNL_10000' and
10121 #           'IMIX' and
10122 #           '2T1C' and
10123 #           'MRR'"
10124 #  parameters:
10125 #  - "result"
10126 #  - "name"
10127 #  - "tags"
10128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10129 #  x-axis: "X = CNFs per Service Chain"
10130 #  y-axis: "Y = Number of Service Chains"
10131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10132 #  layout:
10133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10134 #    layout: "plot-service-density"
10135 #
10136 #- type: "plot"
10137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10138 #  algorithm: "plot_nf_heatmap"
10139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10140 #  data: "plot-vpp-nfv-3n-skx-mrr"
10141 #  filter: "'NIC_Intel-XXV710' and
10142 #           'NF_DENSITY' and
10143 #           'DOCKER' and
10144 #           'CHAIN' and
10145 #           'NF_VPPIP4' and
10146 #           'IPSEC' and
10147 #           'TNL_10000' and
10148 #           'IMIX' and
10149 #           '4T2C' and
10150 #           'MRR'"
10151 #  parameters:
10152 #  - "result"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Chain"
10157 #  y-axis: "Y = Number of Service Chains"
10158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10167 #  data: "plot-vpp-nfv-3n-skx-mrr"
10168 #  filter: "'NIC_Intel-XXV710' and
10169 #           'NF_DENSITY' and
10170 #           'DOCKER' and
10171 #           'CHAIN' and
10172 #           'NF_VPPIP4' and
10173 #           'IPSEC' and
10174 #           'TNL_10000' and
10175 #           'IMIX' and
10176 #           '8T4C' and
10177 #           'MRR'"
10178 #  parameters:
10179 #  - "result"
10180 #  - "name"
10181 #  - "tags"
10182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10183 #  x-axis: "X = CNFs per Service Chain"
10184 #  y-axis: "Y = Number of Service Chains"
10185 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10186 #  layout:
10187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10188 #    layout: "plot-service-density"
10189
10190 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10191 - type: "plot"
10192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10193   algorithm: "plot_nf_heatmap"
10194   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10195   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10196   filter: "'NIC_Intel-XXV710' and
10197            'NF_DENSITY' and
10198            'DOCKER' and
10199            'CHAIN' and
10200            'NF_VPPIP4' and
10201            'IPSEC' and
10202            'TNL_10000' and
10203            'IMIX' and
10204            '2T1C' and
10205            'NDRPDR'"
10206   parameters:
10207   - "throughput"
10208   - "name"
10209   - "tags"
10210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10211   x-axis: "X = CNFs per Service Chain"
10212   y-axis: "Y = Number of Service Chains"
10213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10214   layout:
10215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10216     layout: "plot-service-density"
10217
10218 - type: "plot"
10219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10220   algorithm: "plot_nf_heatmap"
10221   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10222   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10223   filter: "'NIC_Intel-XXV710' and
10224            'NF_DENSITY' and
10225            'DOCKER' and
10226            'CHAIN' and
10227            'NF_VPPIP4' and
10228            'IPSEC' and
10229            'TNL_10000' and
10230            'IMIX' and
10231            '4T2C' and
10232            'NDRPDR'"
10233   parameters:
10234   - "throughput"
10235   - "name"
10236   - "tags"
10237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10238   x-axis: "X = CNFs per Service Chain"
10239   y-axis: "Y = Number of Service Chains"
10240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10241   layout:
10242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10243     layout: "plot-service-density"
10244
10245 - type: "plot"
10246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10247   algorithm: "plot_nf_heatmap"
10248   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10249   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10250   filter: "'NIC_Intel-XXV710' and
10251            'NF_DENSITY' and
10252            'DOCKER' and
10253            'CHAIN' and
10254            'NF_VPPIP4' and
10255            'IPSEC' and
10256            'TNL_10000' and
10257            'IMIX' and
10258            '8T4C' and
10259            'NDRPDR'"
10260   parameters:
10261   - "throughput"
10262   - "name"
10263   - "tags"
10264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10265   x-axis: "X = CNFs per Service Chain"
10266   y-axis: "Y = Number of Service Chains"
10267   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10270     layout: "plot-service-density"
10271
10272 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10275   algorithm: "plot_nf_heatmap"
10276   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10277   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10278   filter: "'NIC_Intel-XXV710' and
10279            'NF_DENSITY' and
10280            'DOCKER' and
10281            'CHAIN' and
10282            'NF_VPPIP4' and
10283            'IPSEC' and
10284            'TNL_10000' and
10285            'IMIX' and
10286            '2T1C' and
10287            'NDRPDR'"
10288   parameters:
10289   - "throughput"
10290   - "name"
10291   - "tags"
10292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10293   x-axis: "X = CNFs per Service Chain"
10294   y-axis: "Y = Number of Service Chains"
10295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10296   layout:
10297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10298     layout: "plot-service-density"
10299
10300 - type: "plot"
10301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10302   algorithm: "plot_nf_heatmap"
10303   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10304   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10305   filter: "'NIC_Intel-XXV710' and
10306            'NF_DENSITY' and
10307            'DOCKER' and
10308            'CHAIN' and
10309            'NF_VPPIP4' and
10310            'IPSEC' and
10311            'TNL_10000' and
10312            'IMIX' and
10313            '4T2C' and
10314            'NDRPDR'"
10315   parameters:
10316   - "throughput"
10317   - "name"
10318   - "tags"
10319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = CNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10325     layout: "plot-service-density"
10326
10327 - type: "plot"
10328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10329   algorithm: "plot_nf_heatmap"
10330   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10331   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10332   filter: "'NIC_Intel-XXV710' and
10333            'NF_DENSITY' and
10334            'DOCKER' and
10335            'CHAIN' and
10336            'NF_VPPIP4' and
10337            'IPSEC' and
10338            'TNL_10000' and
10339            'IMIX' and
10340            '8T4C' and
10341            'NDRPDR'"
10342   parameters:
10343   - "throughput"
10344   - "name"
10345   - "tags"
10346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Chain"
10348   y-axis: "Y = Number of Service Chains"
10349   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10352     layout: "plot-service-density"
10353
10354 ###############################################################################
10355
10356 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10357 #- type: "plot"
10358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10359 #  algorithm: "plot_nf_heatmap"
10360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10361 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10362 #  filter: "'NIC_Intel-XL710' and
10363 #           'NF_DENSITY' and
10364 #           'DOCKER' and
10365 #           'CHAIN' and
10366 #           'NF_VPPIP4' and
10367 #           'IMIX' and
10368 #           'TNL_10000' and
10369 #           '1T1C' and
10370 #           'MRR'"
10371 #  parameters:
10372 #  - "result"
10373 #  - "name"
10374 #  - "tags"
10375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376 #  x-axis: "X = CNFs per Service Chain"
10377 #  y-axis: "Y = Number of Service Chains"
10378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379 #  layout:
10380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10381 #    layout: "plot-service-density"
10382 #
10383 #- type: "plot"
10384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10385 #  algorithm: "plot_nf_heatmap"
10386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10387 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10388 #  filter: "'NIC_Intel-XL710' and
10389 #           'NF_DENSITY' and
10390 #           'DOCKER' and
10391 #           'CHAIN' and
10392 #           'NF_VPPIP4' and
10393 #           'IPSEC' and
10394 #           'TNL_10000' and
10395 #           'IMIX' and
10396 #           '2T2C' and
10397 #           'MRR'"
10398 #  parameters:
10399 #  - "result"
10400 #  - "name"
10401 #  - "tags"
10402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403 #  x-axis: "X = CNFs per Service Chain"
10404 #  y-axis: "Y = Number of Service Chains"
10405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406 #  layout:
10407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10408 #    layout: "plot-service-density"
10409 #
10410 #- type: "plot"
10411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10412 #  algorithm: "plot_nf_heatmap"
10413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10414 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10415 #  filter: "'NIC_Intel-XL710' and
10416 #           'NF_DENSITY' and
10417 #           'DOCKER' and
10418 #           'CHAIN' and
10419 #           'NF_VPPIP4' and
10420 #           'IPSEC' and
10421 #           'TNL_10000' and
10422 #           'IMIX' and
10423 #           '4T4C' and
10424 #           'MRR'"
10425 #  parameters:
10426 #  - "result"
10427 #  - "name"
10428 #  - "tags"
10429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10430 #  x-axis: "X = CNFs per Service Chain"
10431 #  y-axis: "Y = Number of Service Chains"
10432 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10433 #  layout:
10434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10435 #    layout: "plot-service-density"
10436
10437 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10438 #- type: "plot"
10439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10440 #  algorithm: "plot_nf_heatmap"
10441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10442 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10443 #  filter: "'NIC_Intel-XL710' and
10444 #           'NF_DENSITY' and
10445 #           'DOCKER' and
10446 #           'CHAIN' and
10447 #           'NF_VPPIP4' and
10448 #           'IPSEC' and
10449 #           'TNL_10000' and
10450 #           'IMIX' and
10451 #           '1T1C' and
10452 #           'NDRPDR'"
10453 #  parameters:
10454 #  - "throughput"
10455 #  - "name"
10456 #  - "tags"
10457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10458 #  x-axis: "X = CNFs per Service Chain"
10459 #  y-axis: "Y = Number of Service Chains"
10460 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10461 #  layout:
10462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10463 #    layout: "plot-service-density"
10464 #
10465 #- type: "plot"
10466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10467 #  algorithm: "plot_nf_heatmap"
10468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10469 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10470 #  filter: "'NIC_Intel-XL710' and
10471 #           'NF_DENSITY' and
10472 #           'DOCKER' and
10473 #           'CHAIN' and
10474 #           'NF_VPPIP4' and
10475 #           'IPSEC' and
10476 #           'TNL_10000' and
10477 #           'IMIX' and
10478 #           '2T2C' 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-10000tnl-vppip4-ndr"
10490 #    layout: "plot-service-density"
10491 #
10492 #- type: "plot"
10493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10494 #  algorithm: "plot_nf_heatmap"
10495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10496 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10497 #  filter: "'NIC_Intel-XL710' and
10498 #           'NF_DENSITY' and
10499 #           'DOCKER' and
10500 #           'CHAIN' and
10501 #           'NF_VPPIP4' and
10502 #           'IPSEC' and
10503 #           'TNL_10000' and
10504 #           'IMIX' and
10505 #           '4T4C' and
10506 #           'NDRPDR'"
10507 #  parameters:
10508 #  - "throughput"
10509 #  - "name"
10510 #  - "tags"
10511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10512 #  x-axis: "X = CNFs per Service Chain"
10513 #  y-axis: "Y = Number of Service Chains"
10514 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10515 #  layout:
10516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10517 #    layout: "plot-service-density"
10518 #
10519 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10520 #- type: "plot"
10521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10522 #  algorithm: "plot_nf_heatmap"
10523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10524 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10525 #  filter: "'NIC_Intel-XL710' and
10526 #           'NF_DENSITY' and
10527 #           'DOCKER' and
10528 #           'CHAIN' and
10529 #           'NF_VPPIP4' and
10530 #           'IPSEC' and
10531 #           'TNL_10000' and
10532 #           'IMIX' and
10533 #           '1T1C' and
10534 #           'NDRPDR'"
10535 #  parameters:
10536 #  - "throughput"
10537 #  - "name"
10538 #  - "tags"
10539 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10540 #  x-axis: "X = CNFs per Service Chain"
10541 #  y-axis: "Y = Number of Service Chains"
10542 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10543 #  layout:
10544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10545 #    layout: "plot-service-density"
10546 #
10547 #- type: "plot"
10548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10549 #  algorithm: "plot_nf_heatmap"
10550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10552 #  filter: "'NIC_Intel-XL710' and
10553 #           'NF_DENSITY' and
10554 #           'DOCKER' and
10555 #           'CHAIN' and
10556 #           'NF_VPPIP4' and
10557 #           'IPSEC' and
10558 #           'TNL_10000' and
10559 #           'IMIX' and
10560 #           '2T2C' and
10561 #           'NDRPDR'"
10562 #  parameters:
10563 #  - "throughput"
10564 #  - "name"
10565 #  - "tags"
10566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10567 #  x-axis: "X = CNFs per Service Chain"
10568 #  y-axis: "Y = Number of Service Chains"
10569 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10570 #  layout:
10571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10572 #    layout: "plot-service-density"
10573 #
10574 #- type: "plot"
10575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10576 #  algorithm: "plot_nf_heatmap"
10577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10579 #  filter: "'NIC_Intel-XL710' and
10580 #           'NF_DENSITY' and
10581 #           'DOCKER' and
10582 #           'CHAIN' and
10583 #           'NF_VPPIP4' and
10584 #           'IPSEC' and
10585 #           'TNL_10000' and
10586 #           'IMIX' and
10587 #           '4T4C' and
10588 #           'NDRPDR'"
10589 #  parameters:
10590 #  - "throughput"
10591 #  - "name"
10592 #  - "tags"
10593 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10594 #  x-axis: "X = CNFs per Service Chain"
10595 #  y-axis: "Y = Number of Service Chains"
10596 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10597 #  layout:
10598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10599 #    layout: "plot-service-density"
10600
10601 ###############################################################################
10602
10603 # Plots - NF Density - CSP - MRR IMIX
10604 - type: "plot"
10605   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10606   algorithm: "plot_nf_heatmap"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10609   data: "plot-vpp-nfv-2n-skx-mrr"
10610   filter: "'NIC_Intel-XXV710' and
10611            'NF_DENSITY' and
10612            'DOCKER' and
10613            'PIPELINE' and
10614            'NF_VPPIP4' and
10615            'IMIX' and
10616            '2T1C' and
10617            'MRR'"
10618   parameters:
10619   - "result"
10620   - "name"
10621   - "tags"
10622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10623   x-axis: "X = CNFs per Service Pipeline"
10624   y-axis: "Y = Number of Service Pipelines"
10625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10626   layout:
10627     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10628     layout: "plot-service-density"
10629
10630 - type: "plot"
10631   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10632   algorithm: "plot_nf_heatmap"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10635   data: "plot-vpp-nfv-2n-skx-mrr"
10636   filter: "'NIC_Intel-XXV710' and
10637            'NF_DENSITY' and
10638            'DOCKER' and
10639            'PIPELINE' and
10640            'NF_VPPIP4' and
10641            'IMIX' and
10642            '4T2C' and
10643            'MRR'"
10644   parameters:
10645   - "result"
10646   - "name"
10647   - "tags"
10648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10649   x-axis: "X = CNFs per Service Pipeline"
10650   y-axis: "Y = Number of Service Pipelines"
10651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10652   layout:
10653     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10654     layout: "plot-service-density"
10655
10656 - type: "plot"
10657   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10658   algorithm: "plot_nf_heatmap"
10659   output-file-type: ".html"
10660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10661   data: "plot-vpp-nfv-2n-skx-mrr"
10662   filter: "'NIC_Intel-XXV710' and
10663            'NF_DENSITY' and
10664            'DOCKER' and
10665            'PIPELINE' and
10666            'NF_VPPIP4' and
10667            'IMIX' and
10668            '8T4C' and
10669            'MRR'"
10670   parameters:
10671   - "result"
10672   - "name"
10673   - "tags"
10674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10675   x-axis: "X = CNFs per Service Pipeline"
10676   y-axis: "Y = Number of Service Pipelines"
10677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10678   layout:
10679     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10680     layout: "plot-service-density"
10681
10682 # Plots - NF Density - CSP - NDR IMIX
10683 - type: "plot"
10684   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10685   algorithm: "plot_nf_heatmap"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10689   filter: "'NIC_Intel-XXV710' and
10690            'NF_DENSITY' and
10691            'DOCKER' and
10692            'PIPELINE' and
10693            'NF_VPPIP4' and
10694            'IMIX' and
10695            '2T1C' and
10696            'NDRPDR'"
10697   parameters:
10698   - "throughput"
10699   - "name"
10700   - "tags"
10701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10702   x-axis: "X = CNFs per Service Pipeline"
10703   y-axis: "Y = Number of Service Pipelines"
10704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10705   layout:
10706     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10707     layout: "plot-service-density"
10708
10709 - type: "plot"
10710   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10711   algorithm: "plot_nf_heatmap"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10715   filter: "'NIC_Intel-XXV710' and
10716            'NF_DENSITY' and
10717            'DOCKER' and
10718            'PIPELINE' and
10719            'NF_VPPIP4' and
10720            'IMIX' and
10721            '4T2C' and
10722            'NDRPDR'"
10723   parameters:
10724   - "throughput"
10725   - "name"
10726   - "tags"
10727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10728   x-axis: "X = CNFs per Service Pipeline"
10729   y-axis: "Y = Number of Service Pipelines"
10730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10731   layout:
10732     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10733     layout: "plot-service-density"
10734
10735 - type: "plot"
10736   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10737   algorithm: "plot_nf_heatmap"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10741   filter: "'NIC_Intel-XXV710' and
10742            'NF_DENSITY' and
10743            'DOCKER' and
10744            'PIPELINE' and
10745            'NF_VPPIP4' and
10746            'IMIX' and
10747            '8T4C' and
10748            'NDRPDR'"
10749   parameters:
10750   - "throughput"
10751   - "name"
10752   - "tags"
10753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10754   x-axis: "X = CNFs per Service Pipeline"
10755   y-axis: "Y = Number of Service Pipelines"
10756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10757   layout:
10758     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10759     layout: "plot-service-density"
10760
10761 # Plots - NF Density - CSP - PDR IMIX
10762 - type: "plot"
10763   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10764   algorithm: "plot_nf_heatmap"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10768   filter: "'NIC_Intel-XXV710' and
10769            'NF_DENSITY' and
10770            'DOCKER' and
10771            'PIPELINE' and
10772            'NF_VPPIP4' and
10773            'IMIX' and
10774            '2T1C' and
10775            'NDRPDR'"
10776   parameters:
10777   - "throughput"
10778   - "name"
10779   - "tags"
10780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = CNFs per Service Pipeline"
10782   y-axis: "Y = Number of Service Pipelines"
10783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'DOCKER' and
10797            'PIPELINE' and
10798            'NF_VPPIP4' and
10799            'IMIX' and
10800            '4T2C' and
10801            'NDRPDR'"
10802   parameters:
10803   - "throughput"
10804   - "name"
10805   - "tags"
10806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = CNFs per Service Pipeline"
10808   y-axis: "Y = Number of Service Pipelines"
10809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10812     layout: "plot-service-density"
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'DOCKER' and
10823            'PIPELINE' and
10824            'NF_VPPIP4' and
10825            'IMIX' and
10826            '8T4C' and
10827            'NDRPDR'"
10828   parameters:
10829   - "throughput"
10830   - "name"
10831   - "tags"
10832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10833   x-axis: "X = CNFs per Service Pipeline"
10834   y-axis: "Y = Number of Service Pipelines"
10835   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10836   layout:
10837     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10838     layout: "plot-service-density"
10839
10840 ###############################################################################
10841 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10842
10843 - type: "plot"
10844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10845   algorithm: "plot_nf_heatmap"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10848   data: "plot-vpp-nfv-2n-clx-mrr"
10849   filter: "'NIC_Intel-XXV710' and
10850            'NF_DENSITY' and
10851            'VHOST' and
10852            not 'VXLAN' and
10853            'CHAIN' and
10854            'NF_VPPIP4' and
10855            'IMIX' and
10856            '2T1C' and
10857            'MRR'"
10858   parameters:
10859   - "result"
10860   - "name"
10861   - "tags"
10862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = VNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10868     layout: "plot-service-density"
10869
10870 - type: "plot"
10871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10872   algorithm: "plot_nf_heatmap"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10875   data: "plot-vpp-nfv-2n-clx-mrr"
10876   filter: "'NIC_Intel-XXV710' and
10877            'NF_DENSITY' and
10878            'VHOST' and
10879            not 'VXLAN' and
10880            'CHAIN' and
10881            'NF_VPPIP4' and
10882            'IMIX' and
10883            '4T2C' and
10884            'MRR'"
10885   parameters:
10886   - "result"
10887   - "name"
10888   - "tags"
10889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10890   x-axis: "X = VNFs per Service Chain"
10891   y-axis: "Y = Number of Service Chains"
10892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10893   layout:
10894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10895     layout: "plot-service-density"
10896
10897 - type: "plot"
10898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10899   algorithm: "plot_nf_heatmap"
10900   output-file-type: ".html"
10901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10902   data: "plot-vpp-nfv-2n-clx-mrr"
10903   filter: "'NIC_Intel-XXV710' and
10904            'NF_DENSITY' and
10905            'VHOST' and
10906            not 'VXLAN' and
10907            'CHAIN' and
10908            'NF_VPPIP4' and
10909            'IMIX' and
10910            '8T4C' and
10911            'MRR'"
10912   parameters:
10913   - "result"
10914   - "name"
10915   - "tags"
10916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10917   x-axis: "X = VNFs per Service Chain"
10918   y-axis: "Y = Number of Service Chains"
10919   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10920   layout:
10921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10922     layout: "plot-service-density"
10923
10924 # Plots - NF Density - VSC - NDR IMIX
10925 - type: "plot"
10926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10927   algorithm: "plot_nf_heatmap"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10931   filter: "'NIC_Intel-XXV710' and
10932            'NF_DENSITY' and
10933            'VHOST' and
10934            not 'VXLAN' and
10935            'CHAIN' and
10936            'NF_VPPIP4' and
10937            'IMIX' and
10938            '2T1C' and
10939            'NDRPDR'"
10940   parameters:
10941   - "throughput"
10942   - "name"
10943   - "tags"
10944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10945   x-axis: "X = VNFs per Service Chain"
10946   y-axis: "Y = Number of Service Chains"
10947   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10948   layout:
10949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10950     layout: "plot-service-density"
10951
10952 - type: "plot"
10953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10954   algorithm: "plot_nf_heatmap"
10955   output-file-type: ".html"
10956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10957   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10958   filter: "'NIC_Intel-XXV710' and
10959            'NF_DENSITY' and
10960            'VHOST' and
10961            not 'VXLAN' and
10962            'CHAIN' and
10963            'NF_VPPIP4' and
10964            'IMIX' and
10965            '4T2C' and
10966            'NDRPDR'"
10967   parameters:
10968   - "throughput"
10969   - "name"
10970   - "tags"
10971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10972   x-axis: "X = VNFs per Service Chain"
10973   y-axis: "Y = Number of Service Chains"
10974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10975   layout:
10976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10977     layout: "plot-service-density"
10978
10979 - type: "plot"
10980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10981   algorithm: "plot_nf_heatmap"
10982   output-file-type: ".html"
10983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10984   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10985   filter: "'NIC_Intel-XXV710' and
10986            'NF_DENSITY' and
10987            'VHOST' and
10988            not 'VXLAN' and
10989            'CHAIN' and
10990            'NF_VPPIP4' and
10991            'IMIX' and
10992            '8T4C' and
10993            'NDRPDR'"
10994   parameters:
10995   - "throughput"
10996   - "name"
10997   - "tags"
10998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10999   x-axis: "X = VNFs per Service Chain"
11000   y-axis: "Y = Number of Service Chains"
11001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11002   layout:
11003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11004     layout: "plot-service-density"
11005
11006 # Plots - NF Density - VSC - PDR IMIX
11007 - type: "plot"
11008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11009   algorithm: "plot_nf_heatmap"
11010   output-file-type: ".html"
11011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11012   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11013   filter: "'NIC_Intel-XXV710' and
11014            'NF_DENSITY' and
11015            'VHOST' and
11016            not 'VXLAN' and
11017            'CHAIN' and
11018            'NF_VPPIP4' and
11019            'IMIX' and
11020            '2T1C' and
11021            'NDRPDR'"
11022   parameters:
11023   - "throughput"
11024   - "name"
11025   - "tags"
11026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11027   x-axis: "X = VNFs per Service Chain"
11028   y-axis: "Y = Number of Service Chains"
11029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11030   layout:
11031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11032     layout: "plot-service-density"
11033
11034 - type: "plot"
11035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11036   algorithm: "plot_nf_heatmap"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11039   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11040   filter: "'NIC_Intel-XXV710' and
11041            'NF_DENSITY' and
11042            'VHOST' and
11043            not 'VXLAN' and
11044            'CHAIN' and
11045            'NF_VPPIP4' and
11046            'IMIX' and
11047            '4T2C' and
11048            'NDRPDR'"
11049   parameters:
11050   - "throughput"
11051   - "name"
11052   - "tags"
11053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11054   x-axis: "X = VNFs per Service Chain"
11055   y-axis: "Y = Number of Service Chains"
11056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11057   layout:
11058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11059     layout: "plot-service-density"
11060
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'VHOST' and
11070            not 'VXLAN' and
11071            'CHAIN' and
11072            'NF_VPPIP4' and
11073            'IMIX' and
11074            '8T4C' and
11075            'NDRPDR'"
11076   parameters:
11077   - "throughput"
11078   - "name"
11079   - "tags"
11080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11081   x-axis: "X = VNFs per Service Chain"
11082   y-axis: "Y = Number of Service Chains"
11083   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11084   layout:
11085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11086     layout: "plot-service-density"
11087
11088 # Plots - NF Density - VSC - MRR IMIX
11089 - type: "plot"
11090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11091   algorithm: "plot_nf_heatmap"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11094   data: "plot-vpp-nfv-2n-clx-mrr"
11095   filter: "'NIC_Intel-XXV710' and
11096            'NF_DENSITY' and
11097            'VHOST' and
11098            'VXLAN' and
11099            'CHAIN' and
11100            'IMIX' and
11101            '2T1C' and
11102            'MRR'"
11103   parameters:
11104   - "result"
11105   - "name"
11106   - "tags"
11107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11108   x-axis: "X = VNFs per Service Chain"
11109   y-axis: "Y = Number of Service Chains"
11110   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11111   layout:
11112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11113     layout: "plot-service-density"
11114
11115 - type: "plot"
11116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11117   algorithm: "plot_nf_heatmap"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11120   data: "plot-vpp-nfv-2n-clx-mrr"
11121   filter: "'NIC_Intel-XXV710' and
11122            'NF_DENSITY' and
11123            'VHOST' and
11124            'VXLAN' and
11125            'CHAIN' and
11126            'IMIX' and
11127            '4T2C' and
11128            'MRR'"
11129   parameters:
11130   - "result"
11131   - "name"
11132   - "tags"
11133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11134   x-axis: "X = VNFs per Service Chain"
11135   y-axis: "Y = Number of Service Chains"
11136   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11137   layout:
11138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11139     layout: "plot-service-density"
11140
11141 - type: "plot"
11142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11143   algorithm: "plot_nf_heatmap"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11146   data: "plot-vpp-nfv-2n-clx-mrr"
11147   filter: "'NIC_Intel-XXV710' and
11148            'NF_DENSITY' and
11149            'VHOST' and
11150            'VXLAN' and
11151            'CHAIN' and
11152            'IMIX' and
11153            '8T4C' and
11154            'MRR'"
11155   parameters:
11156   - "result"
11157   - "name"
11158   - "tags"
11159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11160   x-axis: "X = VNFs per Service Chain"
11161   y-axis: "Y = Number of Service Chains"
11162   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11163   layout:
11164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11165     layout: "plot-service-density"
11166
11167 # Plots - NF Density - VSC - NDR IMIX
11168 - type: "plot"
11169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11170   algorithm: "plot_nf_heatmap"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11174   filter: "'NIC_Intel-XXV710' and
11175            'NF_DENSITY' and
11176            'VHOST' and
11177            'VXLAN' and
11178            'CHAIN' and
11179            'IMIX' and
11180            '2T1C' and
11181            'NDRPDR'"
11182   parameters:
11183   - "throughput"
11184   - "name"
11185   - "tags"
11186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11187   x-axis: "X = VNFs per Service Chain"
11188   y-axis: "Y = Number of Service Chains"
11189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11190   layout:
11191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11192     layout: "plot-service-density"
11193
11194 - type: "plot"
11195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11196   algorithm: "plot_nf_heatmap"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11200   filter: "'NIC_Intel-XXV710' and
11201            'NF_DENSITY' and
11202            'VHOST' and
11203            'VXLAN' and
11204            'CHAIN' and
11205            'IMIX' and
11206            '4T2C' and
11207            'NDRPDR'"
11208   parameters:
11209   - "throughput"
11210   - "name"
11211   - "tags"
11212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11213   x-axis: "X = VNFs per Service Chain"
11214   y-axis: "Y = Number of Service Chains"
11215   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11216   layout:
11217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11218     layout: "plot-service-density"
11219
11220 - type: "plot"
11221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11222   algorithm: "plot_nf_heatmap"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11226   filter: "'NIC_Intel-XXV710' and
11227            'NF_DENSITY' and
11228            'VHOST' and
11229            'VXLAN' and
11230            'CHAIN' and
11231            'IMIX' and
11232            '8T4C' and
11233            'NDRPDR'"
11234   parameters:
11235   - "throughput"
11236   - "name"
11237   - "tags"
11238   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11239   x-axis: "X = VNFs per Service Chain"
11240   y-axis: "Y = Number of Service Chains"
11241   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11242   layout:
11243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11244     layout: "plot-service-density"
11245
11246 # Plots - NF Density - VSC - PDR IMIX
11247 - type: "plot"
11248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11249   algorithm: "plot_nf_heatmap"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11252   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11253   filter: "'NIC_Intel-XXV710' and
11254            'NF_DENSITY' and
11255            'VHOST' and
11256            'VXLAN' and
11257            'CHAIN' and
11258            'IMIX' and
11259            '2T1C' and
11260            'NDRPDR'"
11261   parameters:
11262   - "throughput"
11263   - "name"
11264   - "tags"
11265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11266   x-axis: "X = VNFs per Service Chain"
11267   y-axis: "Y = Number of Service Chains"
11268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11269   layout:
11270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11271     layout: "plot-service-density"
11272
11273 - type: "plot"
11274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11275   algorithm: "plot_nf_heatmap"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11278   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11279   filter: "'NIC_Intel-XXV710' and
11280            'NF_DENSITY' and
11281            'VHOST' and
11282            'VXLAN' and
11283            'CHAIN' and
11284            'IMIX' and
11285            '4T2C' and
11286            'NDRPDR'"
11287   parameters:
11288   - "throughput"
11289   - "name"
11290   - "tags"
11291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11292   x-axis: "X = VNFs per Service Chain"
11293   y-axis: "Y = Number of Service Chains"
11294   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11295   layout:
11296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11297     layout: "plot-service-density"
11298
11299 - type: "plot"
11300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11301   algorithm: "plot_nf_heatmap"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11304   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11305   filter: "'NIC_Intel-XXV710' and
11306            'NF_DENSITY' and
11307            'VHOST' and
11308            'VXLAN' and
11309            'CHAIN' and
11310            'IMIX' and
11311            '8T4C' and
11312            'NDRPDR'"
11313   parameters:
11314   - "throughput"
11315   - "name"
11316   - "tags"
11317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11318   x-axis: "X = VNFs per Service Chain"
11319   y-axis: "Y = Number of Service Chains"
11320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11321   layout:
11322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11323     layout: "plot-service-density"
11324
11325 # Plots - NF Density - CSC - MRR IMIX
11326 - type: "plot"
11327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11328   algorithm: "plot_nf_heatmap"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11331   data: "plot-vpp-nfv-2n-clx-mrr"
11332   filter: "'NIC_Intel-XXV710' and
11333            'NF_DENSITY' and
11334            'DOCKER' and
11335            'CHAIN' and
11336            'NF_VPPIP4' and
11337            'IMIX' and
11338            '2T1C' and
11339            'MRR'"
11340   parameters:
11341   - "result"
11342   - "name"
11343   - "tags"
11344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11345   x-axis: "X = CNFs per Service Chain"
11346   y-axis: "Y = Number of Service Chains"
11347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11348   layout:
11349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11350     layout: "plot-service-density"
11351
11352 - type: "plot"
11353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11354   algorithm: "plot_nf_heatmap"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11357   data: "plot-vpp-nfv-2n-clx-mrr"
11358   filter: "'NIC_Intel-XXV710' and
11359            'NF_DENSITY' and
11360            'DOCKER' and
11361            'CHAIN' and
11362            'NF_VPPIP4' and
11363            'IMIX' and
11364            '4T2C' and
11365            'MRR'"
11366   parameters:
11367   - "result"
11368   - "name"
11369   - "tags"
11370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11371   x-axis: "X = CNFs per Service Chain"
11372   y-axis: "Y = Number of Service Chains"
11373   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11374   layout:
11375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11376     layout: "plot-service-density"
11377
11378 - type: "plot"
11379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11380   algorithm: "plot_nf_heatmap"
11381   output-file-type: ".html"
11382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11383   data: "plot-vpp-nfv-2n-clx-mrr"
11384   filter: "'NIC_Intel-XXV710' and
11385            'NF_DENSITY' and
11386            'DOCKER' and
11387            'CHAIN' and
11388            'NF_VPPIP4' and
11389            'IMIX' and
11390            '8T4C' and
11391            'MRR'"
11392   parameters:
11393   - "result"
11394   - "name"
11395   - "tags"
11396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11397   x-axis: "X = CNFs per Service Chain"
11398   y-axis: "Y = Number of Service Chains"
11399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11400   layout:
11401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11402     layout: "plot-service-density"
11403
11404 # Plots - NF Density - CSC - NDR IMIX
11405 - type: "plot"
11406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11407   algorithm: "plot_nf_heatmap"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11411   filter: "'NIC_Intel-XXV710' and
11412            'NF_DENSITY' and
11413            'DOCKER' and
11414            'CHAIN' and
11415            'NF_VPPIP4' and
11416            'IMIX' and
11417            '2T1C' and
11418            'NDRPDR'"
11419   parameters:
11420   - "throughput"
11421   - "name"
11422   - "tags"
11423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11424   x-axis: "X = CNFs per Service Chain"
11425   y-axis: "Y = Number of Service Chains"
11426   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11427   layout:
11428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11429     layout: "plot-service-density"
11430
11431 - type: "plot"
11432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11433   algorithm: "plot_nf_heatmap"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11437   filter: "'NIC_Intel-XXV710' and
11438            'NF_DENSITY' and
11439            'DOCKER' and
11440            'CHAIN' and
11441            'NF_VPPIP4' and
11442            'IMIX' and
11443            '4T2C' and
11444            'NDRPDR'"
11445   parameters:
11446   - "throughput"
11447   - "name"
11448   - "tags"
11449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11450   x-axis: "X = CNFs per Service Chain"
11451   y-axis: "Y = Number of Service Chains"
11452   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11453   layout:
11454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11455     layout: "plot-service-density"
11456
11457 - type: "plot"
11458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11459   algorithm: "plot_nf_heatmap"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11463   filter: "'NIC_Intel-XXV710' and
11464            'NF_DENSITY' and
11465            'DOCKER' and
11466            'CHAIN' and
11467            'NF_VPPIP4' and
11468            'IMIX' and
11469            '8T4C' and
11470            'NDRPDR'"
11471   parameters:
11472   - "throughput"
11473   - "name"
11474   - "tags"
11475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11476   x-axis: "X = CNFs per Service Chain"
11477   y-axis: "Y = Number of Service Chains"
11478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11479   layout:
11480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11481     layout: "plot-service-density"
11482
11483 # Plots - NF Density - CSC - PDR IMIX
11484 - type: "plot"
11485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11486   algorithm: "plot_nf_heatmap"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11489   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11490   filter: "'NIC_Intel-XXV710' and
11491            'NF_DENSITY' and
11492            'DOCKER' and
11493            'CHAIN' and
11494            'NF_VPPIP4' and
11495            'IMIX' and
11496            '2T1C' and
11497            'NDRPDR'"
11498   parameters:
11499   - "throughput"
11500   - "name"
11501   - "tags"
11502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11503   x-axis: "X = CNFs per Service Chain"
11504   y-axis: "Y = Number of Service Chains"
11505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11506   layout:
11507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11508     layout: "plot-service-density"
11509
11510 - type: "plot"
11511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11512   algorithm: "plot_nf_heatmap"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11515   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11516   filter: "'NIC_Intel-XXV710' and
11517            'NF_DENSITY' and
11518            'DOCKER' and
11519            'CHAIN' and
11520            'NF_VPPIP4' and
11521            'IMIX' and
11522            '4T2C' and
11523            'NDRPDR'"
11524   parameters:
11525   - "throughput"
11526   - "name"
11527   - "tags"
11528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11529   x-axis: "X = CNFs per Service Chain"
11530   y-axis: "Y = Number of Service Chains"
11531   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11532   layout:
11533     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11534     layout: "plot-service-density"
11535
11536 - type: "plot"
11537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11538   algorithm: "plot_nf_heatmap"
11539   output-file-type: ".html"
11540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11541   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11542   filter: "'NIC_Intel-XXV710' and
11543            'NF_DENSITY' and
11544            'DOCKER' and
11545            'CHAIN' and
11546            'NF_VPPIP4' and
11547            'IMIX' and
11548            '8T4C' and
11549            'NDRPDR'"
11550   parameters:
11551   - "throughput"
11552   - "name"
11553   - "tags"
11554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11555   x-axis: "X = CNFs per Service Chain"
11556   y-axis: "Y = Number of Service Chains"
11557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11558   layout:
11559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11560     layout: "plot-service-density"
11561
11562 # Plots - NF Density - CSP - MRR IMIX
11563 - type: "plot"
11564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11565   algorithm: "plot_nf_heatmap"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11568   data: "plot-vpp-nfv-2n-clx-mrr"
11569   filter: "'NIC_Intel-XXV710' and
11570            'NF_DENSITY' and
11571            'DOCKER' and
11572            'PIPELINE' and
11573            'NF_VPPIP4' and
11574            'IMIX' and
11575            '2T1C' and
11576            'MRR'"
11577   parameters:
11578   - "result"
11579   - "name"
11580   - "tags"
11581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11582   x-axis: "X = CNFs per Service Pipeline"
11583   y-axis: "Y = Number of Service Pipelines"
11584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11585   layout:
11586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11587     layout: "plot-service-density"
11588
11589 - type: "plot"
11590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11591   algorithm: "plot_nf_heatmap"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11594   data: "plot-vpp-nfv-2n-clx-mrr"
11595   filter: "'NIC_Intel-XXV710' and
11596            'NF_DENSITY' and
11597            'DOCKER' and
11598            'PIPELINE' and
11599            'NF_VPPIP4' and
11600            'IMIX' and
11601            '4T2C' and
11602            'MRR'"
11603   parameters:
11604   - "result"
11605   - "name"
11606   - "tags"
11607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11608   x-axis: "X = CNFs per Service Pipeline"
11609   y-axis: "Y = Number of Service Pipelines"
11610   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11611   layout:
11612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11613     layout: "plot-service-density"
11614
11615 - type: "plot"
11616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11617   algorithm: "plot_nf_heatmap"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11620   data: "plot-vpp-nfv-2n-clx-mrr"
11621   filter: "'NIC_Intel-XXV710' and
11622            'NF_DENSITY' and
11623            'DOCKER' and
11624            'PIPELINE' and
11625            'NF_VPPIP4' and
11626            'IMIX' and
11627            '8T4C' and
11628            'MRR'"
11629   parameters:
11630   - "result"
11631   - "name"
11632   - "tags"
11633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11634   x-axis: "X = CNFs per Service Pipeline"
11635   y-axis: "Y = Number of Service Pipelines"
11636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11637   layout:
11638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11639     layout: "plot-service-density"
11640
11641 # Plots - NF Density - CSP - NDR IMIX
11642 - type: "plot"
11643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11644   algorithm: "plot_nf_heatmap"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11648   filter: "'NIC_Intel-XXV710' and
11649            'NF_DENSITY' and
11650            'DOCKER' and
11651            'PIPELINE' and
11652            'NF_VPPIP4' and
11653            'IMIX' and
11654            '2T1C' and
11655            'NDRPDR'"
11656   parameters:
11657   - "throughput"
11658   - "name"
11659   - "tags"
11660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11661   x-axis: "X = CNFs per Service Pipeline"
11662   y-axis: "Y = Number of Service Pipelines"
11663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11664   layout:
11665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11666     layout: "plot-service-density"
11667
11668 - type: "plot"
11669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11670   algorithm: "plot_nf_heatmap"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11674   filter: "'NIC_Intel-XXV710' and
11675            'NF_DENSITY' and
11676            'DOCKER' and
11677            'PIPELINE' and
11678            'NF_VPPIP4' and
11679            'IMIX' and
11680            '4T2C' and
11681            'NDRPDR'"
11682   parameters:
11683   - "throughput"
11684   - "name"
11685   - "tags"
11686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11687   x-axis: "X = CNFs per Service Pipeline"
11688   y-axis: "Y = Number of Service Pipelines"
11689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11690   layout:
11691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11692     layout: "plot-service-density"
11693
11694 - type: "plot"
11695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11696   algorithm: "plot_nf_heatmap"
11697   output-file-type: ".html"
11698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11700   filter: "'NIC_Intel-XXV710' and
11701            'NF_DENSITY' and
11702            'DOCKER' and
11703            'PIPELINE' and
11704            'NF_VPPIP4' and
11705            'IMIX' and
11706            '8T4C' and
11707            'NDRPDR'"
11708   parameters:
11709   - "throughput"
11710   - "name"
11711   - "tags"
11712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11713   x-axis: "X = CNFs per Service Pipeline"
11714   y-axis: "Y = Number of Service Pipelines"
11715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11716   layout:
11717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11718     layout: "plot-service-density"
11719
11720 # Plots - NF Density - CSP - PDR IMIX
11721 - type: "plot"
11722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11723   algorithm: "plot_nf_heatmap"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11727   filter: "'NIC_Intel-XXV710' and
11728            'NF_DENSITY' and
11729            'DOCKER' and
11730            'PIPELINE' and
11731            'NF_VPPIP4' and
11732            'IMIX' and
11733            '2T1C' and
11734            'NDRPDR'"
11735   parameters:
11736   - "throughput"
11737   - "name"
11738   - "tags"
11739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11740   x-axis: "X = CNFs per Service Pipeline"
11741   y-axis: "Y = Number of Service Pipelines"
11742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11743   layout:
11744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11745     layout: "plot-service-density"
11746
11747 - type: "plot"
11748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11749   algorithm: "plot_nf_heatmap"
11750   output-file-type: ".html"
11751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11752   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11753   filter: "'NIC_Intel-XXV710' and
11754            'NF_DENSITY' and
11755            'DOCKER' and
11756            'PIPELINE' and
11757            'NF_VPPIP4' and
11758            'IMIX' and
11759            '4T2C' and
11760            'NDRPDR'"
11761   parameters:
11762   - "throughput"
11763   - "name"
11764   - "tags"
11765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11766   x-axis: "X = CNFs per Service Pipeline"
11767   y-axis: "Y = Number of Service Pipelines"
11768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11769   layout:
11770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11771     layout: "plot-service-density"
11772
11773 - type: "plot"
11774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11775   algorithm: "plot_nf_heatmap"
11776   output-file-type: ".html"
11777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11778   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11779   filter: "'NIC_Intel-XXV710' and
11780            'NF_DENSITY' and
11781            'DOCKER' and
11782            'PIPELINE' and
11783            'NF_VPPIP4' and
11784            'IMIX' and
11785            '8T4C' and
11786            'NDRPDR'"
11787   parameters:
11788   - "throughput"
11789   - "name"
11790   - "tags"
11791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11792   x-axis: "X = CNFs per Service Pipeline"
11793   y-axis: "Y = Number of Service Pipelines"
11794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11795   layout:
11796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11797     layout: "plot-service-density"
11798
11799 ################################################################################
11800
11801 # Packet Throughput
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11813   layout:
11814     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11827   layout:
11828     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11836   include:
11837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11841   layout:
11842     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11855   layout:
11856     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11870   layout:
11871     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11879   include:
11880     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11885   layout:
11886     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11894   include:
11895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11900   layout:
11901     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11914     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11915   layout:
11916     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11924   include:
11925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11930   layout:
11931     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11939   include:
11940     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11941     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11942     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11943     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11944     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11945   layout:
11946     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11954   include:
11955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11961   layout:
11962     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11970   include:
11971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11977   layout:
11978     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11992   layout:
11993     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12007   layout:
12008     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12016   include:
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12020   layout:
12021     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12029   include:
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12033   layout:
12034     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12048   layout:
12049     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12063   layout:
12064     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12072   include:
12073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12076   layout:
12077     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12089   layout:
12090     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12105   layout:
12106     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12121   layout:
12122     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12137   layout:
12138     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12146   include:
12147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12153   layout:
12154     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12162   include:
12163     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12166   layout:
12167     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12175   include:
12176     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12179   layout:
12180     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12193 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12194   layout:
12195     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12206 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12207 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12209   layout:
12210     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12239   layout:
12240     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12248   include:
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12254   layout:
12255     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12285   layout:
12286     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12301   layout:
12302     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12310   include:
12311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12317   layout:
12318     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326   include:
12327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12333   layout:
12334     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12348   layout:
12349     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12357   include:
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12363   layout:
12364     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12372   include:
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12379   layout:
12380     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388   include:
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12395   layout:
12396     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12404   include:
12405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12410   layout:
12411     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12419   include:
12420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12425   layout:
12426     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12434   include:
12435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12441   layout:
12442     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12457   layout:
12458     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12466   include:
12467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12472   layout:
12473     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12481   include:
12482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12487   layout:
12488     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12496   include:
12497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12503   layout:
12504     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12512   include:
12513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12519   layout:
12520     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531   layout:
12532     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12540   include:
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12543   layout:
12544     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12557   layout:
12558     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12585   layout:
12586     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12599   layout:
12600     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12608   include:
12609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12613   layout:
12614     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12622   include:
12623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12627   layout:
12628     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12629     layout: "plot-throughput"
12630
12631 - type: "plot"
12632   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12633   algorithm: "plot_perf_box_name"
12634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12636   include:
12637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12641   layout:
12642     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12650   include:
12651     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12655   layout:
12656     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12664   include:
12665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12671   layout:
12672     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12680   include:
12681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12687   layout:
12688     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12696   include:
12697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12702   layout:
12703     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12717   layout:
12718     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12726   include:
12727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12732   layout:
12733     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12760   layout:
12761     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12769   include:
12770     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12773   layout:
12774     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12782   include:
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12786   layout:
12787     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12795   include:
12796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12799   layout:
12800     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12829   layout:
12830     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12844   layout:
12845     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12859   layout:
12860     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12868   include:
12869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12874   layout:
12875     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12883   include:
12884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12889   layout:
12890     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12898   include:
12899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12904   layout:
12905     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12912   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12913   include:
12914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12919   layout:
12920     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12928   include:
12929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12934   layout:
12935     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12943   include:
12944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12949   layout:
12950     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12958   include:
12959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965   layout:
12966     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12974   include:
12975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981   layout:
12982     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12990   include:
12991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995   layout:
12996     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13004   include:
13005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009   layout:
13010     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025   layout:
13026     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041   layout:
13042     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057   layout:
13058     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073   layout:
13074     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13089   layout:
13090     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13105   layout:
13106     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13114   include:
13115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13121   layout:
13122     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13130   include:
13131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13137   layout:
13138     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13146   include:
13147     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13153   layout:
13154     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13162   include:
13163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13169   layout:
13170     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13185   layout:
13186     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13201   layout:
13202     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13210   include:
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13217   layout:
13218     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13233   layout:
13234     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13249   layout:
13250     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13265   layout:
13266     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13267     layout: "plot-throughput"
13268
13269 - type: "plot"
13270   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13271   algorithm: "plot_perf_box_name"
13272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13279   layout:
13280     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13293   layout:
13294     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13307   layout:
13308     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13321   layout:
13322     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13330   include:
13331     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13337   layout:
13338     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13343   algorithm: "plot_perf_box_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13346   include:
13347     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13353   layout:
13354     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13368   layout:
13369     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13383   layout:
13384     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13398   layout:
13399     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13427   layout:
13428     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13473   layout:
13474     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482   include:
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13505   layout:
13506     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13521   layout:
13522     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13537   layout:
13538     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13543   algorithm: "plot_perf_box_name"
13544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13546   include:
13547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13553   layout:
13554     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13562   include:
13563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13569   layout:
13570     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13578   include:
13579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13583   layout:
13584     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13592   include:
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13597   layout:
13598     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13599     layout: "plot-throughput"
13600
13601 - type: "plot"
13602   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13603   algorithm: "plot_perf_box_name"
13604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13606   include:
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13613   layout:
13614     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13622   include:
13623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13629   layout:
13630     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13638   include:
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13645   layout:
13646     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13654   include:
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13661   layout:
13662     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13663     layout: "plot-throughput"
13664
13665 #- type: "plot"
13666 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13667 #  algorithm: "plot_perf_box_name"
13668 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13669 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13670 #  include:
13671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13673 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13674 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13675 #  layout:
13676 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13677 #    layout: "plot-throughput"
13678 #
13679 #- type: "plot"
13680 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13681 #  algorithm: "plot_perf_box_name"
13682 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13683 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13684 #  include:
13685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13686 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13687 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13688 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13689 #  layout:
13690 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13691 #    layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13698   include:
13699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13705   layout:
13706     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13714   include:
13715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13721   layout:
13722     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13723     layout: "plot-throughput"
13724
13725 #- type: "plot"
13726 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13727 #  algorithm: "plot_perf_box_name"
13728 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13729 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13730 #  include:
13731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13733 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13734 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13735 #  layout:
13736 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13737 #    layout: "plot-throughput"
13738 #
13739 #- type: "plot"
13740 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13741 #  algorithm: "plot_perf_box_name"
13742 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13743 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13744 #  include:
13745 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13746 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13747 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13748 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13749 #  layout:
13750 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13751 #    layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13758   include:
13759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13765   layout:
13766     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13774   include:
13775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13781   layout:
13782     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13783     layout: "plot-throughput"
13784
13785 #- type: "plot"
13786 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13787 #  algorithm: "plot_perf_box_name"
13788 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13789 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13790 #  include:
13791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13797 #  layout:
13798 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13799 #    layout: "plot-throughput"
13800 #
13801 #- type: "plot"
13802 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13803 #  algorithm: "plot_perf_box_name"
13804 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13806 #  include:
13807 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13808 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13810 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13811 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13812 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13813 #  layout:
13814 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13815 #    layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13822   include:
13823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13829   layout:
13830     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13838   include:
13839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13845   layout:
13846     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13847     layout: "plot-throughput"
13848
13849 - type: "plot"
13850   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13851   algorithm: "plot_perf_box_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13861   layout:
13862     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870   include:
13871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13874 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13875 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13877   layout:
13878     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13879     layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13893   layout:
13894     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13909   layout:
13910     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13911     layout: "plot-throughput"
13912
13913 - type: "plot"
13914   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13915   algorithm: "plot_perf_box_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13918   include:
13919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13925   layout:
13926     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13934   include:
13935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13937     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13938     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13939     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13940     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13941   layout:
13942     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13943     layout: "plot-throughput"
13944
13945 #- type: "plot"
13946 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13947 #  algorithm: "plot_perf_box_name"
13948 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13949 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13950 #  include:
13951 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13953 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13954 #  layout:
13955 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13956 #    layout: "plot-throughput"
13957 #
13958 #- type: "plot"
13959 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13960 #  algorithm: "plot_perf_box_name"
13961 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13962 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13963 #  include:
13964 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13967 #  layout:
13968 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13969 #    layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13973   algorithm: "plot_perf_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13976   include:
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13982   layout:
13983     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13991   include:
13992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13997   layout:
13998     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14006   include:
14007     - "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"
14008     - "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"
14009     - "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"
14010     - "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"
14011     - "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"
14012   layout:
14013     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   include:
14022     - "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"
14023     - "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"
14024     - "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"
14025     - "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"
14026     - "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"
14027   layout:
14028     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14042   layout:
14043     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14066   include:
14067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14072   layout:
14073     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14074     layout: "plot-throughput"
14075
14076 - type: "plot"
14077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14078   algorithm: "plot_perf_box_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14087   layout:
14088     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14096   include:
14097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14102   layout:
14103     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14104     layout: "plot-throughput"
14105
14106 - type: "plot"
14107   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14108   algorithm: "plot_perf_box_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14111   include:
14112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14117   layout:
14118     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14119     layout: "plot-throughput"
14120
14121 - type: "plot"
14122   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14123   algorithm: "plot_perf_box_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14132   layout:
14133     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14134     layout: "plot-throughput"
14135
14136 - type: "plot"
14137   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14138   algorithm: "plot_perf_box_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14141   include:
14142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14147   layout:
14148     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14153   algorithm: "plot_perf_box_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14161   layout:
14162     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14163     layout: "plot-throughput"
14164
14165 - type: "plot"
14166   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14167   algorithm: "plot_perf_box_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14175   layout:
14176     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14177     layout: "plot-throughput"
14178
14179 - type: "plot"
14180   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14181   algorithm: "plot_perf_box_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14184   include:
14185     - "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"
14186     - "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"
14187     - "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"
14188     - "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"
14189   layout:
14190     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "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"
14200     - "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"
14201     - "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"
14202     - "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"
14203   layout:
14204     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14205     layout: "plot-throughput"
14206
14207 - type: "plot"
14208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14209   algorithm: "plot_perf_box_name"
14210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219   layout:
14220     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14221     layout: "plot-throughput"
14222
14223 - type: "plot"
14224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14225   algorithm: "plot_perf_box_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14235   layout:
14236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14237     layout: "plot-throughput"
14238
14239 - type: "plot"
14240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14241   algorithm: "plot_perf_box_name"
14242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14251   layout:
14252     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14253     layout: "plot-throughput"
14254
14255 - type: "plot"
14256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14257   algorithm: "plot_perf_box_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14260   include:
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14267   layout:
14268     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14269     layout: "plot-throughput"
14270
14271 - type: "plot"
14272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14273   algorithm: "plot_perf_box_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283   layout:
14284     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14285     layout: "plot-throughput"
14286
14287 - type: "plot"
14288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14289   algorithm: "plot_perf_box_name"
14290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14292   include:
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14301     layout: "plot-throughput"
14302
14303 - type: "plot"
14304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14305   algorithm: "plot_perf_box_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14316     layout: "plot-throughput"
14317
14318 - type: "plot"
14319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14320   algorithm: "plot_perf_box_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14341   layout:
14342     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14347   algorithm: "plot_perf_box_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14350   include:
14351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353   layout:
14354     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14355     layout: "plot-throughput"
14356
14357 - type: "plot"
14358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14359   algorithm: "plot_perf_box_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14362   include:
14363     - "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"
14364     - "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"
14365   layout:
14366     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14367     layout: "plot-throughput"
14368
14369 - type: "plot"
14370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14371   algorithm: "plot_perf_box_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14374   include:
14375     - "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"
14376     - "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"
14377   layout:
14378     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14386   include:
14387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14389   layout:
14390     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14403     layout: "plot-throughput"
14404
14405 - type: "plot"
14406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14407   algorithm: "plot_perf_box_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413   layout:
14414     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14415     layout: "plot-throughput"
14416
14417 - type: "plot"
14418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14419   algorithm: "plot_perf_box_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14434   include:
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14441   layout:
14442     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14443     layout: "plot-throughput"
14444
14445 - type: "plot"
14446   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14447   algorithm: "plot_perf_box_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14450   include:
14451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14457   layout:
14458     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14459     layout: "plot-throughput"
14460
14461 - type: "plot"
14462   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14463   algorithm: "plot_perf_box_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14466   include:
14467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14473   layout:
14474     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14475     layout: "plot-throughput"
14476
14477 - type: "plot"
14478   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14479   algorithm: "plot_perf_box_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14482   include:
14483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14487     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14489   layout:
14490     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14491     layout: "plot-throughput"
14492
14493 #- type: "plot"
14494 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14495 #  algorithm: "plot_perf_box_name"
14496 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14497 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14498 #  include:
14499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14505 #  layout:
14506 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14507 #    layout: "plot-throughput"
14508 #
14509 #- type: "plot"
14510 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14511 #  algorithm: "plot_perf_box_name"
14512 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14513 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14514 #  include:
14515 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14521 #  layout:
14522 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14523 #    layout: "plot-throughput"
14524
14525 - type: "plot"
14526   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14527   algorithm: "plot_perf_box_name"
14528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14530   include:
14531     - "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"
14532     - "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"
14533     - "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"
14534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14535     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14536     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14537   layout:
14538     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14539     layout: "plot-throughput"
14540
14541 - type: "plot"
14542   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14543   algorithm: "plot_perf_box_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14546   include:
14547     - "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"
14548     - "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"
14549     - "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"
14550     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14551     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14552     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14553   layout:
14554     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14555     layout: "plot-throughput"
14556
14557 ################################################################################
14558
14559 # Packet Speedup
14560
14561 - type: "plot"
14562   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14571   layout:
14572     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14585   layout:
14586     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14599   layout:
14600     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14613   layout:
14614     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14622   include:
14623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14628   layout:
14629     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14643   layout:
14644     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14658   layout:
14659     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14673   layout:
14674     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14689   layout:
14690     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14705   layout:
14706     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14720   layout:
14721     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14735   layout:
14736     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14744   include:
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14761   layout:
14762     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14763     layout: "plot-throughput-speedup-analysis"
14764
14765 - type: "plot"
14766   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14767   algorithm: "plot_tsa_name"
14768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14770   include:
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14776   layout:
14777     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14785   include:
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14791   layout:
14792     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14800   include:
14801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14804   layout:
14805     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14817   layout:
14818     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14833   layout:
14834     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14849   layout:
14850     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14858   include:
14859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14865   layout:
14866     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14874   include:
14875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14881   layout:
14882     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14890   include:
14891     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14894   layout:
14895     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14903   include:
14904     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14907   layout:
14908     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14922   layout:
14923     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14931   include:
14932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14935 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14936 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14937   layout:
14938     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14946   include:
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14952   layout:
14953     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14967   layout:
14968     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14997   layout:
14998     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15006   include:
15007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15013   layout:
15014     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15022   include:
15023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15029   layout:
15030     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15038   include:
15039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15045   layout:
15046     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15061   layout:
15062     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15070   include:
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15073   layout:
15074     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15082   include:
15083     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15085   layout:
15086     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15094   include:
15095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15099   layout:
15100     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15113   layout:
15114     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15127   layout:
15128     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15141   layout:
15142     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15150   include:
15151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15157   layout:
15158     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15166   include:
15167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15173   layout:
15174     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15188   layout:
15189     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15203   layout:
15204     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15218   layout:
15219     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15227   include:
15228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15242   include:
15243     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15246   layout:
15247     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15255   include:
15256     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15259   layout:
15260     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15272   layout:
15273     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15285   layout:
15286     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15300   layout:
15301     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15302     layout: "plot-throughput-speedup-analysis"
15303
15304 - type: "plot"
15305   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15306   algorithm: "plot_tsa_name"
15307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15309   include:
15310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15315   layout:
15316     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15324   include:
15325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15330   layout:
15331     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15339   include:
15340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15345   layout:
15346     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15354   include:
15355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15361   layout:
15362     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15370   include:
15371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15377   layout:
15378     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15386   include:
15387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15389     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15390     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15391   layout:
15392     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15400   include:
15401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15402     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15403     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15404     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15405   layout:
15406     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15421   layout:
15422     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15437   layout:
15438     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15448     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15453   layout:
15454     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15464     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15469   layout:
15470     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15485   layout:
15486     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15494   include:
15495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15501   layout:
15502     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15510   include:
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15517   layout:
15518     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15526   include:
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15533   layout:
15534     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15535     layout: "plot-throughput-speedup-analysis"
15536
15537 - type: "plot"
15538   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15539   algorithm: "plot_tsa_name"
15540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15542   include:
15543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15549   layout:
15550     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15558   include:
15559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15565   layout:
15566     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15574   include:
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15579   layout:
15580     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15588   include:
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15593   layout:
15594     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15607   layout:
15608     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15616   include:
15617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15621   layout:
15622     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15630   include:
15631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15637   layout:
15638     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15646   include:
15647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15653   layout:
15654     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15662   include:
15663     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15668   layout:
15669     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15683   layout:
15684     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15698   layout:
15699     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   include:
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15713   layout:
15714     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15722   include:
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15727   layout:
15728     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15736   include:
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15741   layout:
15742     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15773   layout:
15774     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15789   layout:
15790     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15805   layout:
15806     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15814   include:
15815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15821   layout:
15822     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15830   include:
15831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15837   layout:
15838     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15846   include:
15847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15853   layout:
15854     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15862   include:
15863     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15864     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15865     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15866     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15867     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15869   layout:
15870     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15878   include:
15879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15885   layout:
15886     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15894   include:
15895     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15896     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15901   layout:
15902     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15910   include:
15911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15916   layout:
15917     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15925   include:
15926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15931   layout:
15932     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15940   include:
15941     - "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"
15942     - "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"
15943     - "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"
15944     - "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"
15945     - "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"
15946   layout:
15947     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15955   include:
15956     - "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"
15957     - "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"
15958     - "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"
15959     - "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"
15960     - "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"
15961   layout:
15962     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15970   include:
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15976   layout:
15977     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15985   include:
15986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15991   layout:
15992     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16000   include:
16001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16006   layout:
16007     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16015   include:
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16021   layout:
16022     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16030   include:
16031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16036   layout:
16037     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16038     layout: "plot-throughput-speedup-analysis"
16039
16040 - type: "plot"
16041   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16042   algorithm: "plot_tsa_name"
16043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16045   include:
16046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16051   layout:
16052     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16060   include:
16061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16066   layout:
16067     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16075   include:
16076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16081   layout:
16082     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16090   include:
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095   layout:
16096     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 - type: "plot"
16100   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16101   algorithm: "plot_tsa_name"
16102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16104   include:
16105     - "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"
16106     - "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"
16107     - "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"
16108     - "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"
16109   layout:
16110     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16118   include:
16119     - "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"
16120     - "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"
16121     - "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"
16122     - "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"
16123   layout:
16124     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 - type: "plot"
16128   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16129   algorithm: "plot_tsa_name"
16130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16132   include:
16133     - "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"
16134     - "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"
16135     - "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"
16136     - "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"
16137   layout:
16138     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153   layout:
16154     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16162   include:
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169   layout:
16170     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 - type: "plot"
16174   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16175   algorithm: "plot_tsa_name"
16176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16178   include:
16179     - "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"
16180     - "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"
16181     - "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"
16182     - "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"
16183     - "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"
16184     - "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"
16185   layout:
16186     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16187     layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16194   include:
16195     - "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"
16196     - "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"
16197     - "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"
16198     - "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"
16199     - "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"
16200     - "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"
16201   layout:
16202     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16203     layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16210   include:
16211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16217   layout:
16218     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16226   include:
16227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16233   layout:
16234     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16242   include:
16243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16248   layout:
16249     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16257   include:
16258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16263   layout:
16264     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16272   include:
16273     - "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"
16274     - "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"
16275   layout:
16276     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16284   include:
16285     - "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"
16286     - "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"
16287   layout:
16288     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16296   include:
16297     - "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"
16298     - "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"
16299   layout:
16300     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16308   include:
16309     - "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"
16310     - "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"
16311   layout:
16312     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 - type: "plot"
16316   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16317   algorithm: "plot_tsa_name"
16318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16320   include:
16321     - "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"
16322     - "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"
16323     - "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"
16324     - "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"
16325     - "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"
16326     - "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"
16327   layout:
16328     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16336   include:
16337     - "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"
16338     - "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"
16339     - "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"
16340     - "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"
16341     - "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"
16342     - "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"
16343   layout:
16344     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16345     layout: "plot-throughput-speedup-analysis"
16346
16347 - type: "plot"
16348   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16349   algorithm: "plot_tsa_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16352   include:
16353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16354     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16355     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16357     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16358   layout:
16359     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 - type: "plot"
16363   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16367   include:
16368     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16369     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16370     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16371     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16372     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16373   layout:
16374     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16382   include:
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16388   layout:
16389     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16397   include:
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16403   layout:
16404     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16405     layout: "plot-throughput-speedup-analysis"
16406
16407 - type: "plot"
16408   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16409   algorithm: "plot_tsa_name"
16410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16412   include:
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16419   layout:
16420     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16428   include:
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16435   layout:
16436     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16444   include:
16445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16449   layout:
16450     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16458   include:
16459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16463   layout:
16464     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16472   include:
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16478   layout:
16479     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16487   include:
16488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16493   layout:
16494     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16502   include:
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16509   layout:
16510     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16511     layout: "plot-throughput-speedup-analysis"
16512
16513 - type: "plot"
16514   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16515   algorithm: "plot_tsa_name"
16516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16518   include:
16519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16525   layout:
16526     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16534   include:
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16539   layout:
16540     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16541     layout: "plot-throughput-speedup-analysis"
16542
16543 - type: "plot"
16544   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16545   algorithm: "plot_tsa_name"
16546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16548   include:
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16578   include:
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16585   layout:
16586     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16594   include:
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16601   layout:
16602     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16610   include:
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16617   layout:
16618     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16619     layout: "plot-throughput-speedup-analysis"
16620
16621 - type: "plot"
16622   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16623   algorithm: "plot_tsa_name"
16624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16626   include:
16627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16633   layout:
16634     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16642   include:
16643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16648     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16649   layout:
16650     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16651     layout: "plot-throughput-speedup-analysis"
16652
16653 - type: "plot"
16654   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16655   algorithm: "plot_tsa_name"
16656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16658   include:
16659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16665   layout:
16666     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 - type: "plot"
16670   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16671   algorithm: "plot_tsa_name"
16672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16674   include:
16675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16681   layout:
16682     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16683     layout: "plot-throughput-speedup-analysis"
16684
16685 - type: "plot"
16686   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16687   algorithm: "plot_tsa_name"
16688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16690   include:
16691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16697   layout:
16698     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16699     layout: "plot-throughput-speedup-analysis"
16700
16701 - type: "plot"
16702   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16703   algorithm: "plot_tsa_name"
16704   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16705   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16706   include:
16707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16713   layout:
16714     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16715     layout: "plot-throughput-speedup-analysis"
16716
16717 #- type: "plot"
16718 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16719 #  algorithm: "plot_tsa_name"
16720 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16721 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16722 #  include:
16723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16725 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16729 #  layout:
16730 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16731 #    layout: "plot-throughput-speedup-analysis"
16732 #
16733 #- type: "plot"
16734 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16735 #  algorithm: "plot_tsa_name"
16736 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16737 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16738 #  include:
16739 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16740 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16741 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16742 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16743 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16744 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16745 #  layout:
16746 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16747 #    layout: "plot-throughput-speedup-analysis"
16748
16749 - type: "plot"
16750   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16751   algorithm: "plot_tsa_name"
16752   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16753   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16754   include:
16755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16760   layout:
16761     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16762     layout: "plot-throughput-speedup-analysis"
16763
16764 - type: "plot"
16765   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16766   algorithm: "plot_tsa_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16769   include:
16770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16775   layout:
16776     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16777     layout: "plot-throughput-speedup-analysis"
16778
16779 - type: "plot"
16780   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16781   algorithm: "plot_tsa_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16783   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16784   include:
16785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16791   layout:
16792     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16793     layout: "plot-throughput-speedup-analysis"
16794
16795 - type: "plot"
16796   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16797   algorithm: "plot_tsa_name"
16798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16800   include:
16801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16807   layout:
16808     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 - type: "plot"
16812   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16813   algorithm: "plot_tsa_name"
16814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16816   include:
16817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16822   layout:
16823     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16824     layout: "plot-throughput-speedup-analysis"
16825
16826 - type: "plot"
16827   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16828   algorithm: "plot_tsa_name"
16829   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16830   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16831   include:
16832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16837   layout:
16838     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16839     layout: "plot-throughput-speedup-analysis"
16840
16841 #- type: "plot"
16842 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16843 #  algorithm: "plot_tsa_name"
16844 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16845 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16846 #  include:
16847 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16848 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16849 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16851 #  layout:
16852 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16853 #    layout: "plot-throughput-speedup-analysis"
16854 #
16855 #- type: "plot"
16856 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16857 #  algorithm: "plot_tsa_name"
16858 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16859 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16860 #  include:
16861 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16862 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16863 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16864 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16865 #  layout:
16866 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16867 #    layout: "plot-throughput-speedup-analysis"
16868
16869 - type: "plot"
16870   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16871   algorithm: "plot_tsa_name"
16872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16874   include:
16875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16881   layout:
16882     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16883     layout: "plot-throughput-speedup-analysis"
16884
16885 - type: "plot"
16886   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16887   algorithm: "plot_tsa_name"
16888   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16889   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16890   include:
16891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16897   layout:
16898     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16899     layout: "plot-throughput-speedup-analysis"
16900
16901 - type: "plot"
16902   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16903   algorithm: "plot_tsa_name"
16904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16906   include:
16907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16912   layout:
16913     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16914     layout: "plot-throughput-speedup-analysis"
16915
16916 - type: "plot"
16917   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16918   algorithm: "plot_tsa_name"
16919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16921   include:
16922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16927   layout:
16928     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16929     layout: "plot-throughput-speedup-analysis"
16930
16931 - type: "plot"
16932   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16933   algorithm: "plot_tsa_name"
16934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16943   layout:
16944     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16959   layout:
16960     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16961     layout: "plot-throughput-speedup-analysis"
16962
16963 - type: "plot"
16964   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16965   algorithm: "plot_tsa_name"
16966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16973   layout:
16974     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16975     layout: "plot-throughput-speedup-analysis"
16976
16977 - type: "plot"
16978   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16979   algorithm: "plot_tsa_name"
16980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16982   include:
16983     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16987   layout:
16988     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16989     layout: "plot-throughput-speedup-analysis"
16990
16991 - type: "plot"
16992   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16993   algorithm: "plot_tsa_name"
16994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16996   include:
16997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17002   layout:
17003     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17004     layout: "plot-throughput-speedup-analysis"
17005
17006 - type: "plot"
17007   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17008   algorithm: "plot_tsa_name"
17009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17011   include:
17012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17017   layout:
17018     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17019     layout: "plot-throughput-speedup-analysis"
17020
17021 - type: "plot"
17022   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17023   algorithm: "plot_tsa_name"
17024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17026   include:
17027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17033   layout:
17034     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17035     layout: "plot-throughput-speedup-analysis"
17036
17037 - type: "plot"
17038   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17039   algorithm: "plot_tsa_name"
17040   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17041   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17042   include:
17043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17049   layout:
17050     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17051     layout: "plot-throughput-speedup-analysis"
17052
17053 #- type: "plot"
17054 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17055 #  algorithm: "plot_tsa_name"
17056 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17057 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17058 #  include:
17059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17063 #  layout:
17064 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17065 #    layout: "plot-throughput-speedup-analysis"
17066 #
17067 #- type: "plot"
17068 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17069 #  algorithm: "plot_tsa_name"
17070 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17071 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17072 #  include:
17073 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17074 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17075 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17076 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17077 #  layout:
17078 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17079 #    layout: "plot-throughput-speedup-analysis"
17080
17081 - type: "plot"
17082   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17083   algorithm: "plot_tsa_name"
17084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17086   include:
17087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17093   layout:
17094     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17095     layout: "plot-throughput-speedup-analysis"
17096
17097 - type: "plot"
17098   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17099   algorithm: "plot_tsa_name"
17100   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17101   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17102   include:
17103     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17109   layout:
17110     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17111     layout: "plot-throughput-speedup-analysis"
17112
17113 #- type: "plot"
17114 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17115 #  algorithm: "plot_tsa_name"
17116 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17117 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17118 #  include:
17119 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17125 #  layout:
17126 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17127 #    layout: "plot-throughput-speedup-analysis"
17128 #
17129 #- type: "plot"
17130 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17131 #  algorithm: "plot_tsa_name"
17132 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17133 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17134 #  include:
17135 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17136 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17137 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17138 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17139 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17140 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17141 #  layout:
17142 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17143 #    layout: "plot-throughput-speedup-analysis"
17144
17145 #- type: "plot"
17146 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17147 #  algorithm: "plot_tsa_name"
17148 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17149 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17150 #  include:
17151 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17154 #  layout:
17155 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17156 #    layout: "plot-throughput-speedup-analysis"
17157 #
17158 #- type: "plot"
17159 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17160 #  algorithm: "plot_tsa_name"
17161 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17162 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17163 #  include:
17164 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17165 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17166 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17167 #  layout:
17168 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17169 #    layout: "plot-throughput-speedup-analysis"
17170
17171 ################################################################################
17172
17173 # Packet Throughput - DPDK
17174
17175 # 2n-skx-xxv710
17176
17177 - type: "plot"
17178   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17181   data: "plot-dpdk-throughput-latency-2n-skx"
17182   include:
17183     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17185   layout:
17186     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17193   data: "plot-dpdk-throughput-latency-2n-skx"
17194   include:
17195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17197   layout:
17198     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17205   data: "plot-dpdk-throughput-latency-2n-skx"
17206   include:
17207     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17208     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17209   layout:
17210     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17217   data: "plot-dpdk-throughput-latency-2n-skx"
17218   include:
17219     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17220     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17221   layout:
17222     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17223     layout: "plot-throughput"
17224
17225 # 2n-skx-x710
17226
17227 - type: "plot"
17228   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17231   data: "plot-dpdk-throughput-latency-2n-skx"
17232   include:
17233     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17234     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17235   layout:
17236     title: "2n-skx-x710-64b-2t1c-base-ndr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17243   data: "plot-dpdk-throughput-latency-2n-skx"
17244   include:
17245     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17246     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17247   layout:
17248     title: "2n-skx-x710-64b-4t2c-base-ndr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17255   data: "plot-dpdk-throughput-latency-2n-skx"
17256   include:
17257     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17258     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17259   layout:
17260     title: "2n-skx-x710-64b-2t1c-base-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17267   data: "plot-dpdk-throughput-latency-2n-skx"
17268   include:
17269     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17270     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17271   layout:
17272     title: "2n-skx-x710-64b-4t2c-base-pdr"
17273     layout: "plot-throughput"
17274
17275 # 3n-skx-xxv710
17276
17277 - type: "plot"
17278   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17279   algorithm: "plot_perf_box_name"
17280   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17281   data: "plot-dpdk-throughput-latency-3n-skx"
17282   include:
17283     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17284     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17285   layout:
17286     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17293   data: "plot-dpdk-throughput-latency-3n-skx"
17294   include:
17295     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17296     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17297   layout:
17298     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17305   data: "plot-dpdk-throughput-latency-3n-skx"
17306   include:
17307     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17308     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17309   layout:
17310     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17317   data: "plot-dpdk-throughput-latency-3n-skx"
17318   include:
17319     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17320     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17321   layout:
17322     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17323     layout: "plot-throughput"
17324
17325 # 3n-skx-x710
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17331   data: "plot-dpdk-throughput-latency-3n-skx"
17332   include:
17333     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "3n-skx-x710-64b-2t1c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17343   data: "plot-dpdk-throughput-latency-3n-skx"
17344   include:
17345     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "3n-skx-x710-64b-4t2c-base-ndr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17355   data: "plot-dpdk-throughput-latency-3n-skx"
17356   include:
17357     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17358     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17359   layout:
17360     title: "3n-skx-x710-64b-2t1c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17367   data: "plot-dpdk-throughput-latency-3n-skx"
17368   include:
17369     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17370     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17371   layout:
17372     title: "3n-skx-x710-64b-4t2c-base-pdr"
17373     layout: "plot-throughput"
17374
17375 # 3n-hsw-xl710
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17381   data: "plot-dpdk-throughput-latency-3n-hsw"
17382   include:
17383     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17393   data: "plot-dpdk-throughput-latency-3n-hsw"
17394   include:
17395     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17405   data: "plot-dpdk-throughput-latency-3n-hsw"
17406   include:
17407     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17408     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17409   layout:
17410     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17417   data: "plot-dpdk-throughput-latency-3n-hsw"
17418   include:
17419     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17420     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17421   layout:
17422     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17423     layout: "plot-throughput"
17424
17425 # 3n-hsw-x710
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17431   data: "plot-dpdk-throughput-latency-3n-hsw"
17432   include:
17433     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17443   data: "plot-dpdk-throughput-latency-3n-hsw"
17444   include:
17445     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-hsw"
17456   include:
17457     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17458     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17459   layout:
17460     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17467   data: "plot-dpdk-throughput-latency-3n-hsw"
17468   include:
17469     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17470     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17471   layout:
17472     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17473     layout: "plot-throughput"
17474
17475 # 2n-dnv-x553
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-2n-dnv"
17482   include:
17483     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17493   data: "plot-dpdk-throughput-latency-2n-dnv"
17494   include:
17495     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-2n-dnv"
17506   include:
17507     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17508     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17509   layout:
17510     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17517   data: "plot-dpdk-throughput-latency-2n-dnv"
17518   include:
17519     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17520     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17521   layout:
17522     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17523     layout: "plot-throughput"
17524
17525 # 3n-dnv-x553
17526
17527 - type: "plot"
17528   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17531   data: "plot-dpdk-throughput-latency-3n-dnv"
17532   include:
17533     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17534     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17535   layout:
17536     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17543   data: "plot-dpdk-throughput-latency-3n-dnv"
17544   include:
17545     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17546     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17547   layout:
17548     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17555   data: "plot-dpdk-throughput-latency-3n-dnv"
17556   include:
17557     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17558     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17559   layout:
17560     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17567   data: "plot-dpdk-throughput-latency-3n-dnv"
17568   include:
17569     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17570     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17571   layout:
17572     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17573     layout: "plot-throughput"
17574
17575 # 3n-tsh-x520
17576
17577 - type: "plot"
17578   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17581   data: "plot-dpdk-throughput-latency-3n-tsh"
17582   include:
17583     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17584     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17585   layout:
17586     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17593   data: "plot-dpdk-throughput-latency-3n-tsh"
17594   include:
17595     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17596     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17597   layout:
17598     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17605   data: "plot-dpdk-throughput-latency-3n-tsh"
17606   include:
17607     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17608     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17609   layout:
17610     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17617   data: "plot-dpdk-throughput-latency-3n-tsh"
17618   include:
17619     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17620     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17621   layout:
17622     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17623     layout: "plot-throughput"
17624
17625 ################################################################################
17626 ###   2n-clx                                                                 ###
17627 ################################################################################
17628
17629 # Packet Throughput
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17641   layout:
17642     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17669   layout:
17670     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17683   layout:
17684     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17685     layout: "plot-throughput"
17686
17687 - type: "plot"
17688   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17689   algorithm: "plot_perf_box_name"
17690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17692   include:
17693 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17695     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17696     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17697   layout:
17698     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17699     layout: "plot-throughput"
17700
17701 - type: "plot"
17702   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17703   algorithm: "plot_perf_box_name"
17704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17706   include:
17707 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17708     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17710     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17711   layout:
17712     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17713     layout: "plot-throughput"
17714
17715 - type: "plot"
17716   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17717   algorithm: "plot_perf_box_name"
17718   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17720   include:
17721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17727   layout:
17728     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17743   layout:
17744     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17771   layout:
17772     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17784   layout:
17785     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17786     layout: "plot-throughput"
17787
17788 - type: "plot"
17789   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17790   algorithm: "plot_perf_box_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17797   layout:
17798     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17799     layout: "plot-throughput"
17800
17801 - type: "plot"
17802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17803   algorithm: "plot_perf_box_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17812   layout:
17813     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17814     layout: "plot-throughput"
17815
17816 - type: "plot"
17817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17818   algorithm: "plot_perf_box_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17840   layout:
17841     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17869   layout:
17870     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17871     layout: "plot-throughput"
17872
17873 - type: "plot"
17874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17875   algorithm: "plot_perf_box_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17885   layout:
17886     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17887     layout: "plot-throughput"
17888
17889 - type: "plot"
17890   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17891   algorithm: "plot_perf_box_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17929   layout:
17930     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17931     layout: "plot-throughput"
17932
17933 - type: "plot"
17934   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17935   algorithm: "plot_perf_box_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17941   layout:
17942     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17957   layout:
17958     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17959     layout: "plot-throughput"
17960
17961 - type: "plot"
17962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17963   algorithm: "plot_perf_box_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17973   layout:
17974     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17988 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17989   layout:
17990     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17991     layout: "plot-throughput"
17992
17993 - type: "plot"
17994   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17995   algorithm: "plot_perf_box_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18004 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18007     layout: "plot-throughput"
18008
18009 - type: "plot"
18010   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18011   algorithm: "plot_perf_box_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18021   layout:
18022     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18027   algorithm: "plot_perf_box_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18037   layout:
18038     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18052   layout:
18053     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18067   layout:
18068     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18097   layout:
18098     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18099     layout: "plot-throughput"
18100
18101 - type: "plot"
18102   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18103   algorithm: "plot_perf_box_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18112   layout:
18113     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18114     layout: "plot-throughput"
18115
18116 - type: "plot"
18117   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18118   algorithm: "plot_perf_box_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18127   layout:
18128     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18129     layout: "plot-throughput"
18130
18131 - type: "plot"
18132   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18133   algorithm: "plot_perf_box_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18142   layout:
18143     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18144     layout: "plot-throughput"
18145
18146 - type: "plot"
18147   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18148   algorithm: "plot_perf_box_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18157   layout:
18158     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18172   layout:
18173     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18174     layout: "plot-throughput"
18175
18176 - type: "plot"
18177   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18178   algorithm: "plot_perf_box_name"
18179   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18181   include:
18182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18187   layout:
18188     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18221     layout: "plot-throughput"
18222
18223 - type: "plot"
18224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18225   algorithm: "plot_perf_box_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18233   layout:
18234     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18235     layout: "plot-throughput"
18236
18237 - type: "plot"
18238   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18239   algorithm: "plot_perf_box_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18247   layout:
18248     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18249     layout: "plot-throughput"
18250
18251 - type: "plot"
18252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18253   algorithm: "plot_perf_box_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18281     layout: "plot-throughput"
18282
18283 - type: "plot"
18284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18285   algorithm: "plot_perf_box_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18293   layout:
18294     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18295     layout: "plot-throughput"
18296
18297 - type: "plot"
18298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18299   algorithm: "plot_perf_box_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18323   layout:
18324     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18325     layout: "plot-throughput"
18326
18327 - type: "plot"
18328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18329   algorithm: "plot_perf_box_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18339   layout:
18340     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18341     layout: "plot-throughput"
18342
18343 - type: "plot"
18344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18345   algorithm: "plot_perf_box_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18353   layout:
18354     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18355     layout: "plot-throughput"
18356
18357 - type: "plot"
18358   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18359   algorithm: "plot_perf_box_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18367   layout:
18368     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18369     layout: "plot-throughput"
18370
18371 - type: "plot"
18372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18373   algorithm: "plot_perf_box_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18382   layout:
18383     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18384     layout: "plot-throughput"
18385
18386 - type: "plot"
18387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18388   algorithm: "plot_perf_box_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "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"
18408     - "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"
18409     - "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"
18410     - "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"
18411     - "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"
18412   layout:
18413     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18414     layout: "plot-throughput"
18415
18416 - type: "plot"
18417   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18418   algorithm: "plot_perf_box_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "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"
18423     - "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"
18424     - "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"
18425     - "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"
18426     - "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"
18427   layout:
18428     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18429     layout: "plot-throughput"
18430
18431 - type: "plot"
18432   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18433   algorithm: "plot_perf_box_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18442   layout:
18443     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18444     layout: "plot-throughput"
18445
18446 - type: "plot"
18447   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18448   algorithm: "plot_perf_box_name"
18449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18451   include:
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18457   layout:
18458     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18459     layout: "plot-throughput"
18460
18461 - type: "plot"
18462   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18463   algorithm: "plot_perf_box_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18472   layout:
18473     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18474     layout: "plot-throughput"
18475
18476 - type: "plot"
18477   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18478   algorithm: "plot_perf_box_name"
18479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18481   include:
18482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18487   layout:
18488     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18489     layout: "plot-throughput"
18490
18491 - type: "plot"
18492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18493   algorithm: "plot_perf_box_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18501   layout:
18502     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18503     layout: "plot-throughput"
18504
18505 - type: "plot"
18506   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18507   algorithm: "plot_perf_box_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18515   layout:
18516     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18517     layout: "plot-throughput"
18518
18519 - type: "plot"
18520   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18521   algorithm: "plot_perf_box_name"
18522   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524   include:
18525     - "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"
18526     - "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"
18527     - "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"
18528     - "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"
18529   layout:
18530     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18531     layout: "plot-throughput"
18532
18533 - type: "plot"
18534   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18535   algorithm: "plot_perf_box_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "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"
18540     - "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"
18541     - "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"
18542     - "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"
18543   layout:
18544     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18545     layout: "plot-throughput"
18546
18547 - type: "plot"
18548   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18549   algorithm: "plot_perf_box_name"
18550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18552   include:
18553     - "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"
18554     - "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"
18555     - "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"
18556     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18557     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18559   layout:
18560     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18561     layout: "plot-throughput"
18562
18563 - type: "plot"
18564   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18565   algorithm: "plot_perf_box_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18570     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18571     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18572     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18573     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18574     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18575   layout:
18576     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18577     layout: "plot-throughput"
18578
18579 ################################################################################
18580
18581 # Packet Speedup
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18607   layout:
18608     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18609     layout: "plot-throughput-speedup-analysis"
18610
18611 - type: "plot"
18612   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18613   algorithm: "plot_tsa_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18621   layout:
18622     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18623     layout: "plot-throughput-speedup-analysis"
18624
18625 - type: "plot"
18626   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18627   algorithm: "plot_tsa_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18635   layout:
18636     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18637     layout: "plot-throughput-speedup-analysis"
18638
18639 - type: "plot"
18640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18641   algorithm: "plot_tsa_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644   include:
18645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18646     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18647     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18649   layout:
18650     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18651     layout: "plot-throughput-speedup-analysis"
18652
18653 - type: "plot"
18654   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18655   algorithm: "plot_tsa_name"
18656   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18658   include:
18659     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18660     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18661     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18663   layout:
18664     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18665     layout: "plot-throughput-speedup-analysis"
18666
18667 - type: "plot"
18668   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18669   algorithm: "plot_tsa_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18672   include:
18673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18679   layout:
18680     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18695   layout:
18696     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18723   layout:
18724     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18725     layout: "plot-throughput-speedup-analysis"
18726
18727 - type: "plot"
18728   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18729   algorithm: "plot_tsa_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18732   include:
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18736   layout:
18737     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18745   include:
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18749   layout:
18750     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18751     layout: "plot-throughput-speedup-analysis"
18752
18753 - type: "plot"
18754   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18755   algorithm: "plot_tsa_name"
18756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18758   include:
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18779   layout:
18780     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18792   layout:
18793     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18794     layout: "plot-throughput-speedup-analysis"
18795
18796 - type: "plot"
18797   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18798   algorithm: "plot_tsa_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18805   layout:
18806     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18807     layout: "plot-throughput-speedup-analysis"
18808
18809 - type: "plot"
18810   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18811   algorithm: "plot_tsa_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18821   layout:
18822     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18823     layout: "plot-throughput-speedup-analysis"
18824
18825 - type: "plot"
18826   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18827   algorithm: "plot_tsa_name"
18828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18830   include:
18831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18837   layout:
18838     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18839     layout: "plot-throughput-speedup-analysis"
18840
18841 - type: "plot"
18842   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18843   algorithm: "plot_tsa_name"
18844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18846   include:
18847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18853   layout:
18854     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18855     layout: "plot-throughput-speedup-analysis"
18856
18857 - type: "plot"
18858   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18859   algorithm: "plot_tsa_name"
18860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18862   include:
18863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18869   layout:
18870     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 - type: "plot"
18874   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18875   algorithm: "plot_tsa_name"
18876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878   include:
18879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18881   layout:
18882     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18883     layout: "plot-throughput-speedup-analysis"
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18893   layout:
18894     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18909   layout:
18910     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18911     layout: "plot-throughput-speedup-analysis"
18912
18913 - type: "plot"
18914   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18915   algorithm: "plot_tsa_name"
18916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18918   include:
18919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18925   layout:
18926     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18927     layout: "plot-throughput-speedup-analysis"
18928
18929 - type: "plot"
18930   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18931   algorithm: "plot_tsa_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18941   layout:
18942     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18943     layout: "plot-throughput-speedup-analysis"
18944
18945 - type: "plot"
18946   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18947   algorithm: "plot_tsa_name"
18948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18950   include:
18951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18957   layout:
18958     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18973   layout:
18974     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18975     layout: "plot-throughput-speedup-analysis"
18976
18977 - type: "plot"
18978   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18979   algorithm: "plot_tsa_name"
18980   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18982   include:
18983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18989   layout:
18990     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19004   layout:
19005     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19019   layout:
19020     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19021     layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19034   layout:
19035     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19049   layout:
19050     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19061     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19064   layout:
19065     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19066     layout: "plot-throughput-speedup-analysis"
19067
19068 - type: "plot"
19069   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19070   algorithm: "plot_tsa_name"
19071   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19073   include:
19074     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19075     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19076     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19077     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19079   layout:
19080     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19081     layout: "plot-throughput-speedup-analysis"
19082
19083 - type: "plot"
19084   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19085   algorithm: "plot_tsa_name"
19086   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19088   include:
19089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19094   layout:
19095     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19109   layout:
19110     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19111     layout: "plot-throughput-speedup-analysis"
19112
19113 - type: "plot"
19114   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19115   algorithm: "plot_tsa_name"
19116   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19118   include:
19119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19124   layout:
19125     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19126     layout: "plot-throughput-speedup-analysis"
19127
19128 - type: "plot"
19129   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19130   algorithm: "plot_tsa_name"
19131   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19133   include:
19134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19139   layout:
19140     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19155   layout:
19156     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19171   layout:
19172     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19185   layout:
19186     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19199   layout:
19200     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19201     layout: "plot-throughput-speedup-analysis"
19202
19203 - type: "plot"
19204   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19205   algorithm: "plot_tsa_name"
19206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19208   include:
19209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19215   layout:
19216     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19245   layout:
19246     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19247     layout: "plot-throughput-speedup-analysis"
19248
19249 - type: "plot"
19250   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19251   algorithm: "plot_tsa_name"
19252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19254   include:
19255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19259   layout:
19260     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19275   layout:
19276     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19277     layout: "plot-throughput-speedup-analysis"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19291   layout:
19292     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 - type: "plot"
19296   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19297   algorithm: "plot_tsa_name"
19298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300   include:
19301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19305   layout:
19306     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19307     layout: "plot-throughput-speedup-analysis"
19308
19309 - type: "plot"
19310   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19311   algorithm: "plot_tsa_name"
19312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19314   include:
19315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19319   layout:
19320     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19349   layout:
19350     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 - type: "plot"
19354   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19355   algorithm: "plot_tsa_name"
19356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19358   include:
19359     - "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"
19360     - "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"
19361     - "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"
19362     - "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"
19363     - "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"
19364   layout:
19365     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19366     layout: "plot-throughput-speedup-analysis"
19367
19368 - type: "plot"
19369   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19370   algorithm: "plot_tsa_name"
19371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19373   include:
19374     - "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"
19375     - "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"
19376     - "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"
19377     - "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"
19378     - "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"
19379   layout:
19380     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19381     layout: "plot-throughput-speedup-analysis"
19382
19383 - type: "plot"
19384   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19385   algorithm: "plot_tsa_name"
19386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19388   include:
19389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19394   layout:
19395     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19396     layout: "plot-throughput-speedup-analysis"
19397
19398 - type: "plot"
19399   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19400   algorithm: "plot_tsa_name"
19401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19403   include:
19404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19409   layout:
19410     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19411     layout: "plot-throughput-speedup-analysis"
19412
19413 - type: "plot"
19414   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19415   algorithm: "plot_tsa_name"
19416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19418   include:
19419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19424   layout:
19425     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19426     layout: "plot-throughput-speedup-analysis"
19427
19428 - type: "plot"
19429   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19430   algorithm: "plot_tsa_name"
19431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19433   include:
19434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19439   layout:
19440     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19441     layout: "plot-throughput-speedup-analysis"
19442
19443 - type: "plot"
19444   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19445   algorithm: "plot_tsa_name"
19446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19448   include:
19449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19453   layout:
19454     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19455     layout: "plot-throughput-speedup-analysis"
19456
19457 - type: "plot"
19458   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19459   algorithm: "plot_tsa_name"
19460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19462   include:
19463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19467   layout:
19468     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19469     layout: "plot-throughput-speedup-analysis"
19470
19471 - type: "plot"
19472   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19473   algorithm: "plot_tsa_name"
19474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19476   include:
19477     - "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"
19478     - "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"
19479     - "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"
19480     - "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"
19481   layout:
19482     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19483     layout: "plot-throughput-speedup-analysis"
19484
19485 - type: "plot"
19486   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19487   algorithm: "plot_tsa_name"
19488   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19490   include:
19491     - "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"
19492     - "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"
19493     - "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"
19494     - "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"
19495   layout:
19496     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19497     layout: "plot-throughput-speedup-analysis"
19498
19499 - type: "plot"
19500   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19501   algorithm: "plot_tsa_name"
19502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19504   include:
19505     - "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"
19506     - "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"
19507     - "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"
19508     - "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"
19509     - "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"
19510     - "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"
19511   layout:
19512     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19513     layout: "plot-throughput-speedup-analysis"
19514
19515 - type: "plot"
19516   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19517   algorithm: "plot_tsa_name"
19518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19520   include:
19521     - "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"
19522     - "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"
19523     - "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"
19524     - "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"
19525     - "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"
19526     - "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"
19527   layout:
19528     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19529     layout: "plot-throughput-speedup-analysis"
19530
19531 ################################################################################
19532
19533 # Packet Throughput - DPDK
19534
19535 # 2n-clx-xxv710
19536
19537 - type: "plot"
19538   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19539   algorithm: "plot_perf_box_name"
19540   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19541   data: "plot-dpdk-throughput-latency-2n-clx"
19542   include:
19543     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19545   layout:
19546     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19547     layout: "plot-throughput"
19548
19549 - type: "plot"
19550   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19551   algorithm: "plot_perf_box_name"
19552   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19553   data: "plot-dpdk-throughput-latency-2n-clx"
19554   include:
19555     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19556     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19557   layout:
19558     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19559     layout: "plot-throughput"
19560
19561 - type: "plot"
19562   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19563   algorithm: "plot_perf_box_name"
19564   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19565   data: "plot-dpdk-throughput-latency-2n-clx"
19566   include:
19567     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19569   layout:
19570     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19571     layout: "plot-throughput"
19572
19573 - type: "plot"
19574   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19575   algorithm: "plot_perf_box_name"
19576   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19577   data: "plot-dpdk-throughput-latency-2n-clx"
19578   include:
19579     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19581   layout:
19582     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19583     layout: "plot-throughput"
19584
19585 # 2n-clx-x710
19586
19587 - type: "plot"
19588   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19589   algorithm: "plot_perf_box_name"
19590   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19591   data: "plot-dpdk-throughput-latency-2n-clx"
19592   include:
19593     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19594     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19595   layout:
19596     title: "2n-clx-x710-64b-2t1c-base-ndr"
19597     layout: "plot-throughput"
19598
19599 - type: "plot"
19600   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19601   algorithm: "plot_perf_box_name"
19602   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19603   data: "plot-dpdk-throughput-latency-2n-clx"
19604   include:
19605     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19606     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19607   layout:
19608     title: "2n-clx-x710-64b-4t2c-base-ndr"
19609     layout: "plot-throughput"
19610
19611 - type: "plot"
19612   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19613   algorithm: "plot_perf_box_name"
19614   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19615   data: "plot-dpdk-throughput-latency-2n-clx"
19616   include:
19617     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19618     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19619   layout:
19620     title: "2n-clx-x710-64b-2t1c-base-pdr"
19621     layout: "plot-throughput"
19622
19623 - type: "plot"
19624   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19625   algorithm: "plot_perf_box_name"
19626   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19627   data: "plot-dpdk-throughput-latency-2n-clx"
19628   include:
19629     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19630     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19631   layout:
19632     title: "2n-clx-x710-64b-4t2c-base-pdr"
19633     layout: "plot-throughput"
19634
19635 ################################################################################
19636
19637 - type: "plot"
19638   title: "Latency by percentile: 2n-skx"
19639   algorithm: "plot_hdrh_lat_by_percentile"
19640   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19641   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19642   target-links: "../../_static/vpp"
19643   data: "plot-vpp-hdrh-lat-2n-skx"
19644   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19645   layout:
19646     layout: "plot-hdrh-latency-by-percentile"
19647
19648 - type: "plot"
19649   title: "Latency by percentile: 3n-skx"
19650   algorithm: "plot_hdrh_lat_by_percentile"
19651   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19652   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19653   target-links: "../../_static/vpp"
19654   data: "plot-vpp-hdrh-lat-3n-skx"
19655   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19656   layout:
19657     layout: "plot-hdrh-latency-by-percentile"
19658
19659 - type: "plot"
19660   title: "Latency by percentile: 2n-clx"
19661   algorithm: "plot_hdrh_lat_by_percentile"
19662   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19663   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19664   target-links: "../../_static/vpp"
19665   data: "plot-vpp-hdrh-lat-2n-clx"
19666   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19667   layout:
19668     layout: "plot-hdrh-latency-by-percentile"
19669
19670 - type: "plot"
19671   title: "Latency by percentile: 3n-hsw"
19672   algorithm: "plot_hdrh_lat_by_percentile"
19673   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19674   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19675   target-links: "../../_static/vpp"
19676   data: "plot-vpp-hdrh-lat-3n-hsw"
19677   filter: "'1T1C' and 'NIC_Intel-XL710'"
19678   layout:
19679     layout: "plot-hdrh-latency-by-percentile"
19680
19681 - type: "plot"
19682   title: "Latency by percentile: 3n-tsh"
19683   algorithm: "plot_hdrh_lat_by_percentile"
19684   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19685   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19686   target-links: "../../_static/vpp"
19687   data: "plot-vpp-hdrh-lat-3n-tsh"
19688   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19689   layout:
19690     layout: "plot-hdrh-latency-by-percentile"
19691
19692 - type: "plot"
19693   title: "Latency by percentile: DPDK 2n-skx"
19694   algorithm: "plot_hdrh_lat_by_percentile"
19695   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19696   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19697   target-links: "../../_static/dpdk"
19698   data: "plot-dpdk-hdrh-lat-2n-skx"
19699   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19700   layout:
19701     layout: "plot-hdrh-latency-by-percentile"
19702
19703 - type: "plot"
19704   title: "Latency by percentile: DPDK 3n-skx"
19705   algorithm: "plot_hdrh_lat_by_percentile"
19706   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19707   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19708   target-links: "../../_static/dpdk"
19709   data: "plot-dpdk-hdrh-lat-3n-skx"
19710   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19711   layout:
19712     layout: "plot-hdrh-latency-by-percentile"
19713
19714 - type: "plot"
19715   title: "Latency by percentile: DPDK 2n-clx"
19716   algorithm: "plot_hdrh_lat_by_percentile"
19717   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19718   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19719   target-links: "../../_static/dpdk"
19720   data: "plot-dpdk-hdrh-lat-2n-clx"
19721   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19722   layout:
19723     layout: "plot-hdrh-latency-by-percentile"
19724
19725 - type: "plot"
19726   title: "Latency by percentile: DPDK 3n-hsw"
19727   algorithm: "plot_hdrh_lat_by_percentile"
19728   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19729   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19730   target-links: "../../_static/dpdk"
19731   data: "plot-dpdk-hdrh-lat-3n-hsw"
19732   filter: "'1T1C' and 'NIC_Intel-XL710'"
19733   layout:
19734     layout: "plot-hdrh-latency-by-percentile"
19735
19736 - type: "plot"
19737   title: "Latency by percentile: DPDK 3n-tsh"
19738   algorithm: "plot_hdrh_lat_by_percentile"
19739   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19740   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19741   target-links: "../../_static/dpdk"
19742   data: "plot-dpdk-hdrh-lat-3n-tsh"
19743   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19744   layout:
19745     layout: "plot-hdrh-latency-by-percentile"