Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155 #        - 3   # NDRPDR sel
156 #        - 4   # NDRPDR sel
157 #        - 5   # NDRPDR sel
158 #        - 10  # NDRPDR sel
159 #        - 11  # NDRPDR sel
160 #        - 12  # NDRPDR sel
161 #        - 15  # NDRPDR sel
162 #        - 16  # NDRPDR sel
163 #        - 18  # NDRPDR sel
164 #        - 19  # NDRPDR sel
165         - 20  # NDRPDR sel env 4
166         - 21  # NDRPDR sel env 4
167         - 22  # NDRPDR sel env 4
168         - 23  # NDRPDR sel env 4
169         - 24  # NDRPDR sel env 4
170         - 25  # NDRPDR sel env 4
171         - 26  # NDRPDR sel env 4
172         - 27  # NDRPDR sel env 4
173         - 28  # NDRPDR sel env 4
174         - 29  # NDRPDR sel env 4
175
176     plot-vpp-hdrh-lat-3n-hsw:
177       csit-vpp-perf-report-iterative-2005-3n-hsw:
178         - 3   # NDRPDR sel
179
180 #    plot-vpp-nfv-3n-hsw-ndrpdr:
181 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
182 #        - 3   # NDRPDR sel
183 #        - 4   # NDRPDR sel
184 #        - 5   # NDRPDR sel
185 #        - 10  # NDRPDR sel
186 #        - 11  # NDRPDR sel
187 #        - 12  # NDRPDR sel
188 #        - 15  # NDRPDR sel
189 #        - 16  # NDRPDR sel
190 #        - 18  # NDRPDR sel
191 #        - 19  # NDRPDR sel
192
193 #    plot-vpp-nfv-3n-hsw-mrr:
194 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
195 #        - 13  # MRR
196
197     plot-vpp-hoststack-3n-hsw:
198       csit-vpp-perf-verify-2005-3n-hsw:
199         - 3   # hoststack
200         - 5   # hoststack
201         - 6   # hoststack
202         - 7   # hoststack
203         - 8   # hoststack
204         - 9   # hoststack
205         - 10  # hoststack
206         - 11  # hoststack
207         - 12  # hoststack
208         - 13  # hoststack
209
210     plot-dpdk-throughput-latency-3n-hsw:
211       csit-dpdk-perf-report-iterative-2005-3n-hsw:
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 13  # NDRPDR sel
221         - 14  # NDRPDR sel
222
223     plot-dpdk-hdrh-lat-3n-hsw:
224       csit-dpdk-perf-report-iterative-2005-3n-hsw:
225         - 5   # NDRPDR sel
226
227     # 3n-skx
228
229     plot-vpp-throughput-lat-tsa-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231 #        - 4   # NDRPDR sel
232 #        - 5   # NDRPDR sel ??? all x710 failed
233 #        - 33  # NDRPDR sel
234 #        - 28  # NDRPDR sel
235 #        - 34  # NDRPDR sel
236 #        - 36  # NDRPDR sel
237 #        - 37  # NDRPDR sel
238 #        - 38  # NDRPDR sel
239 #        - 39  # NDRPDR sel
240 #        - 41  # NDRPDR sel
241         - 42  # NDRPDR sel env 4
242         - 43  # NDRPDR sel env 4
243         - 44  # NDRPDR sel env 4
244         - 45  # NDRPDR sel env 4
245         - 47  # NDRPDR sel env 4
246
247     plot-vpp-hdrh-lat-3n-skx:
248       csit-vpp-perf-report-iterative-2005-3n-skx:
249         - 36  # NDRPDR sel
250
251     plot-vpp-nfv-3n-skx-ndrpdr:
252       # TODO: Add data:
253       csit-vpp-perf-report-iterative-2005-3n-skx:
254         - 4   # NDRPDR sel
255         - 5   # NDRPDR sel ??? all x710 failed
256         - 33  # NDRPDR sel
257         - 28  # NDRPDR sel
258         - 34  # NDRPDR sel
259
260     plot-vpp-nfv-3n-skx-mrr:
261       csit-vpp-perf-report-iterative-2005-3n-skx:
262         - 6   # MRR sel
263
264     plot-dpdk-throughput-latency-3n-skx:
265       csit-dpdk-perf-report-iterative-2005-3n-skx:
266         - 4   # NDRPDR sel
267         - 5   # NDRPDR sel
268         - 6   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 11  # NDRPDR sel
272         - 12  # NDRPDR sel
273         - 13  # NDRPDR sel
274         - 14  # NDRPDR sel
275         - 15  # NDRPDR sel
276
277     plot-dpdk-hdrh-lat-3n-skx:
278       csit-dpdk-perf-report-iterative-2005-3n-skx:
279         - 4   # NDRPDR sel
280
281     # 2n-skx
282
283     plot-vpp-throughput-lat-tsa-2n-skx:
284       csit-vpp-perf-report-iterative-2005-2n-skx:
285 #        - 43  # NDRPDR sel
286 #        - 38  # NDRPDR sel
287 #        - 7   # NDRPDR sel
288 #        - 65  # NDRPDR sel
289 #        - 47  # NDRPDR sel
290 #        - 55  # NDRPDR sel
291 #        - 67  # NDRPDR sel
292 #        - 75  # NDRPDR sel
293 #        - 76  # NDRPDR sel
294 #        - 73  # NDRPDR sel
295         - 88  # NDRPDR sel env 4
296         - 89  # NDRPDR sel env 4
297         - 90  # NDRPDR sel env 4
298         - 91  # NDRPDR sel env 4
299         - 92  # NDRPDR sel env 4
300         - 93  # NDRPDR sel env 4
301         - 94  # NDRPDR sel env 4
302
303     plot-vpp-hdrh-lat-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 55  # NDRPDR sel
306
307     plot-vpp-soak-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 49  # Soak
310         - 54  # Soak
311
312     plot-vpp-nfv-2n-skx-ndrpdr:
313       # TODO: Add data:
314       csit-vpp-perf-report-iterative-2005-2n-skx:
315         - 43  # NDRPDR sel
316         - 38  # NDRPDR sel
317         - 7   # NDRPDR sel
318         - 78  # nf-density-sel
319         - 83  # nf-density-sel
320
321     plot-vpp-nfv-2n-skx-mrr:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 42  # MRR sel
324
325     plot-vpp-nfv-reconf-2n-skx:
326       csit-vpp-perf-report-iterative-2005-2n-skx:
327         - 48  # Reconf
328         - 50  # Reconf
329         - 51  # Reconf
330         - 52  # Reconf
331         - 53  # Reconf
332         - 60  # Reconf
333         - 70  # Reconf
334         - 71  # Reconf
335         - 63  # Reconf
336         - 66  # Reconf
337
338     plot-dpdk-throughput-latency-2n-skx:
339       csit-dpdk-perf-report-iterative-2005-2n-skx:
340         - 1   # NDRPDR sel
341         - 2   # NDRPDR sel
342         - 3   # NDRPDR sel
343         - 4   # NDRPDR sel
344         - 5   # NDRPDR sel
345         - 6   # NDRPDR sel
346         - 7   # NDRPDR sel
347         - 8   # NDRPDR sel
348         - 9   # NDRPDR sel
349         - 10  # NDRPDR sel
350
351     plot-dpdk-hdrh-lat-2n-skx:
352       csit-dpdk-perf-report-iterative-2005-2n-skx:
353         - 1   # NDRPDR sel
354
355     # 2n-clx
356
357     plot-vpp-throughput-lat-tsa-2n-clx:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359 #        - 7   # NDRPDR sel
360 #        - 38  # NDRPDR sel
361 #        - 9   # NDRPDR sel
362 #        - 32  # NDRPDR sel ???
363 #        - 33  # NDRPDR sel ???
364 #        - 39  # NDRPDR sel
365 #        - 40  # NDRPDR sel
366 #        - 43  # NDRPDR sel
367 #        - 50  # NDRPDR sel
368 #        - 51  # NDRPDR sel
369         - 62  # NDRPDR sel env 4
370         - 63  # NDRPDR sel env 4
371         - 64  # NDRPDR sel env 4
372         - 65  # NDRPDR sel env 4
373         - 66  # NDRPDR sel env 4
374         - 68  # NDRPDR sel env 4
375         - 69  # NDRPDR sel env 4
376         - 70  # NDRPDR sel env 4
377
378     plot-vpp-hdrh-lat-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 51  # NDRPDR sel
381
382 #    plot-vpp-http-server-performance:
383 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
384 #      csit-vpp-perf-verify-2001-2n-clx:
385 #        - 80  # TCP
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 7   # NDRPDR sel
390         - 38  # NDRPDR sel
391         - 9   # NDRPDR sel
392         - 39  # NDRPDR sel
393         - 40  # NDRPDR sel
394         - 57  # 2n-clx nfv-density-00
395         - 58  # 2n-clx nfv-density-00
396         - 59  # 2n-clx nfv-density-00
397         - 60  # 2n-clx nfv-density-00
398         - 61  # 2n-clx nfv-density-00
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-report-iterative-2005-2n-clx:
402         - 12   # MRR
403
404     plot-vpp-nfv-reconf-2n-clx:
405       csit-vpp-perf-report-iterative-2005-2n-clx:
406         - 42  # Reconf
407         - 45  # Reconf
408         - 46  # Reconf
409         - 47  # Reconf
410         - 48  # Reconf
411         - 52  # Reconf
412         - 53  # Reconf
413         - 54  # Reconf
414         - 55  # Reconf
415         - 56  # Reconf
416
417     plot-vpp-soak-2n-clx:
418       csit-vpp-perf-report-iterative-2005-2n-clx:
419         - 44  # Soak
420         - 49  # Soak
421
422     plot-dpdk-throughput-latency-2n-clx:
423       csit-dpdk-perf-report-iterative-2005-2n-clx:
424         - 1   # NDRPDR sel
425         - 2   # NDRPDR sel
426         - 3   # NDRPDR sel
427         - 4   # NDRPDR sel
428         - 5   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434
435     plot-dpdk-hdrh-lat-2n-clx:
436       csit-dpdk-perf-report-iterative-2005-2n-clx:
437         - 1   # NDRPDR sel
438
439     # 3n-tsh
440
441     plot-vpp-throughput-lat-tsa-3n-tsh:
442       # TODO: Add data:
443       csit-vpp-perf-report-iterative-2005-3n-tsh:
444 #        - 9   # NDRPDR sel
445 #        - 11  # NDRPDR sel
446 #        - 12  # NDRPDR sel
447 #        - 20  # NDRPDR sel
448 #        - 14  # NDRPDR sel
449 #        - 21  # NDRPDR sel
450         - 23  # NDRPDR sel env 4
451         - 25  # NDRPDR sel env 4
452
453     plot-vpp-hdrh-lat-3n-tsh:
454       csit-vpp-perf-report-iterative-2005-3n-tsh:
455         - 9   # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-tsh:
458       csit-dpdk-perf-report-iterative-2005-3n-tsh:
459         - 5   # NDRPDR sel
460
461     plot-dpdk-hdrh-lat-3n-tsh:
462       csit-dpdk-perf-report-iterative-2005-3n-tsh:
463         - 5   # NDRPDR sel
464
465     # 3n-dnv
466
467     plot-vpp-throughput-lat-tsa-3n-dnv:
468       csit-vpp-perf-report-iterative-2005-3n-dnv:
469         - 2   # NDRPDR sel
470         - 3   # NDRPDR sel
471         - 4   # NDRPDR sel
472         - 5   # NDRPDR sel
473         - 6   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-3n-dnv:
481       csit-dpdk-perf-report-iterative-2005-3n-dnv:
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 16  # NDRPDR sel
492
493     # 2n-dnv
494
495     plot-vpp-throughput-lat-tsa-2n-dnv:
496       csit-vpp-perf-report-iterative-2005-2n-dnv:
497         - 3   # NDRPDR sel
498         - 6   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-2n-dnv:
509       csit-dpdk-perf-report-iterative-2005-2n-dnv:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 13  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       csit-vpp-perf-report-iterative-2005-3n-skx:
528         - 4   # NDRPDR sel
529         - 5   # NDRPDR sel ??? all x710 failed
530         - 33  # NDRPDR sel
531         - 28  # NDRPDR sel
532         - 34  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 37  # NDRPDR sel
535         - 38  # NDRPDR sel
536         - 39  # NDRPDR sel
537         - 41  # NDRPDR sel
538
539     vpp-nic-comparison-2n-skx:
540       csit-vpp-perf-report-iterative-2005-2n-skx:
541         - 43  # NDRPDR sel
542         - 38  # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 65  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 55  # NDRPDR sel
547         - 67  # NDRPDR sel
548         - 75  # NDRPDR sel
549         - 76  # NDRPDR sel
550         - 73  # NDRPDR sel
551
552     vpp-nic-comparison-3n-skx-mrr:
553       csit-vpp-perf-report-iterative-2005-3n-skx:
554         - 6   # MRR sel
555
556     vpp-nic-comparison-2n-skx-mrr:
557       csit-vpp-perf-report-iterative-2005-2n-skx:
558         - 42  # MRR sel
559
560     # Results
561
562     vpp-perf-results-3n-hsw:
563       csit-vpp-perf-report-coverage-2005-3n-hsw:
564         - 1   # perf-full-3n-dnv-crypto_I
565         - 7   # perf-full-3n-hsw-crypto_II
566         - 3   # perf-full-3n-hsw-crypto_III
567         - 4   # perf-full-3n-dnv-crypto_IV
568         - 5   # perf-full-3n-hsw-ip4_I
569         - 6   # perf-full-3n-hsw-ip4_II
570         - 8   # perf-full-3n-hsw-ip4_III
571         - 9   # perf-full-3n-hsw-ip4_IV
572         - 10  # perf-full-3n-hsw-ip4_V
573         - 26  # perf-full-3n-hsw-ip4_VI
574         - 18  # perf-full-3n-hsw-ip4_VII
575         - 27  # perf-full-3n-hsw-ip4_VIII
576         - 28  # perf-full-3n-hsw-ip4_IX
577         - 29  # perf-full-3n-hsw-ip6_I
578         - 35  # perf-full-3n-hsw-ip6_II
579         - 42  # perf-full-3n-hsw-l2_I
580         - 33  # perf-full-3n-hsw-l2_II
581         - 37  # perf-full-3n-hsw-l2_III
582         - 45  # perf-full-3n-hsw-l2_IV
583         - 43  # perf-full-3n-hsw-l2_V
584         - 40  # perf-full-3n-hsw-l2_VI
585         - 44  # perf-full-3n-hsw-l2_VII
586         - 51  # perf-full-3n-hsw-l2_VIII
587         - 50  # perf-full-3n-hsw-l2_IX
588         - 52  # perf-full-3n-hsw-l2_X
589         - 53  # perf-full-3n-hsw-l2_XI
590         - 54  # perf-full-3n-hsw-memif
591         - 55  # perf-full-3n-hsw-ip4tunnels-I
592         - 56  # perf-full-3n-hsw-ip4tunnels-II
593         - 57  # perf-full-3n-hsw-ip4tunnels-III
594         - 58  # perf-full-3n-hsw-ip6tunnels-I
595         - 59  # perf-full-3n-hsw-srv6-I
596         - 60  # perf-full-3n-hsw-srv6-II
597         - 61  # perf-full-3n-hsw-vhost-I
598         - 62  # perf-full-3n-hsw-vhost-II
599         - 63  # perf-full-3n-hsw-vhost-III
600
601     vpp-perf-results-3n-skx:
602       csit-vpp-perf-report-coverage-2005-3n-skx:
603         - 10  # perf-full-3n-skx-crypto_I
604         - 11  # perf-full-3n-skx-crypto_II
605         - 12  # perf-full-3n-skx-crypto_III
606         - 5   # perf-full-3n-skx-ip4_I
607         - 14  # perf-full-3n-skx-ip4_II
608         - 7   # perf-full-3n-skx-ip4_III
609         - 15  # perf-full-3n-skx-ip4_IV
610         - 16  # perf-full-3n-skx-ip4_V
611         - 17  # perf-full-3n-skx-ip4_VI
612         - 18  # perf-full-3n-skx-ip4_VII
613         - 19  # perf-full-3n-skx-ip4_VIII
614         - 20  # perf-full-3n-skx-ip4_IX
615         - 24  # perf-full-3n-skx-ip6_I
616         - 25  # perf-full-3n-skx-ip6_II
617         - 21  # perf-full-3n-skx-ip4tunnels-I
618         - 22  # perf-full-3n-skx-ip4tunnels-II
619         - 23  # perf-full-3n-skx-ip4tunnels-III
620         - 26  # perf-full-3n-skx-ip6tunnels-I
621         - 28  # perf-full-3n-skx-l2_II
622         - 29  # perf-full-3n-skx-l2_III
623         - 30  # perf-full-3n-skx-l2_IV
624         - 32  # perf-full-3n-skx-l2_VI
625         - 33  # perf-full-3n-skx-l2_VII
626         - 34  # perf-full-3n-skx-l2_VIII
627         - 35  # perf-full-3n-skx-l2_IX
628         - 36  # perf-full-3n-skx-l2_X
629         - 37  # perf-full-3n-skx-l2_XI
630         - 38  # perf-full-3n-skx-memif
631         - 39  # perf-full-3n-skx-srv6-I
632         - 40  # perf-full-3n-skx-srv6-II
633         - 43  # perf-full-3n-skx-vhost-III
634
635     vpp-perf-results-2n-skx:
636       # TODO: Add data:
637       csit-vpp-perf-report-coverage-2005-2n-skx:
638         - 11  # perf-full-2n-skx-ip4_I
639         - 3   # perf-full-2n-skx-ip4_II
640         - 18  # perf-full-2n-skx-ip4_III
641         - 19  # perf-full-2n-skx-ip4_IV
642         - 5   # perf-full-2n-skx-ip4_V
643         - 20  # perf-full-2n-skx-ip4_VI
644         - 7   # perf-full-2n-skx-ip6_I
645         - 21  # perf-full-2n-skx-ip6_II
646         - 9   # perf-full-2n-skx-l2_I
647         - 22  # perf-full-2n-skx-l2_II
648         - 23  # perf-full-2n-skx-memif
649         - 24  # perf-full-2n-skx-loadbalancer
650         - 25  # perf-full-2n-skx-vhost I
651         - 26  # perf-full-2n-skx-vhost II
652         - 27  # perf-full-2n-skx-vts
653
654     vpp-perf-results-2n-clx:
655       csit-vpp-perf-report-coverage-2005-2n-clx:
656         - 21  # perf-full-2n-clx-ip4_I
657         - 2   # perf-full-2n-clx-ip4_II
658         - 3   # perf-full-2n-clx-ip4_III
659         - 4   # perf-full-2n-clx-ip4_IV
660         - 5   # perf-full-2n-clx-ip4_V
661         - 6   # perf-full-2n-clx-ip4_VI
662         - 7   # perf-full-2n-clx-ip6_I
663         - 16  # perf-full-2n-clx-ip6_II
664         - 23  # perf-full-2n-clx-l2_I
665         - 10  # perf-full-2n-clx-l2_II
666         - 11  # perf-full-2n-clx-memif
667         - 12  # perf-full-2n-clx-loadbalancer
668         - 13  # perf-full-2n-clx-vhost I
669         - 22  # perf-full-2n-clx-vhost II
670         - 15  # perf-full-2n-clx-vts
671
672     vpp-perf-results-3n-tsh:
673       csit-vpp-perf-report-iterative-2005-3n-tsh:
674         - 9   # NDRPDR sel
675
676     vpp-perf-results-3n-dnv:
677       csit-vpp-perf-report-coverage-2005-3n-dnv:
678         - 1   # perf-full-3n-dnv-crypto_I
679         - 24  # perf-full-3n-dnv-crypto_II
680         - 5   # perf-full-3n-dnv-ip4_I
681         - 13  # perf-full-3n-dnv-ip4_II
682         - 17  # perf-full-3n-dnv-ip6_I
683         - 18  # perf-full-3n-dnv-ip6_II
684         - 21  # perf-full-3n-dnv-l2_I
685         - 22  # perf-full-3n-dnv-l2_II
686         - 23  # perf-full-3n-dnv-ip4-tunnels_I
687
688     vpp-perf-results-2n-dnv:
689       csit-vpp-perf-report-coverage-2005-2n-dnv:
690         - 1   # perf-full-2n-dnv-ip4_I
691         - 2   # perf-full-2n-dnv-ip4_II
692         - 3   # perf-full-2n-dnv-ip6_I
693         - 4   # perf-full-2n-dnv-ip6_II
694         - 5   # perf-full-2n-dnv-l2_I
695         - 6   # perf-full-2n-dnv-l2_II
696
697     vpp-mrr-results-3n-hsw:
698       csit-vpp-perf-report-iterative-2005-3n-hsw:
699         - 13  # MRR
700
701     vpp-mrr-results-3n-skx:
702       csit-vpp-perf-report-iterative-2005-3n-skx:
703         - 6   # MRR sel
704
705     vpp-mrr-results-2n-skx:
706       csit-vpp-perf-report-iterative-2005-2n-skx:
707         - 42  # MRR sel
708
709     vpp-mrr-results-2n-clx:
710       csit-vpp-perf-report-iterative-2005-2n-clx:
711         - 12   # MRR
712
713     vpp-mrr-results-3n-tsh:
714       csit-vpp-perf-report-iterative-2005-3n-tsh:
715         - 10  # MRR sel
716
717     vpp-mrr-results-3n-dnv:
718       csit-vpp-perf-report-iterative-2005-3n-dnv:
719         - 8   # MRR
720
721     vpp-mrr-results-2n-dnv:
722       csit-vpp-perf-report-iterative-2005-2n-dnv:
723         - 15  # MRR sel
724
725     vpp-device-results-ubuntu:
726       csit-vpp-device-2005-ubuntu1804-1n-skx:
727         - 35
728
729     dpdk-perf-results-3n-hsw:
730       csit-dpdk-perf-report-iterative-2005-3n-hsw:
731         - 5   # NDRPDR sel
732
733     dpdk-perf-results-3n-skx:
734       csit-dpdk-perf-report-iterative-2005-3n-skx:
735         - 4   # NDRPDR sel
736
737     dpdk-perf-results-2n-skx:
738       csit-dpdk-perf-report-iterative-2005-2n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-report-iterative-2005-2n-clx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-dnv:
746       csit-dpdk-perf-report-iterative-2005-2n-dnv:
747         - 8   # NDRPDR sel
748
749     dpdk-perf-results-3n-dnv:
750       csit-dpdk-perf-report-iterative-2005-3n-dnv:
751         - 6   # NDRPDR sel
752
753     dpdk-perf-results-3n-tsh:
754       csit-dpdk-perf-report-iterative-2005-3n-tsh:
755         - 5   # NDRPDR sel
756
757 ###########################################################################
758     # Tables (more than one data set)
759
760     # Performance changes
761
762     vpp-performance-changes-3n-hsw-h1:
763       csit-vpp-perf-verify-1908-3n-hsw:
764         - 12  # NDRPDR sel
765         - 13  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 15  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 17  # NDRPDR sel
770         - 18  # NDRPDR sel
771         - 19  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774     vpp-performance-changes-3n-hsw-ref:
775       csit-vpp-perf-verify-2001-3n-hsw:
776         - 21  # NDRPDR sel
777         - 22  # NDRPDR sel
778         - 23  # NDRPDR sel
779         - 24  # NDRPDR sel
780         - 25  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 32  # NDRPDR sel
785         - 34  # NDRPDR sel
786     vpp-performance-changes-3n-hsw-cmp:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 3   # NDRPDR sel
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 10  # NDRPDR sel
792         - 11  # NDRPDR sel
793         - 12  # NDRPDR sel
794         - 15  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 18  # NDRPDR sel
797         - 19  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-cmp-2:
799       csit-vpp-perf-report-iterative-2005-3n-hsw:
800         - 20  # NDRPDR sel env 4
801         - 21  # NDRPDR sel env 4
802         - 22  # NDRPDR sel env 4
803         - 23  # NDRPDR sel env 4
804         - 24  # NDRPDR sel env 4
805         - 25  # NDRPDR sel env 4
806         - 26  # NDRPDR sel env 4
807         - 27  # NDRPDR sel env 4
808         - 28  # NDRPDR sel env 4
809         - 29  # NDRPDR sel env 4
810     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
811       csit-vpp-perf-report-iterative-2005-3n-hsw:
812         - 31  # NDRPDR sel 2001.0-4
813
814     vpp-performance-changes-3n-skx-h1:
815       csit-vpp-perf-verify-1908_1-3n-skx:
816         - 26  # NDRPDR sel - new1908.1
817         - 27  # NDRPDR sel - new1908.1
818         - 28  # NDRPDR sel - new1908.1
819         - 29  # NDRPDR sel - new1908.1
820         - 30  # NDRPDR sel - new1908.1
821         - 31  # NDRPDR sel - new1908.1
822         - 33  # NDRPDR sel - new1908.1
823         - 34  # NDRPDR sel - new1908.1
824         - 35  # NDRPDR sel - new1908.1
825         - 36  # NDRPDR sel - new1908.1
826     vpp-performance-changes-3n-skx-ref:
827       csit-vpp-perf-verify-2001-3n-skx:
828         - 69  # NDRPDR sel - new2001.0
829         - 71  # NDRPDR sel - new2001.0
830         - 72  # NDRPDR sel - new2001.0
831         - 76  # NDRPDR sel - new2001.0
832         - 77  # NDRPDR sel - new2001.0
833         - 78  # NDRPDR sel - new2001.0
834         - 80  # NDRPDR sel - new2001.0
835     vpp-performance-changes-3n-skx-cmp:
836       csit-vpp-perf-report-iterative-2005-3n-skx:
837         - 4   # NDRPDR sel
838         - 5   # NDRPDR sel ??? all x710 failed
839         - 33  # NDRPDR sel
840         - 28  # NDRPDR sel
841         - 34  # NDRPDR sel
842         - 36  # NDRPDR sel
843         - 37  # NDRPDR sel
844         - 38  # NDRPDR sel
845         - 39  # NDRPDR sel
846         - 41  # NDRPDR sel
847     vpp-performance-changes-3n-skx-cmp-2:
848       csit-vpp-perf-report-iterative-2005-3n-skx:
849         - 42  # NDRPDR sel env 4
850         - 43  # NDRPDR sel env 4
851         - 44  # NDRPDR sel env 4
852         - 45  # NDRPDR sel env 4
853         - 47  # NDRPDR sel env 4
854     vpp-performance-changes-3n-skx-cmp-2001.0-4:
855       csit-vpp-perf-report-iterative-2005-3n-skx:
856         - 50  # NDRPDR sel 2001.0-4
857
858     vpp-performance-changes-2n-skx-h1:
859       csit-vpp-perf-verify-1908_1-2n-skx:
860         - 39  # NDRPDR sel - new1908.1
861         - 40  # NDRPDR sel - new1908.1
862         - 41  # NDRPDR sel - new1908.1
863         - 43  # NDRPDR sel - new1908.1
864         - 44  # NDRPDR sel - new1908.1
865         - 45  # NDRPDR sel - new1908.1
866         - 46  # NDRPDR sel - new1908.1
867         - 47  # NDRPDR sel - new1908.1
868         - 48  # NDRPDR sel - new1908.1
869         - 49  # NDRPDR sel - new1908.1
870     vpp-performance-changes-2n-skx-ref:
871       csit-vpp-perf-verify-2001-2n-skx:
872         - 143  # NDRPDR sel - new2001.0
873         - 146  # NDRPDR sel - new2001.0
874         - 147  # NDRPDR sel - new2001.0
875         - 148  # NDRPDR sel - new2001.0
876         - 149  # NDRPDR sel - new2001.0
877         - 150  # NDRPDR sel - new2001.0
878         - 151  # NDRPDR sel - new2001.0
879         - 152  # NDRPDR sel - new2001.0
880         - 153  # NDRPDR sel - new2001.0
881         - 154  # NDRPDR sel - new2001.0
882     vpp-performance-changes-2n-skx-cmp:
883       csit-vpp-perf-report-iterative-2005-2n-skx:
884         - 43  # NDRPDR sel
885         - 38  # NDRPDR sel
886         - 7   # NDRPDR sel
887         - 65  # NDRPDR sel
888         - 47  # NDRPDR sel
889         - 55  # NDRPDR sel
890         - 67  # NDRPDR sel
891         - 75  # NDRPDR sel
892         - 76  # NDRPDR sel
893         - 73  # NDRPDR sel
894     vpp-performance-changes-2n-skx-cmp-2:
895       csit-vpp-perf-report-iterative-2005-2n-skx:
896         - 88  # NDRPDR sel env 4
897         - 89  # NDRPDR sel env 4
898         - 90  # NDRPDR sel env 4
899         - 91  # NDRPDR sel env 4
900         - 92  # NDRPDR sel env 4
901         - 93  # NDRPDR sel env 4
902         - 94  # NDRPDR sel env 4
903     vpp-performance-changes-2n-skx-cmp-2001.0-4:
904       csit-vpp-perf-report-iterative-2005-2n-skx:
905         - 100 # NDRPDR sel 2001.0-4
906
907 #    vpp-performance-changes-nfv-2n-skx-ref:
908 #      csit-vpp-perf-verify-2001-2n-skx:
909 #        - 30  # NFV
910 #        - 31  # NFV
911 #    vpp-performance-changes-nfv-2n-skx-cmp:
912 #      csit-vpp-perf-report-iterative-2005-2n-skx:
913 #        - 43  # NDRPDR sel
914 #        - 38  # NDRPDR sel
915 #        - 7   # NDRPDR sel
916 #        - 78  # nf-density-sel
917 #        - 83  # nf-density-sel
918
919     vpp-performance-changes-2n-clx-ref:
920       csit-vpp-perf-verify-2001-2n-clx:
921         - 28  # NDRPDR sel
922         - 29  # NDRPDR sel
923         - 32  # NDRPDR sel
924         - 40  # NDRPDR sel
925         - 43  # NDRPDR sel
926         - 44  # NDRPDR sel
927         - 45  # NDRPDR sel
928         - 47  # NDRPDR sel
929         - 48  # NDRPDR sel
930         - 49  # NDRPDR sel
931     vpp-performance-changes-2n-clx-cmp:
932       csit-vpp-perf-report-iterative-2005-2n-clx:
933         - 7   # NDRPDR sel
934         - 38  # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 32  # NDRPDR sel ???
937         - 33  # NDRPDR sel ???
938         - 39  # NDRPDR sel
939         - 40  # NDRPDR sel
940         - 43  # NDRPDR sel
941         - 50  # NDRPDR sel
942         - 51  # NDRPDR sel
943     vpp-performance-changes-2n-clx-cmp-2:
944       csit-vpp-perf-report-iterative-2005-2n-clx:
945         - 62  # NDRPDR sel env 4
946         - 63  # NDRPDR sel env 4
947         - 64  # NDRPDR sel env 4
948         - 65  # NDRPDR sel env 4
949         - 66  # NDRPDR sel env 4
950         - 68  # NDRPDR sel env 4
951         - 69  # NDRPDR sel env 4
952         - 70  # NDRPDR sel env 4
953     vpp-performance-changes-2n-clx-cmp-2001.0-4:
954       csit-vpp-perf-report-iterative-2005-2n-clx:
955         - 73  # NDRPDR sel 2001.0-4
956         - 74  # NDRPDR sel 2001.0-4
957         - 75  # NDRPDR sel 2001.0-4
958
959     vpp-performance-changes-2n-dnv-h1:
960       csit-vpp-perf-verify-1908-2n-dnv:
961         - 1   # NDRPDR sel
962         - 2   # NDRPDR sel
963         - 3   # NDRPDR sel
964         - 4   # NDRPDR sel
965         - 5   # NDRPDR sel
966         - 6   # NDRPDR sel
967         - 7   # NDRPDR sel
968         - 8   # NDRPDR sel
969         - 9   # NDRPDR sel
970         - 10  # NDRPDR sel
971     vpp-performance-changes-2n-dnv-ref:
972       csit-vpp-perf-verify-2001-2n-dnv:
973         - 4   # NDRPDR sel
974         - 5   # NDRPDR sel
975         - 6   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 8   # NDRPDR sel
978         - 9   # NDRPDR sel
979         - 10  # NDRPDR sel
980         - 11  # NDRPDR sel
981         - 13  # NDRPDR sel
982         - 16  # NDRPDR sel
983     vpp-performance-changes-2n-dnv-cmp:
984       csit-vpp-perf-report-iterative-2005-2n-dnv:
985         - 3   # NDRPDR sel
986         - 6   # NDRPDR sel
987         - 7   # NDRPDR sel
988         - 8   # NDRPDR sel
989         - 9   # NDRPDR sel
990         - 10  # NDRPDR sel
991         - 11  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 13  # NDRPDR sel
994         - 14  # NDRPDR sel
995
996     vpp-performance-changes-3n-dnv-h1:
997       csit-vpp-perf-verify-1908-3n-dnv:
998         - 6   # NDRPDR sel
999         - 7   # NDRPDR sel
1000         - 8   # NDRPDR sel
1001         - 9   # NDRPDR sel
1002         - 10  # NDRPDR sel
1003         - 12  # NDRPDR sel
1004         - 13  # NDRPDR sel
1005         - 14  # NDRPDR sel
1006         - 15  # NDRPDR sel
1007         - 16  # NDRPDR sel
1008     vpp-performance-changes-3n-dnv-ref:
1009       csit-vpp-perf-verify-2001-3n-dnv:
1010         - 5   # NDRPDR sel
1011         - 6   # NDRPDR sel
1012         - 7   # NDRPDR sel
1013         - 8   # NDRPDR sel
1014         - 9   # NDRPDR sel
1015         - 10  # NDRPDR sel
1016         - 12  # NDRPDR sel
1017         - 16  # NDRPDR sel
1018         - 17  # NDRPDR sel
1019         - 18  # NDRPDR sel
1020     vpp-performance-changes-3n-dnv-cmp:
1021       csit-vpp-perf-report-iterative-2005-3n-dnv:
1022         - 2   # NDRPDR sel
1023         - 3   # NDRPDR sel
1024         - 4   # NDRPDR sel
1025         - 5   # NDRPDR sel
1026         - 6   # NDRPDR sel
1027         - 7   # NDRPDR sel
1028         - 9   # NDRPDR sel
1029         - 10  # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032
1033     vpp-performance-changes-3n-tsh-h1:
1034       csit-vpp-perf-verify-1908-3n-tsh:
1035         - 7   # NDRPDR sel
1036         - 8   # NDRPDR sel
1037         - 9   # NDRPDR sel
1038         - 10  # NDRPDR sel
1039         - 11  # NDRPDR sel
1040         - 12  # NDRPDR sel
1041         - 13  # NDRPDR sel
1042         - 14  # NDRPDR sel
1043         - 15  # NDRPDR sel
1044         - 16  # NDRPDR sel
1045     vpp-performance-changes-3n-tsh-ref:
1046       csit-vpp-perf-verify-2001-3n-tsh:
1047         - 3   # NDRPDR sel
1048         - 4   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 10  # NDRPDR sel
1052         - 12  # NDRPDR sel
1053         - 13  # NDRPDR sel
1054         - 14  # NDRPDR sel
1055         - 15  # NDRPDR sel
1056         - 21  # NDRPDR sel
1057     vpp-performance-changes-3n-tsh-cmp:
1058       # TODO: Add data:
1059       csit-vpp-perf-report-iterative-2005-3n-tsh:
1060         - 9   # NDRPDR sel
1061         - 11  # NDRPDR sel
1062         - 12  # NDRPDR sel
1063         - 20  # NDRPDR sel
1064         - 14  # NDRPDR sel
1065         - 21  # NDRPDR sel
1066     vpp-performance-changes-3n-tsh-cmp-2:
1067       csit-vpp-perf-report-iterative-2005-3n-tsh:
1068         - 23  # NDRPDR sel env 4
1069         - 25  # 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
1074     vpp-soak-vs-ndr-2n-skx-ref:
1075       csit-vpp-perf-report-iterative-2005-2n-skx:
1076         - 43  # NDRPDR sel
1077         - 38  # NDRPDR sel
1078         - 7   # NDRPDR sel
1079         - 65  # NDRPDR sel
1080         - 47  # NDRPDR sel
1081         - 55  # NDRPDR sel
1082         - 67  # NDRPDR sel
1083         - 75  # NDRPDR sel
1084         - 76  # NDRPDR sel
1085         - 73  # NDRPDR sel
1086     vpp-soak-vs-ndr-2n-skx-cmp:
1087       csit-vpp-perf-report-iterative-2005-2n-skx:
1088         - 49  # Soak
1089         - 54  # Soak
1090     vpp-soak-vs-ndr-2n-skx:
1091       csit-vpp-perf-report-iterative-2005-2n-skx:
1092         - 43  # NDRPDR sel
1093         - 38  # NDRPDR sel
1094         - 7   # NDRPDR sel
1095         - 65  # NDRPDR sel
1096         - 47  # NDRPDR sel
1097         - 55  # NDRPDR sel
1098         - 67  # NDRPDR sel
1099         - 75  # NDRPDR sel
1100         - 76  # NDRPDR sel
1101         - 73  # NDRPDR sel
1102         - 49  # Soak
1103         - 54  # Soak
1104
1105     vpp-soak-vs-ndr-2n-clx-ref:
1106       csit-vpp-perf-report-iterative-2005-2n-clx:
1107         - 7   # NDRPDR sel
1108         - 38  # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 32  # NDRPDR sel ???
1111         - 33  # NDRPDR sel ???
1112         - 39  # NDRPDR sel
1113         - 40  # NDRPDR sel
1114         - 43  # NDRPDR sel
1115         - 50  # NDRPDR sel
1116         - 51  # NDRPDR sel
1117     vpp-soak-vs-ndr-2n-clx-cmp:
1118       csit-vpp-perf-report-iterative-2005-2n-clx:
1119         - 44  # Soak
1120         - 49  # Soak
1121     vpp-soak-vs-ndr-2n-clx:
1122       csit-vpp-perf-report-iterative-2005-2n-clx:
1123         - 7   # NDRPDR sel
1124         - 38  # NDRPDR sel
1125         - 9   # NDRPDR sel
1126         - 32  # NDRPDR sel ???
1127         - 33  # NDRPDR sel ???
1128         - 39  # NDRPDR sel
1129         - 40  # NDRPDR sel
1130         - 43  # NDRPDR sel
1131         - 50  # NDRPDR sel
1132         - 51  # NDRPDR sel
1133         - 44  # Soak
1134         - 49  # Soak
1135
1136     vpp-performance-changes-3n-hsw-mrr-h1:
1137       csit-vpp-perf-verify-1908-3n-hsw:
1138         - 39  # MRR sel
1139     vpp-performance-changes-3n-hsw-mrr-ref:
1140       csit-vpp-perf-verify-2001-3n-hsw:
1141         - 17  # MRR sel
1142     vpp-performance-changes-3n-hsw-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2005-3n-hsw:
1144         - 13  # MRR
1145     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1146       csit-vpp-perf-report-iterative-2005-3n-hsw:
1147         - 30  # MRR env 4
1148
1149 #    vpp-performance-changes-3n-skx-mrr-h1:
1150 #      csit-vpp-perf-verify-1908-3n-skx:
1151 #        - 36  # MRR sel
1152     vpp-performance-changes-3n-skx-mrr-ref:
1153       csit-vpp-perf-verify-2001-3n-skx:
1154         - 50  # MRR sel
1155         - 53  # MRR sel addition
1156     vpp-performance-changes-3n-skx-mrr-cmp:
1157       csit-vpp-perf-report-iterative-2005-3n-skx:
1158         - 6   # MRR sel
1159     vpp-performance-changes-3n-skx-mrr-cmp-2:
1160       csit-vpp-perf-report-iterative-2005-3n-skx:
1161         - 49  # MRR sel env 4
1162
1163 #    vpp-performance-changes-2n-skx-mrr-h1:
1164 #      csit-vpp-perf-verify-1908-2n-skx:
1165 #        - 69  # MRR sel
1166     vpp-performance-changes-2n-skx-mrr-ref:
1167       csit-vpp-perf-verify-2001-2n-skx:
1168         - 101 # MRR sel
1169         - 128 # MRR sel addition
1170     vpp-performance-changes-2n-skx-mrr-cmp:
1171       csit-vpp-perf-report-iterative-2005-2n-skx:
1172         - 42  # MRR sel
1173     vpp-performance-changes-2n-skx-mrr-cmp-2:
1174       csit-vpp-perf-report-iterative-2005-2n-skx:
1175         - 99  # MRR sel env 4
1176
1177     vpp-performance-changes-2n-clx-mrr-ref:
1178       csit-vpp-perf-verify-2001-2n-clx:
1179         - 39  # MRR
1180     vpp-performance-changes-2n-clx-mrr-cmp:
1181       csit-vpp-perf-report-iterative-2005-2n-clx:
1182         - 12   # MRR
1183     vpp-performance-changes-2n-clx-mrr-cmp-2:
1184       csit-vpp-perf-report-iterative-2005-2n-clx:
1185         - 72   # MRR
1186
1187 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1188 #      csit-vpp-perf-verify-1908-2n-skx:
1189 #        - 71  # NFV MRR
1190 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1191 #      # csit-vpp-perf-verify-2001-2n-skx:
1192 #      csit-vpp-perf-verify-1908-2n-skx:
1193 #        - 71  # NFV MRR
1194
1195     vpp-performance-changes-2n-dnv-mrr-h1:
1196       csit-vpp-perf-verify-1908-2n-dnv:
1197         - 11  # MRR sel
1198     vpp-performance-changes-2n-dnv-mrr-ref:
1199       csit-vpp-perf-verify-2001-2n-dnv:
1200         - 12  # MRR sel
1201     vpp-performance-changes-2n-dnv-mrr-cmp:
1202       csit-vpp-perf-report-iterative-2005-2n-dnv:
1203         - 15  # MRR sel
1204
1205     vpp-performance-changes-3n-dnv-mrr-h1:
1206       csit-vpp-perf-verify-1908-3n-dnv:
1207         - 17  # MRR sel
1208     vpp-performance-changes-3n-dnv-mrr-ref:
1209       csit-vpp-perf-verify-2001-3n-dnv:
1210         - 11  # MRR sel
1211     vpp-performance-changes-3n-dnv-mrr-cmp:
1212       csit-vpp-perf-report-iterative-2005-3n-dnv:
1213         - 8   # MRR
1214
1215     vpp-performance-changes-3n-tsh-mrr-h1:
1216       csit-vpp-perf-verify-1908-3n-tsh:
1217         - 17  # MRR sel
1218     vpp-performance-changes-3n-tsh-mrr-ref:
1219       csit-vpp-perf-verify-2001-3n-tsh:
1220         - 9   # MRR sel
1221     vpp-performance-changes-3n-tsh-mrr-cmp:
1222       csit-vpp-perf-report-iterative-2005-3n-tsh:
1223         - 10  # MRR sel
1224     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1225       csit-vpp-perf-report-iterative-2005-3n-tsh:
1226         - 27  # MRR sel env 4
1227
1228     dpdk-performance-changes-3n-hsw-h1:
1229       csit-dpdk-perf-verify-1908-3n-hsw:
1230         - 2   # NDRPDR sel
1231         - 3   # NDRPDR sel
1232         - 4   # NDRPDR sel
1233         - 5   # NDRPDR sel
1234         - 6   # NDRPDR sel
1235         - 7   # NDRPDR sel
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240     dpdk-performance-changes-3n-hsw-ref:
1241       csit-dpdk-perf-verify-2001-3n-hsw:
1242         - 4   # NDRPDR sel
1243         - 5   # NDRPDR sel
1244         - 6   # NDRPDR sel
1245         - 7   # NDRPDR sel
1246         - 8   # NDRPDR sel
1247         - 9   # NDRPDR sel
1248         - 10  # NDRPDR sel
1249         - 11  # NDRPDR sel
1250         - 12  # NDRPDR sel
1251         - 13  # NDRPDR sel
1252         - 15  # NDRPDR sel
1253         - 16  # NDRPDR sel
1254         - 17  # NDRPDR sel
1255         - 18  # NDRPDR sel
1256         - 19  # NDRPDR sel
1257         - 20  # NDRPDR sel
1258         - 21  # NDRPDR sel
1259         - 22  # NDRPDR sel
1260         - 23  # NDRPDR sel
1261         - 24  # NDRPDR sel
1262     dpdk-performance-changes-3n-hsw-cmp:
1263       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1264         - 5   # NDRPDR sel
1265         - 6   # NDRPDR sel
1266         - 7   # NDRPDR sel
1267         - 8   # NDRPDR sel
1268         - 9   # NDRPDR sel
1269         - 10  # NDRPDR sel
1270         - 11  # NDRPDR sel
1271         - 12  # NDRPDR sel
1272         - 13  # NDRPDR sel
1273         - 14  # NDRPDR sel
1274
1275     dpdk-performance-changes-3n-skx-h1:
1276       csit-dpdk-perf-verify-1908-3n-skx:
1277         - 3   # NDRPDR sel
1278         - 4   # NDRPDR sel
1279         - 5   # NDRPDR sel
1280         - 6   # NDRPDR sel
1281         - 7   # NDRPDR sel
1282         - 8   # NDRPDR sel
1283         - 9   # NDRPDR sel
1284         - 10  # NDRPDR sel
1285         - 11  # NDRPDR sel
1286         - 12  # NDRPDR sel
1287     dpdk-performance-changes-3n-skx-ref:
1288       csit-dpdk-perf-verify-2001-3n-skx:
1289         - 29  # NDRPDR sel xxv710
1290         - 33  # NDRPDR sel xxv710
1291         - 34  # NDRPDR sel xxv710
1292         - 35  # NDRPDR sel xxv710
1293         - 36  # NDRPDR sel xxv710
1294         - 37  # NDRPDR sel xxv710
1295         - 41  # NDRPDR sel xxv710
1296         - 42  # NDRPDR sel xxv710
1297         - 43  # NDRPDR sel xxv710
1298         - 45  # NDRPDR sel xxv710
1299         - 30  # NDRPDR sel x710
1300         - 31  # NDRPDR sel x710
1301         - 32  # NDRPDR sel x710
1302         - 38  # NDRPDR sel x710
1303         - 39  # NDRPDR sel x710
1304         - 40  # NDRPDR sel x710
1305         - 44  # NDRPDR sel x710
1306         - 46  # NDRPDR sel x710
1307         - 47  # NDRPDR sel x710
1308         - 48  # NDRPDR sel x710
1309     dpdk-performance-changes-3n-skx-cmp:
1310       csit-dpdk-perf-report-iterative-2005-3n-skx:
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 6   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 8   # NDRPDR sel
1316         - 11  # NDRPDR sel
1317         - 12  # NDRPDR sel
1318         - 13  # NDRPDR sel
1319         - 14  # NDRPDR sel
1320         - 15  # NDRPDR sel
1321
1322     dpdk-performance-changes-2n-skx-h1:
1323       csit-dpdk-perf-verify-1908-2n-skx:
1324         - 2   # NDRPDR sel
1325         - 3   # NDRPDR sel
1326         - 4   # NDRPDR sel
1327         - 5   # NDRPDR sel
1328         - 7   # NDRPDR sel
1329         - 8   # NDRPDR sel
1330         - 9   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 12  # NDRPDR sel
1334     dpdk-performance-changes-2n-skx-ref:
1335       csit-dpdk-perf-verify-2001-2n-skx:
1336         - 35  # NDRPDR sel xxv710
1337         - 36  # NDRPDR sel xxv710
1338         - 37  # NDRPDR sel xxv710
1339         - 41  # NDRPDR sel xxv710
1340         - 42  # NDRPDR sel xxv710
1341         - 43  # NDRPDR sel xxv710
1342         - 46  # NDRPDR sel xxv710
1343         - 47  # NDRPDR sel xxv710
1344         - 52  # NDRPDR sel xxv710
1345         - 53  # NDRPDR sel xxv710
1346         - 38  # NDRPDR sel x710
1347         - 39  # NDRPDR sel x710
1348         - 40  # NDRPDR sel x710
1349         - 44  # NDRPDR sel x710
1350         - 45  # NDRPDR sel x710
1351         - 48  # NDRPDR sel x710
1352         - 49  # NDRPDR sel x710
1353         - 50  # NDRPDR sel x710
1354         - 51  # NDRPDR sel x710
1355         - 54  # NDRPDR sel x710
1356     dpdk-performance-changes-2n-skx-cmp:
1357       csit-dpdk-perf-report-iterative-2005-2n-skx:
1358         - 1   # NDRPDR sel
1359         - 2   # NDRPDR sel
1360         - 3   # NDRPDR sel
1361         - 4   # NDRPDR sel
1362         - 5   # NDRPDR sel
1363         - 6   # NDRPDR sel
1364         - 7   # NDRPDR sel
1365         - 8   # NDRPDR sel
1366         - 9   # NDRPDR sel
1367         - 10  # NDRPDR sel
1368
1369     dpdk-performance-changes-2n-clx-ref:
1370       csit-dpdk-perf-verify-2001-2n-clx:
1371         - 15  # NDRPDR sel
1372         - 16  # NDRPDR sel
1373         - 17  # NDRPDR sel
1374         - 18  # NDRPDR sel
1375         - 19  # NDRPDR sel
1376         - 20  # NDRPDR sel
1377         - 21  # NDRPDR sel
1378         - 22  # NDRPDR sel
1379         - 23  # NDRPDR sel
1380         - 24  # NDRPDR sel
1381         - 25  # NDRPDR sel
1382         - 26  # NDRPDR sel
1383         - 27  # NDRPDR sel
1384         - 28  # NDRPDR sel
1385         - 29  # NDRPDR sel
1386         - 30  # NDRPDR sel
1387         - 31  # NDRPDR sel
1388         - 32  # NDRPDR sel
1389         - 33  # NDRPDR sel
1390         - 34  # NDRPDR sel
1391     dpdk-performance-changes-2n-clx-cmp:
1392       csit-dpdk-perf-report-iterative-2005-2n-clx:
1393         - 1   # NDRPDR sel
1394         - 2   # NDRPDR sel
1395         - 3   # NDRPDR sel
1396         - 4   # NDRPDR sel
1397         - 5   # NDRPDR sel
1398         - 6   # NDRPDR sel
1399         - 7   # NDRPDR sel
1400         - 8   # NDRPDR sel
1401         - 9   # NDRPDR sel
1402         - 10  # NDRPDR sel
1403
1404     dpdk-performance-changes-2n-dnv-ref:
1405       csit-dpdk-perf-verify-2001-2n-dnv:
1406         - 9   # NDRPDR sel
1407         - 10  # NDRPDR sel
1408         - 11  # NDRPDR sel
1409         - 12  # NDRPDR sel
1410         - 13  # NDRPDR sel
1411         - 14  # NDRPDR sel
1412         - 15  # NDRPDR sel
1413         - 16  # NDRPDR sel
1414         - 17  # NDRPDR sel
1415         - 18  # NDRPDR sel
1416     dpdk-performance-changes-2n-dnv-cmp:
1417       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1418         - 8   # NDRPDR sel
1419         - 9   # NDRPDR sel
1420         - 10  # NDRPDR sel
1421         - 11  # NDRPDR sel
1422         - 12  # NDRPDR sel
1423         - 13  # NDRPDR sel
1424         - 14  # NDRPDR sel
1425         - 15  # NDRPDR sel
1426         - 16  # NDRPDR sel
1427         - 17  # NDRPDR sel
1428
1429     dpdk-performance-changes-3n-dnv-ref:
1430       csit-dpdk-perf-verify-2001-3n-dnv:
1431         - 12  # NDRPDR sel
1432         - 13  # NDRPDR sel
1433         - 14  # NDRPDR sel
1434         - 15  # NDRPDR sel
1435         - 16  # NDRPDR sel
1436         - 17  # NDRPDR sel
1437         - 18  # NDRPDR sel
1438         - 19  # NDRPDR sel
1439         - 20  # NDRPDR sel
1440         - 22  # NDRPDR sel
1441     dpdk-performance-changes-3n-dnv-cmp:
1442       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1443         - 6   # NDRPDR sel
1444         - 7   # NDRPDR sel
1445         - 8   # NDRPDR sel
1446         - 9   # NDRPDR sel
1447         - 10  # NDRPDR sel
1448         - 11  # NDRPDR sel
1449         - 12  # NDRPDR sel
1450         - 13  # NDRPDR sel
1451         - 14  # NDRPDR sel
1452         - 16  # NDRPDR sel
1453
1454     dpdk-performance-changes-3n-tsh-ref:
1455       csit-dpdk-perf-verify-2001-3n-tsh:
1456         - 3   # NDRPDR sel
1457         - 4   # NDRPDR sel
1458         - 5   # NDRPDR sel
1459         - 9   # NDRPDR sel
1460         - 10  # NDRPDR sel
1461         - 11  # NDRPDR sel
1462         - 12  # NDRPDR sel
1463         - 14  # NDRPDR sel
1464         - 15  # NDRPDR sel
1465         - 18  # NDRPDR sel
1466     dpdk-performance-changes-3n-tsh-cmp:
1467       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1468         - 5   # NDRPDR sel
1469
1470     # Compare testbeds
1471
1472     vpp-compare-testbeds-ref:
1473       csit-vpp-perf-report-iterative-2005-3n-hsw:
1474         - 3   # NDRPDR sel
1475         - 4   # NDRPDR sel
1476         - 5   # NDRPDR sel
1477         - 10  # NDRPDR sel
1478         - 11  # NDRPDR sel
1479         - 12  # NDRPDR sel
1480         - 15  # NDRPDR sel
1481         - 16  # NDRPDR sel
1482         - 18  # NDRPDR sel
1483         - 19  # NDRPDR sel
1484     vpp-compare-testbeds-cmp:
1485       csit-vpp-perf-report-iterative-2005-3n-skx:
1486         - 4   # NDRPDR sel
1487         - 5   # NDRPDR sel ??? all x710 failed
1488         - 33  # NDRPDR sel
1489         - 28  # NDRPDR sel
1490         - 34  # NDRPDR sel
1491         - 36  # NDRPDR sel
1492         - 37  # NDRPDR sel
1493         - 38  # NDRPDR sel
1494         - 39  # NDRPDR sel
1495         - 41  # NDRPDR sel
1496
1497     vpp-compare-testbeds-skx-clx-ref:
1498       csit-vpp-perf-report-iterative-2005-2n-skx:
1499         - 43  # NDRPDR sel
1500         - 38  # NDRPDR sel
1501         - 7   # NDRPDR sel
1502         - 65  # NDRPDR sel
1503         - 47  # NDRPDR sel
1504         - 55  # NDRPDR sel
1505         - 67  # NDRPDR sel
1506         - 75  # NDRPDR sel
1507         - 76  # NDRPDR sel
1508         - 73  # NDRPDR sel
1509     vpp-compare-testbeds-skx-clx-cmp:
1510       csit-vpp-perf-report-iterative-2005-2n-clx:
1511         - 7   # NDRPDR sel
1512         - 38  # NDRPDR sel
1513         - 9   # NDRPDR sel
1514         - 32  # NDRPDR sel ???
1515         - 33  # NDRPDR sel ???
1516         - 39  # NDRPDR sel
1517         - 40  # NDRPDR sel
1518         - 43  # NDRPDR sel
1519         - 50  # NDRPDR sel
1520         - 51  # NDRPDR sel
1521
1522     vpp-compare-testbeds-hsw-clx-ref:
1523       csit-vpp-perf-report-iterative-2005-3n-hsw:
1524         - 3   # NDRPDR sel
1525         - 4   # NDRPDR sel
1526         - 5   # NDRPDR sel
1527         - 10  # NDRPDR sel
1528         - 11  # NDRPDR sel
1529         - 12  # NDRPDR sel
1530         - 15  # NDRPDR sel
1531         - 16  # NDRPDR sel
1532         - 18  # NDRPDR sel
1533         - 19  # NDRPDR sel
1534     vpp-compare-testbeds-hsw-clx-cmp:
1535       csit-vpp-perf-report-iterative-2005-2n-clx:
1536         - 7   # NDRPDR sel
1537         - 38  # NDRPDR sel
1538         - 9   # NDRPDR sel
1539         - 32  # NDRPDR sel ???
1540         - 33  # NDRPDR sel ???
1541         - 39  # NDRPDR sel
1542         - 40  # NDRPDR sel
1543         - 43  # NDRPDR sel
1544         - 50  # NDRPDR sel
1545         - 51  # NDRPDR sel
1546
1547     vpp-compare-testbeds-mrr-ref:
1548       csit-vpp-perf-report-iterative-2005-3n-hsw:
1549         - 13  # MRR
1550     vpp-compare-testbeds-mrr-cmp:
1551       csit-vpp-perf-report-iterative-2005-3n-skx:
1552         - 6   # MRR sel
1553
1554     vpp-compare-testbeds-mrr-skx-clx-ref:
1555       csit-vpp-perf-report-iterative-2005-2n-skx:
1556         - 42  # MRR sel
1557     vpp-compare-testbeds-mrr-skx-clx-cmp:
1558       csit-vpp-perf-report-iterative-2005-2n-clx:
1559         - 12   # MRR
1560
1561     vpp-compare-testbeds-mrr-hsw-clx-ref:
1562       csit-vpp-perf-report-iterative-2005-3n-hsw:
1563         - 13  # MRR
1564     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1565       csit-vpp-perf-report-iterative-2005-2n-clx:
1566         - 12   # MRR
1567
1568     dpdk-compare-testbeds-ref:
1569       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1570         - 5   # NDRPDR sel
1571         - 6   # NDRPDR sel
1572         - 7   # NDRPDR sel
1573         - 8   # NDRPDR sel
1574         - 9   # NDRPDR sel
1575         - 10  # NDRPDR sel
1576         - 11  # NDRPDR sel
1577         - 12  # NDRPDR sel
1578         - 13  # NDRPDR sel
1579         - 14  # NDRPDR sel
1580     dpdk-compare-testbeds-cmp:
1581       csit-dpdk-perf-report-iterative-2005-3n-skx:
1582         - 4   # NDRPDR sel
1583         - 5   # NDRPDR sel
1584         - 6   # NDRPDR sel
1585         - 7   # NDRPDR sel
1586         - 8   # NDRPDR sel
1587         - 11  # NDRPDR sel
1588         - 12  # NDRPDR sel
1589         - 13  # NDRPDR sel
1590         - 14  # NDRPDR sel
1591         - 15  # NDRPDR sel
1592
1593     dpdk-compare-testbeds-skx-clx-ref:
1594       csit-dpdk-perf-report-iterative-2005-2n-skx:
1595         - 1   # NDRPDR sel
1596         - 2   # NDRPDR sel
1597         - 3   # NDRPDR sel
1598         - 4   # NDRPDR sel
1599         - 5   # NDRPDR sel
1600         - 6   # NDRPDR sel
1601         - 7   # NDRPDR sel
1602         - 8   # NDRPDR sel
1603         - 9   # NDRPDR sel
1604         - 10  # NDRPDR sel
1605     dpdk-compare-testbeds-skx-clx-cmp:
1606       csit-dpdk-perf-report-iterative-2005-2n-clx:
1607         - 1   # NDRPDR sel
1608         - 2   # NDRPDR sel
1609         - 3   # NDRPDR sel
1610         - 4   # NDRPDR sel
1611         - 5   # NDRPDR sel
1612         - 6   # NDRPDR sel
1613         - 7   # NDRPDR sel
1614         - 8   # NDRPDR sel
1615         - 9   # NDRPDR sel
1616         - 10  # NDRPDR sel
1617
1618     # Compare topologies
1619
1620     vpp-compare-topologies-ref:
1621       csit-vpp-perf-report-iterative-2005-3n-skx:
1622         - 4   # NDRPDR sel
1623         - 5   # NDRPDR sel ??? all x710 failed
1624         - 33  # NDRPDR sel
1625         - 28  # NDRPDR sel
1626         - 34  # NDRPDR sel
1627         - 36  # NDRPDR sel
1628         - 37  # NDRPDR sel
1629         - 38  # NDRPDR sel
1630         - 39  # NDRPDR sel
1631         - 41  # NDRPDR sel
1632     vpp-compare-topologies-cmp:
1633       csit-vpp-perf-report-iterative-2005-2n-skx:
1634         - 43  # NDRPDR sel
1635         - 38  # NDRPDR sel
1636         - 7   # NDRPDR sel
1637         - 65  # NDRPDR sel
1638         - 47  # NDRPDR sel
1639         - 55  # NDRPDR sel
1640         - 67  # NDRPDR sel
1641         - 75  # NDRPDR sel
1642         - 76  # NDRPDR sel
1643         - 73  # NDRPDR sel
1644
1645     vpp-compare-topologies-mrr-ref:
1646       csit-vpp-perf-report-iterative-2005-3n-skx:
1647         - 6   # MRR sel
1648     vpp-compare-topologies-mrr-cmp:
1649       csit-vpp-perf-report-iterative-2005-2n-skx:
1650         - 42  # MRR sel
1651
1652     dpdk-compare-topologies-ref:
1653       csit-dpdk-perf-report-iterative-2005-3n-skx:
1654         - 4   # NDRPDR sel
1655         - 5   # NDRPDR sel
1656         - 6   # NDRPDR sel
1657         - 7   # NDRPDR sel
1658         - 8   # NDRPDR sel
1659         - 11  # NDRPDR sel
1660         - 12  # NDRPDR sel
1661         - 13  # NDRPDR sel
1662         - 14  # NDRPDR sel
1663         - 15  # NDRPDR sel
1664     dpdk-compare-topologies-cmp:
1665       csit-dpdk-perf-report-iterative-2005-2n-skx:
1666         - 1   # NDRPDR sel
1667         - 2   # NDRPDR sel
1668         - 3   # NDRPDR sel
1669         - 4   # NDRPDR sel
1670         - 5   # NDRPDR sel
1671         - 6   # NDRPDR sel
1672         - 7   # NDRPDR sel
1673         - 8   # NDRPDR sel
1674         - 9   # NDRPDR sel
1675         - 10  # NDRPDR sel
1676
1677   plot-layouts:
1678
1679     plot-soak-throughput:
1680       titlefont:
1681         size: 18
1682       xaxis:
1683         title: "<b>Test Cases [Index]</b>"
1684         titlefont:
1685           size: 16
1686         autorange: True
1687         fixedrange: False
1688         gridcolor: "rgb(230, 230, 230)"
1689         linecolor: "rgb(220, 220, 220)"
1690         linewidth: 1
1691         showgrid: True
1692         showline: True
1693         showticklabels: True
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickmode: "linear"
1696         tickfont:
1697           size: 16
1698         zeroline: False
1699       yaxis:
1700         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1701         titlefont:
1702           size: 16
1703         gridcolor: "rgb(230, 230, 230)"
1704         hoverformat: ".4r"
1705         tickformat: ".3r"
1706         linecolor: "rgb(220, 220, 220)"
1707         linewidth: 1
1708         showgrid: True
1709         showline: True
1710         showticklabels: True
1711         tickcolor: "rgb(220, 220, 220)"
1712         tickfont:
1713           size: 16
1714         zeroline: False
1715         range: [0,50]
1716       autosize: False
1717       margin:
1718         t: 50
1719         b: 0
1720         l: 80
1721         r: 20
1722       showlegend: True
1723       legend:
1724         orientation: "h"
1725         font:
1726           size: 16
1727       width: 700
1728       height: 900
1729       paper_bgcolor: "#fff"
1730       plot_bgcolor: "#fff"
1731       hoverlabel:
1732         namelength: -1
1733
1734     plot-service-density:
1735       titlefont:
1736         size: 18
1737       xaxis:
1738         side: "top"
1739         autorange: True
1740         fixedrange: False
1741         showgrid: False
1742         showline: False
1743         showticklabels: False
1744         ticks: ""
1745         ticklen: 0
1746         tickwidth: 0
1747         zeroline: False
1748       yaxis:
1749         autorange: "reversed"
1750         showgrid: False
1751         showline: False
1752         showticklabels: False
1753         ticks: ""
1754         ticklen: 0
1755         tickwidth: 0
1756         zeroline: False
1757       showlegend: False
1758       paper_bgcolor: "#fff"
1759       plot_bgcolor: "#fff"
1760       width: 700
1761       height: 700
1762       hoverlabel:
1763         namelength: -1
1764
1765     plot-hoststack:
1766       titlefont:
1767         size: 16
1768       xaxis:
1769         title: "<b>Test Cases [Index]</b>"
1770         titlefont:
1771           size: 14
1772         autorange: True
1773         fixedrange: False
1774         gridcolor: "rgb(230, 230, 230)"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(220, 220, 220)"
1781         tickmode: "linear"
1782         tickfont:
1783           size: 14
1784         zeroline: False
1785       yaxis:
1786         title: "<b>Bandwidth [Gbps]</b>"
1787         titlefont:
1788           size: 14
1789         gridcolor: "rgb(230, 230, 230)"
1790         hoverformat: ".4s"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         rangemode: "tozero"
1794         showgrid: True
1795         showline: True
1796         showticklabels: True
1797         tickcolor: "rgb(230, 230, 230)"
1798         tickformat: ".3s"
1799         tickfont:
1800           size: 14
1801         zeroline: False
1802       boxmode: "group"
1803       boxgroupgap: 0.5
1804       autosize: False
1805       margin:
1806         t: 50
1807         b: 20
1808         l: 80
1809         r: 20
1810       showlegend: True
1811       legend:
1812         orientation: "h"
1813         font:
1814           size: 14
1815       width: 700
1816       height: 800
1817       paper_bgcolor: "#fff"
1818       plot_bgcolor: "#fff"
1819       hoverlabel:
1820         namelength: -1
1821
1822     plot-throughput:
1823       titlefont:
1824         size: 18
1825       xaxis:
1826         title: "<b>Test Cases [Index]</b>"
1827         titlefont:
1828           size: 16
1829         autorange: True
1830         fixedrange: False
1831         gridcolor: "rgb(230, 230, 230)"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickmode: "linear"
1839         tickfont:
1840           size: 16
1841         zeroline: False
1842       yaxis:
1843         title: "<b>Packet Throughput [Mpps]</b>"
1844         titlefont:
1845           size: 16
1846         gridcolor: "rgb(230, 230, 230)"
1847         hoverformat: ".4r"
1848         tickformat: ".3r"
1849         linecolor: "rgb(220, 220, 220)"
1850         linewidth: 1
1851         showgrid: True
1852         showline: True
1853         showticklabels: True
1854         tickcolor: "rgb(220, 220, 220)"
1855         tickfont:
1856           size: 16
1857         zeroline: False
1858         range: [0,50]
1859       autosize: False
1860       margin:
1861         t: 50
1862         b: 0
1863         l: 80
1864         r: 20
1865       showlegend: True
1866       legend:
1867         orientation: "h"
1868         font:
1869           size: 16
1870       width: 700
1871       height: 900
1872       paper_bgcolor: "#fff"
1873       plot_bgcolor: "#fff"
1874       hoverlabel:
1875         namelength: -1
1876
1877     plot-throughput-speedup-analysis:
1878       titlefont:
1879         size: 18
1880       xaxis:
1881         title: "<b>Number of Cores [Qty]</b>"
1882         titlefont:
1883           size: 16
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(238, 238, 238)"
1893         tickmode: "linear"
1894         tickfont:
1895           size: 16
1896         zeroline: False
1897       yaxis:
1898         title: "<b>Packet Throughput [Mpps]</b>"
1899         titlefont:
1900           size: 16
1901         type: "linear"
1902         gridcolor: "rgb(230, 230, 230)"
1903         hoverformat: ".4s"
1904         linecolor: "rgb(220, 220, 220)"
1905         linewidth: 1
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(220, 220, 220)"
1910         tickformat: ".4s"
1911         tickfont:
1912           size: 16
1913         zeroline: True
1914         rangemode: "tozero"
1915         range: [0,100]
1916       legend:
1917         orientation: "h"
1918         font:
1919           size: 16
1920         xanchor: "left"
1921         yanchor: "top"
1922         x: 0
1923         y: -0.2
1924         bgcolor: "rgba(255, 255, 255, 0)"
1925         bordercolor: "rgba(255, 255, 255, 0)"
1926         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1927       autosize: False
1928       margin:
1929           't': 50
1930           'b': 150
1931           'l': 85
1932           'r': 10
1933       showlegend: True
1934       width: 700
1935       height: 700
1936       paper_bgcolor: "#fff"
1937       plot_bgcolor: "#fff"
1938       hoverlabel:
1939         namelength: -1
1940       annotations: [
1941         {
1942           text: "_ _          __          ...",
1943           align: "left",
1944           showarrow: False,
1945           xref: "paper",
1946           yref: "paper",
1947           xanchor: "left",
1948           yanchor: "top",
1949           x: 0,
1950           y: -0.13,
1951           font: {
1952             family: "Consolas, Courier New",
1953             size: 15
1954           },
1955         },
1956         {
1957           text: "    Perfect     Measured     Limit",
1958           align: "left",
1959           showarrow: False,
1960           xref: "paper",
1961           yref: "paper",
1962           xanchor: "left",
1963           yanchor: "top",
1964           x: 0,
1965           y: -0.15,
1966           font: {
1967             family: "Consolas, Courier New",
1968             size: 15
1969           },
1970         },
1971       ]
1972
1973     plot-latency:
1974       titlefont:
1975         size: 18
1976       xaxis:
1977         title: "<b>Direction</b>"
1978         titlefont:
1979           size: 16
1980         autorange: True
1981         fixedrange: False
1982         gridcolor: "rgb(230, 230, 230)"
1983         linecolor: "rgb(220, 220, 220)"
1984         linewidth: 1
1985         showgrid: True
1986         showline: True
1987         showticklabels: False
1988         tickcolor: "rgb(220, 220, 220)"
1989         tickmode: "linear"
1990         tickfont:
1991           size: 16
1992         zeroline: False
1993       yaxis:
1994         title: "<b>Packet Latency [uSec]</b>"
1995         titlefont:
1996           size: 16
1997         type: "linear"
1998         gridcolor: "rgb(230, 230, 230)"
1999         hoverformat: ".4s"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickformat: ".4s"
2007         tickfont:
2008           size: 16
2009         zeroline: True
2010         rangemode: "tozero"
2011       legend:
2012         orientation: "h"
2013         font:
2014           size: 16
2015         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2016       autosize: False
2017       margin:
2018           't': 50
2019           'b': 150
2020           'l': 80
2021           'r': 10
2022       showlegend: True
2023       width: 700
2024       height: 700
2025       paper_bgcolor: "#fff"
2026       plot_bgcolor: "#fff"
2027       hoverlabel:
2028         namelength: -1
2029
2030     plot-hdrh-latency:
2031       title:
2032         text: ""
2033         xanchor: "center"
2034         x: 0.5
2035         font:
2036           size: 16
2037       width: 700
2038       plot_bgcolor: "white"
2039       annotations:
2040         - font:
2041             size: 14
2042           showarrow: False
2043           text: "<b>Packet Latency [uSec]</b>"
2044           x: 1
2045           xanchor: "right"
2046           xref: "paper"
2047           y: -0.045
2048           yanchor: "top"
2049           yref: "paper"
2050         - font:
2051             size: 14
2052           showarrow: False
2053           text: "<b>Probability [%]</b>"
2054           textangle: 270
2055           x: -0.06
2056           xanchor: "center"
2057           xref: "paper"
2058           y: 0.5
2059           yanchor: "middle"
2060           yref: "paper"
2061         - font:
2062             size: 14
2063           showarrow: False
2064           text: "<b>Direction: E-W</b>"
2065           x: 0.24
2066           xanchor: "center"
2067           xref: "paper"
2068           y: 1.05
2069           yanchor: "bottom"
2070           yref: "paper"
2071         - font:
2072             size: 14
2073           showarrow: False
2074           text: "<b>Direction: W-E</b>"
2075           x: 0.74
2076           xanchor: "center"
2077           xref: "paper"
2078           y: 1.05
2079           yanchor: "bottom"
2080           yref: "paper"
2081
2082     plot-hdrh-latency-percentile:
2083       title:
2084         text: ""
2085         xanchor: "center"
2086         x: 0.5
2087         font:
2088           size: 18
2089       xaxis:
2090         type: "log"
2091         title: "<b>Percentile [%]</b>"
2092         titlefont:
2093           size: 16
2094         autorange: True
2095         fixedrange: False
2096         gridcolor: "rgb(230, 230, 230)"
2097         linecolor: "rgb(220, 220, 220)"
2098         linewidth: 1
2099         showgrid: True
2100         showline: True
2101         showticklabels: True
2102         tickcolor: "rgb(220, 220, 220)"
2103         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2104         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2105         tickfont:
2106           size: 16
2107       yaxis:
2108         title: "<b>Packet Latency [uSec]</b>"
2109         titlefont:
2110           size: 16
2111         gridcolor: "rgb(230, 230, 230)"
2112         linecolor: "rgb(220, 220, 220)"
2113         linewidth: 1
2114         showgrid: True
2115         showline: True
2116         showticklabels: True
2117         tickcolor: "rgb(220, 220, 220)"
2118         tickfont:
2119           size: 16
2120       autosize: False
2121       showlegend: True
2122       legend:
2123         traceorder: "normal"
2124         orientation: "h"
2125         font:
2126           size: 16
2127         xanchor: "left"
2128         yanchor: "top"
2129         x: 0
2130         y: -0.15
2131         bgcolor: "rgba(255, 255, 255, 0)"
2132         bordercolor: "rgba(255, 255, 255, 0)"
2133       width: 700
2134       height: 700
2135       paper_bgcolor: "white"
2136       plot_bgcolor: "white"
2137
2138     plot-hdrh-latency-by-percentile:
2139       title:
2140         text: "<b>Latency by Percentile Distribution</b>"
2141         xanchor: "center"
2142         x: 0.5
2143         font:
2144           size: 18
2145       showlegend: True
2146       legend:
2147         traceorder: "normal"
2148         orientation: "h"
2149         font:
2150           size: 16
2151         xanchor: "left"
2152         yanchor: "top"
2153         x: 0
2154         y: -0.2
2155         bgcolor: "rgba(255, 255, 255, 0)"
2156         bordercolor: "rgba(255, 255, 255, 0)"
2157       xaxis:
2158         type: "linear"
2159         title: "<b>Percentile [%]</b>"
2160         titlefont:
2161           size: 14
2162         autorange: False
2163         fixedrange: False
2164         range: [0, 100]
2165         gridcolor: "rgb(230, 230, 230)"
2166         linecolor: "rgb(220, 220, 220)"
2167         linewidth: 1
2168         showgrid: True
2169         showline: True
2170         showticklabels: True
2171         tickcolor: "rgb(220, 220, 220)"
2172         tickvals: [0, 25, 50, 75, 100]
2173         ticktext: [0, 25, 50, 75, 100]
2174         tickfont:
2175           size: 14
2176       yaxis:
2177         title: "<b>One-Way Latency per Direction [uSec]</b>"
2178         titlefont:
2179           size: 14
2180         gridcolor: "rgb(230, 230, 230)"
2181         linecolor: "rgb(220, 220, 220)"
2182         linewidth: 1
2183         showgrid: True
2184         showline: True
2185         showticklabels: True
2186         tickcolor: "rgb(220, 220, 220)"
2187         tickfont:
2188           size: 14
2189       width: 700
2190       height: 700
2191       paper_bgcolor: "white"
2192       plot_bgcolor: "white"
2193
2194 - type: "static"
2195   src-path: "{DIR[RST]}"
2196   dst-path: "{DIR[WORKING,SRC]}"
2197
2198 - type: "input"
2199   general:
2200     file-name: "output_info.xml.gz"
2201     file-format: ".gz"
2202     arch-file-format:
2203       - ".gz"
2204       - ".zip"
2205     download-path: "{job}/{build}/archives/{filename}"
2206     extract: "output.xml"
2207
2208     zip-file-name: "robot-plugin.zip"
2209     zip-file-format: ".zip"
2210     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2211     zip-extract: "robot-plugin/output.xml"
2212
2213   builds:
2214
2215     csit-vpp-perf-verify-1908-3n-hsw:
2216       - 12  # NDRPDR sel
2217       - 13  # NDRPDR sel
2218       - 14  # NDRPDR sel
2219       - 15  # NDRPDR sel
2220       - 16  # NDRPDR sel
2221       - 17  # NDRPDR sel
2222       - 18  # NDRPDR sel
2223       - 19  # NDRPDR sel
2224       - 20  # NDRPDR sel
2225       - 21  # NDRPDR sel
2226       - 39  # MRR sel
2227     csit-vpp-perf-verify-2001-3n-hsw:
2228       - 21  # NDRPDR sel
2229       - 22  # NDRPDR sel
2230       - 23  # NDRPDR sel
2231       - 24  # NDRPDR sel
2232       - 25  # NDRPDR sel
2233       - 29  # NDRPDR sel
2234       - 30  # NDRPDR sel
2235       - 31  # NDRPDR sel
2236       - 32  # NDRPDR sel
2237       - 34  # NDRPDR sel
2238       - 17  # MRR sel
2239     csit-vpp-perf-report-iterative-2005-3n-hsw:
2240       - 3   # NDRPDR sel
2241       - 4   # NDRPDR sel
2242       - 5   # NDRPDR sel
2243       - 10  # NDRPDR sel
2244       - 11  # NDRPDR sel
2245       - 12  # NDRPDR sel
2246       - 15  # NDRPDR sel
2247       - 16  # NDRPDR sel
2248       - 18  # NDRPDR sel
2249       - 19  # NDRPDR sel
2250       - 20  # NDRPDR sel env 4
2251       - 21  # NDRPDR sel env 4
2252       - 22  # NDRPDR sel env 4
2253       - 23  # NDRPDR sel env 4
2254       - 24  # NDRPDR sel env 4
2255       - 25  # NDRPDR sel env 4
2256       - 26  # NDRPDR sel env 4
2257       - 27  # NDRPDR sel env 4
2258       - 28  # NDRPDR sel env 4
2259       - 29  # NDRPDR sel env 4
2260       - 13  # MRR
2261       - 30  # MRR env 4
2262       - 31  # NDRPDR sel 2001.0-4
2263     csit-vpp-perf-verify-2005-3n-hsw:
2264       - 3   # hoststack
2265       - 5   # hoststack
2266       - 6   # hoststack
2267       - 7   # hoststack
2268       - 8   # hoststack
2269       - 9   # hoststack
2270       - 10  # hoststack
2271       - 11  # hoststack
2272       - 12  # hoststack
2273       - 13  # hoststack
2274     csit-vpp-perf-report-coverage-2005-3n-hsw:
2275       - 1   # perf-full-3n-dnv-crypto_I
2276       - 7   # perf-full-3n-hsw-crypto_II
2277       - 3   # perf-full-3n-hsw-crypto_III
2278       - 4   # perf-full-3n-dnv-crypto_IV
2279       - 5   # perf-full-3n-hsw-ip4_I
2280       - 6   # perf-full-3n-hsw-ip4_II
2281       - 8   # perf-full-3n-hsw-ip4_III
2282       - 9   # perf-full-3n-hsw-ip4_IV
2283       - 10  # perf-full-3n-hsw-ip4_V
2284       - 26  # perf-full-3n-hsw-ip4_VI
2285       - 18  # perf-full-3n-hsw-ip4_VII
2286       - 27  # perf-full-3n-hsw-ip4_VIII
2287       - 28  # perf-full-3n-hsw-ip4_IX
2288       - 29  # perf-full-3n-hsw-ip6_I
2289       - 35  # perf-full-3n-hsw-ip6_II
2290       - 42  # perf-full-3n-hsw-l2_I
2291       - 33  # perf-full-3n-hsw-l2_II
2292       - 37  # perf-full-3n-hsw-l2_III
2293       - 45  # perf-full-3n-hsw-l2_IV
2294       - 43  # perf-full-3n-hsw-l2_V
2295       - 40  # perf-full-3n-hsw-l2_VI
2296       - 44  # perf-full-3n-hsw-l2_VII
2297       - 51  # perf-full-3n-hsw-l2_VIII
2298       - 50  # perf-full-3n-hsw-l2_IX
2299       - 52  # perf-full-3n-hsw-l2_X
2300       - 53  # perf-full-3n-hsw-l2_XI
2301       - 54  # perf-full-3n-hsw-memif
2302       - 55  # perf-full-3n-hsw-ip4tunnels-I
2303       - 56  # perf-full-3n-hsw-ip4tunnels-II
2304       - 57  # perf-full-3n-hsw-ip4tunnels-III
2305       - 58  # perf-full-3n-hsw-ip6tunnels-I
2306       - 59  # perf-full-3n-hsw-srv6-I
2307       - 60  # perf-full-3n-hsw-srv6-II
2308       - 61  # perf-full-3n-hsw-vhost-I
2309       - 62  # perf-full-3n-hsw-vhost-II
2310       - 63  # perf-full-3n-hsw-vhost-III
2311
2312     csit-vpp-perf-verify-1908_1-3n-skx:
2313       - 26  # NDRPDR sel - new1908.1
2314       - 27  # NDRPDR sel - new1908.1
2315       - 28  # NDRPDR sel - new1908.1
2316       - 29  # NDRPDR sel - new1908.1
2317       - 30  # NDRPDR sel - new1908.1
2318       - 31  # NDRPDR sel - new1908.1
2319       - 33  # NDRPDR sel - new1908.1
2320       - 34  # NDRPDR sel - new1908.1
2321       - 35  # NDRPDR sel - new1908.1
2322       - 36  # NDRPDR sel - new1908.1
2323     csit-vpp-perf-verify-2001-3n-skx:
2324       - 69  # NDRPDR sel - new2001.0
2325       - 71  # NDRPDR sel - new2001.0
2326       - 72  # NDRPDR sel - new2001.0
2327       - 76  # NDRPDR sel - new2001.0
2328       - 77  # NDRPDR sel - new2001.0
2329       - 78  # NDRPDR sel - new2001.0
2330       - 80  # NDRPDR sel - new2001.0
2331       - 50  # MRR sel
2332       - 53  # MRR sel addition
2333     csit-vpp-perf-report-iterative-2005-3n-skx:
2334       - 4   # NDRPDR sel
2335       - 5   # NDRPDR sel ??? all x710 failed
2336       - 33  # NDRPDR sel
2337       - 28  # NDRPDR sel
2338       - 34  # NDRPDR sel
2339       - 36  # NDRPDR sel
2340       - 37  # NDRPDR sel
2341       - 38  # NDRPDR sel
2342       - 39  # NDRPDR sel
2343       - 41  # NDRPDR sel
2344       - 42  # NDRPDR sel env 4
2345       - 43  # NDRPDR sel env 4
2346       - 44  # NDRPDR sel env 4
2347       - 45  # NDRPDR sel env 4
2348       - 47  # NDRPDR sel env 4
2349       - 50  # NDRPDR sel 2001.0-4
2350       - 6   # MRR sel
2351       - 49  # MRR sel env 4
2352     csit-vpp-perf-report-coverage-2005-3n-skx:
2353       - 10  # perf-full-3n-skx-crypto_I
2354       - 11  # perf-full-3n-skx-crypto_II
2355       - 12  # perf-full-3n-skx-crypto_III
2356       - 5   # perf-full-3n-skx-ip4_I
2357       - 14  # perf-full-3n-skx-ip4_II
2358       - 7   # perf-full-3n-skx-ip4_III
2359       - 15  # perf-full-3n-skx-ip4_IV
2360       - 16  # perf-full-3n-skx-ip4_V
2361       - 17  # perf-full-3n-skx-ip4_VI
2362       - 18  # perf-full-3n-skx-ip4_VII
2363       - 19  # perf-full-3n-skx-ip4_VIII
2364       - 20  # perf-full-3n-skx-ip4_IX
2365       - 24  # perf-full-3n-skx-ip6_I
2366       - 25  # perf-full-3n-skx-ip6_II
2367       - 21  # perf-full-3n-skx-ip4tunnels-I
2368       - 22  # perf-full-3n-skx-ip4tunnels-II
2369       - 23  # perf-full-3n-skx-ip4tunnels-III
2370       - 26  # perf-full-3n-skx-ip6tunnels-I
2371       - 28  # perf-full-3n-skx-l2_II
2372       - 29  # perf-full-3n-skx-l2_III
2373       - 30  # perf-full-3n-skx-l2_IV
2374       - 32  # perf-full-3n-skx-l2_VI
2375       - 33  # perf-full-3n-skx-l2_VII
2376       - 34  # perf-full-3n-skx-l2_VIII
2377       - 35  # perf-full-3n-skx-l2_IX
2378       - 36  # perf-full-3n-skx-l2_X
2379       - 37  # perf-full-3n-skx-l2_XI
2380       - 38  # perf-full-3n-skx-memif
2381       - 39  # perf-full-3n-skx-srv6-I
2382       - 40  # perf-full-3n-skx-srv6-II
2383       - 43  # perf-full-3n-skx-vhost-III
2384
2385     csit-vpp-perf-verify-1908_1-2n-skx:
2386       - 39  # NDRPDR sel - new1908.1
2387       - 40  # NDRPDR sel - new1908.1
2388       - 41  # NDRPDR sel - new1908.1
2389       - 43  # NDRPDR sel - new1908.1
2390       - 44  # NDRPDR sel - new1908.1
2391       - 45  # NDRPDR sel - new1908.1
2392       - 46  # NDRPDR sel - new1908.1
2393       - 47  # NDRPDR sel - new1908.1
2394       - 48  # NDRPDR sel - new1908.1
2395       - 49  # NDRPDR sel - new1908.1
2396     csit-vpp-perf-verify-2001-2n-skx:
2397       - 143  # NDRPDR sel - new2001.0
2398       - 146  # NDRPDR sel - new2001.0
2399       - 147  # NDRPDR sel - new2001.0
2400       - 148  # NDRPDR sel - new2001.0
2401       - 149  # NDRPDR sel - new2001.0
2402       - 150  # NDRPDR sel - new2001.0
2403       - 151  # NDRPDR sel - new2001.0
2404       - 152  # NDRPDR sel - new2001.0
2405       - 153  # NDRPDR sel - new2001.0
2406       - 154  # NDRPDR sel - new2001.0
2407       - 101  # MRR sel - old
2408       - 128  # MRR sel addition - old
2409     csit-vpp-perf-report-iterative-2005-2n-skx:
2410       - 43  # NDRPDR sel
2411       - 38  # NDRPDR sel
2412       - 7   # NDRPDR sel
2413       - 65  # NDRPDR sel
2414       - 47  # NDRPDR sel
2415       - 55  # NDRPDR sel
2416       - 67  # NDRPDR sel
2417       - 75  # NDRPDR sel
2418       - 76  # NDRPDR sel
2419       - 73  # NDRPDR sel
2420       - 88  # NDRPDR sel env 4
2421       - 89  # NDRPDR sel env 4
2422       - 90  # NDRPDR sel env 4
2423       - 91  # NDRPDR sel env 4
2424       - 92  # NDRPDR sel env 4
2425       - 93  # NDRPDR sel env 4
2426       - 94  # NDRPDR sel env 4
2427       - 100 # NDRPDR sel 2001.0-4
2428       - 42  # MRR sel
2429       - 99  # MRR sel env 4
2430       - 48  # Reconf
2431       - 50  # Reconf
2432       - 51  # Reconf
2433       - 52  # Reconf
2434       - 53  # Reconf
2435       - 60  # Reconf
2436       - 70  # Reconf
2437       - 71  # Reconf
2438       - 63  # Reconf
2439       - 66  # Reconf
2440       - 49  # Soak
2441       - 54  # Soak
2442       - 78  # nf-density-sel
2443       - 83  # nf-density-sel
2444     csit-vpp-perf-report-coverage-2005-2n-skx:
2445       - 11  # perf-full-2n-skx-ip4_I
2446       - 3   # perf-full-2n-skx-ip4_II
2447       - 18  # perf-full-2n-skx-ip4_III
2448       - 19  # perf-full-2n-skx-ip4_IV
2449       - 5   # perf-full-2n-skx-ip4_V
2450       - 20  # perf-full-2n-skx-ip4_VI
2451       - 7   # perf-full-2n-skx-ip6_I
2452       - 21  # perf-full-2n-skx-ip6_II
2453       - 9   # perf-full-2n-skx-l2_I
2454       - 22  # perf-full-2n-skx-l2_II
2455       - 23  # perf-full-2n-skx-memif
2456       - 24  # perf-full-2n-skx-loadbalancer
2457       - 25  # perf-full-2n-skx-vhost I
2458       - 26  # perf-full-2n-skx-vhost II
2459       - 27  # perf-full-2n-skx-vts
2460
2461     csit-vpp-perf-verify-1908_1-2n-clx:
2462       - 5  # NDRPDR sel
2463       - 6  # NDRPDR sel
2464       - 7  # NDRPDR sel
2465       - 8  # NDRPDR sel
2466       - 9  # NDRPDR sel
2467     csit-vpp-perf-verify-2001-2n-clx:
2468       - 28  # NDRPDR sel
2469       - 29  # NDRPDR sel
2470       - 32  # NDRPDR sel
2471       - 40  # NDRPDR sel
2472       - 43  # NDRPDR sel
2473       - 44  # NDRPDR sel
2474       - 45  # NDRPDR sel
2475       - 47  # NDRPDR sel
2476       - 48  # NDRPDR sel
2477       - 49  # NDRPDR sel
2478       - 39  # MRR
2479     csit-vpp-perf-report-iterative-2005-2n-clx:
2480       - 7   # NDRPDR sel
2481       - 38  # NDRPDR sel
2482       - 9   # NDRPDR sel
2483       - 32  # NDRPDR sel ???
2484       - 33  # NDRPDR sel ???
2485       - 39  # NDRPDR sel
2486       - 40  # NDRPDR sel
2487       - 43  # NDRPDR sel
2488       - 50  # NDRPDR sel
2489       - 51  # NDRPDR sel
2490       - 62  # NDRPDR sel env 4
2491       - 63  # NDRPDR sel env 4
2492       - 64  # NDRPDR sel env 4
2493       - 65  # NDRPDR sel env 4
2494       - 66  # NDRPDR sel env 4
2495       - 68  # NDRPDR sel env 4
2496       - 69  # NDRPDR sel env 4
2497       - 70  # NDRPDR sel env 4
2498       - 73  # NDRPDR sel 2001.0-4
2499       - 74  # NDRPDR sel 2001.0-4
2500       - 75  # NDRPDR sel 2001.0-4
2501       - 12  # MRR
2502       - 72  # MRR env 4
2503       - 42  # Reconf
2504       - 45  # Reconf
2505       - 46  # Reconf
2506       - 47  # Reconf
2507       - 48  # Reconf
2508       - 52  # Reconf
2509       - 53  # Reconf
2510       - 54  # Reconf
2511       - 55  # Reconf
2512       - 56  # Reconf
2513       - 44  # Soak
2514       - 49  # Soak
2515       - 57  # 2n-clx nfv-density-00
2516       - 58  # 2n-clx nfv-density-00
2517       - 59  # 2n-clx nfv-density-00
2518       - 60  # 2n-clx nfv-density-00
2519       - 61  # 2n-clx nfv-density-00
2520     csit-vpp-perf-report-coverage-2005-2n-clx:
2521       - 21  # perf-full-2n-clx-ip4_I
2522       - 2   # perf-full-2n-clx-ip4_II
2523       - 3   # perf-full-2n-clx-ip4_III
2524       - 4   # perf-full-2n-clx-ip4_IV
2525       - 5   # perf-full-2n-clx-ip4_V
2526       - 6   # perf-full-2n-clx-ip4_VI
2527       - 7   # perf-full-2n-clx-ip6_I
2528       - 16  # perf-full-2n-clx-ip6_II
2529       - 23  # perf-full-2n-clx-l2_I
2530       - 10  # perf-full-2n-clx-l2_II
2531       - 11  # perf-full-2n-clx-memif
2532       - 12  # perf-full-2n-clx-loadbalancer
2533       - 13  # perf-full-2n-clx-vhost I
2534       - 22  # perf-full-2n-clx-vhost II
2535       - 15  # perf-full-2n-clx-vts
2536
2537     csit-vpp-perf-verify-1908-3n-tsh:
2538       - 7   # NDRPDR sel
2539       - 8   # NDRPDR sel
2540       - 9   # NDRPDR sel
2541       - 10  # NDRPDR sel
2542       - 11  # NDRPDR sel
2543       - 12  # NDRPDR sel
2544       - 13  # NDRPDR sel
2545       - 14  # NDRPDR sel
2546       - 15  # NDRPDR sel
2547       - 16  # NDRPDR sel
2548       - 17  # MRR sel
2549     csit-vpp-perf-verify-2001-3n-tsh:
2550       - 3   # NDRPDR sel
2551       - 4   # NDRPDR sel
2552       - 7   # NDRPDR sel
2553       - 8   # NDRPDR sel
2554       - 10  # NDRPDR sel
2555       - 12  # NDRPDR sel
2556       - 13  # NDRPDR sel
2557       - 14  # NDRPDR sel
2558       - 15  # NDRPDR sel
2559       - 21  # NDRPDR sel
2560       - 9   # MRR sel
2561     # TODO: Add data:
2562     csit-vpp-perf-report-iterative-2005-3n-tsh:
2563       - 9   # NDRPDR sel
2564       - 11  # NDRPDR sel
2565       - 12  # NDRPDR sel
2566       - 20  # NDRPDR sel
2567       - 14  # NDRPDR sel
2568       - 21  # NDRPDR sel
2569       - 23  # NDRPDR sel env 4
2570       - 25  # NDRPDR sel env 4
2571       - 28  # NDRPDR sel 2001.0-4
2572       - 10  # MRR sel
2573       - 27  # MRR sel env 4
2574
2575     csit-vpp-perf-verify-1908-3n-dnv:
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 12  # NDRPDR sel
2582       - 13  # NDRPDR sel
2583       - 14  # NDRPDR sel
2584       - 15  # NDRPDR sel
2585       - 16  # NDRPDR sel
2586       - 17  # MRR sel
2587     csit-vpp-perf-verify-2001-3n-dnv:
2588       - 5   # NDRPDR sel
2589       - 6   # NDRPDR sel
2590       - 7   # NDRPDR sel
2591       - 8   # NDRPDR sel
2592       - 9   # NDRPDR sel
2593       - 10  # NDRPDR sel
2594       - 12  # NDRPDR sel
2595       - 16  # NDRPDR sel
2596       - 17  # NDRPDR sel
2597       - 18  # NDRPDR sel
2598       - 11  # MRR sel
2599     csit-vpp-perf-report-iterative-2005-3n-dnv:
2600       - 2   # NDRPDR sel
2601       - 3   # NDRPDR sel
2602       - 4   # NDRPDR sel
2603       - 5   # NDRPDR sel
2604       - 6   # NDRPDR sel
2605       - 7   # NDRPDR sel
2606       - 9   # NDRPDR sel
2607       - 10  # NDRPDR sel
2608       - 11  # NDRPDR sel
2609       - 12  # NDRPDR sel
2610       - 8   # MRR
2611     csit-vpp-perf-report-coverage-2005-3n-dnv:
2612       - 1   # perf-full-3n-dnv-crypto_I
2613       - 24  # perf-full-3n-dnv-crypto_II
2614       - 5   # perf-full-3n-dnv-ip4_I
2615       - 13  # perf-full-3n-dnv-ip4_II
2616       - 17  # perf-full-3n-dnv-ip6_I
2617       - 18  # perf-full-3n-dnv-ip6_II
2618       - 21  # perf-full-3n-dnv-l2_I
2619       - 22  # perf-full-3n-dnv-l2_II
2620       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2621
2622     csit-vpp-perf-verify-1908-2n-dnv:
2623       - 1   # NDRPDR sel
2624       - 2   # NDRPDR sel
2625       - 3   # NDRPDR sel
2626       - 4   # NDRPDR sel
2627       - 5   # NDRPDR sel
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633       - 11  # MRR sel
2634     csit-vpp-perf-verify-2001-2n-dnv:
2635       - 4   # NDRPDR sel
2636       - 5   # NDRPDR sel
2637       - 6   # NDRPDR sel
2638       - 7   # NDRPDR sel
2639       - 8   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 11  # NDRPDR sel
2643       - 13  # NDRPDR sel
2644       - 16  # NDRPDR sel
2645       - 12  # MRR sel
2646     csit-vpp-perf-report-iterative-2005-2n-dnv:
2647       - 3   # NDRPDR sel
2648       - 6   # NDRPDR sel
2649       - 7   # NDRPDR sel
2650       - 8   # NDRPDR sel
2651       - 9   # NDRPDR sel
2652       - 10  # NDRPDR sel
2653       - 11  # NDRPDR sel
2654       - 12  # NDRPDR sel
2655       - 13  # NDRPDR sel
2656       - 14  # NDRPDR sel
2657       - 15  # MRR sel
2658     csit-vpp-perf-report-coverage-2005-2n-dnv:
2659       - 1   # perf-full-2n-dnv-ip4_I
2660       - 2   # perf-full-2n-dnv-ip4_II
2661       - 3   # perf-full-2n-dnv-ip6_I
2662       - 4   # perf-full-2n-dnv-ip6_II
2663       - 5   # perf-full-2n-dnv-l2_I
2664       - 6   # perf-full-2n-dnv-l2_II
2665
2666     csit-dpdk-perf-verify-1908-3n-hsw:
2667       - 2   # NDRPDR sel
2668       - 3   # NDRPDR sel
2669       - 4   # NDRPDR sel
2670       - 5   # NDRPDR sel
2671       - 6   # NDRPDR sel
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 11  # NDRPDR sel
2677     csit-dpdk-perf-verify-2001-3n-hsw:
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  # NDRPDR sel
2686       - 12  # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 15  # NDRPDR sel
2689       - 16  # NDRPDR sel
2690       - 17  # NDRPDR sel
2691       - 18  # NDRPDR sel
2692       - 19  # NDRPDR sel
2693       - 20  # NDRPDR sel
2694       - 21  # NDRPDR sel
2695       - 22  # NDRPDR sel
2696       - 23  # NDRPDR sel
2697       - 24  # NDRPDR sel
2698     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2699       - 5   # NDRPDR sel
2700       - 6   # NDRPDR sel
2701       - 7   # NDRPDR sel
2702       - 8   # NDRPDR sel
2703       - 9   # NDRPDR sel
2704       - 10  # NDRPDR sel
2705       - 11  # NDRPDR sel
2706       - 12  # NDRPDR sel
2707       - 13  # NDRPDR sel
2708       - 14  # NDRPDR sel
2709
2710     csit-dpdk-perf-verify-1908-3n-skx:
2711       - 3   # NDRPDR sel
2712       - 4   # NDRPDR sel
2713       - 5   # NDRPDR sel
2714       - 6   # NDRPDR sel
2715       - 7   # NDRPDR sel
2716       - 8   # NDRPDR sel
2717       - 9   # NDRPDR sel
2718       - 10  # NDRPDR sel
2719       - 11  # NDRPDR sel
2720       - 12  # NDRPDR sel
2721     csit-dpdk-perf-verify-2001-3n-skx:
2722       - 29  # NDRPDR sel xxv710
2723       - 33  # NDRPDR sel xxv710
2724       - 34  # NDRPDR sel xxv710
2725       - 35  # NDRPDR sel xxv710
2726       - 36  # NDRPDR sel xxv710
2727       - 37  # NDRPDR sel xxv710
2728       - 41  # NDRPDR sel xxv710
2729       - 42  # NDRPDR sel xxv710
2730       - 43  # NDRPDR sel xxv710
2731       - 45  # NDRPDR sel xxv710
2732       - 30  # NDRPDR sel x710
2733       - 31  # NDRPDR sel x710
2734       - 32  # NDRPDR sel x710
2735       - 38  # NDRPDR sel x710
2736       - 39  # NDRPDR sel x710
2737       - 40  # NDRPDR sel x710
2738       - 44  # NDRPDR sel x710
2739       - 46  # NDRPDR sel x710
2740       - 47  # NDRPDR sel x710
2741       - 48  # NDRPDR sel x710
2742     csit-dpdk-perf-report-iterative-2005-3n-skx:
2743       - 4   # NDRPDR sel
2744       - 5   # NDRPDR sel
2745       - 6   # NDRPDR sel
2746       - 7   # NDRPDR sel
2747       - 8   # NDRPDR sel
2748       - 11  # NDRPDR sel
2749       - 12  # NDRPDR sel
2750       - 13  # NDRPDR sel
2751       - 14  # NDRPDR sel
2752       - 15  # NDRPDR sel
2753
2754     csit-dpdk-perf-verify-1908-2n-skx:
2755       - 2   # NDRPDR sel
2756       - 3   # NDRPDR sel
2757       - 4   # NDRPDR sel
2758       - 5   # NDRPDR sel
2759       - 7   # NDRPDR sel
2760       - 8   # NDRPDR sel
2761       - 9   # NDRPDR sel
2762       - 10  # NDRPDR sel
2763       - 11  # NDRPDR sel
2764       - 12  # NDRPDR sel
2765     csit-dpdk-perf-verify-2001-2n-skx:
2766       - 35  # NDRPDR sel xxv710
2767       - 36  # NDRPDR sel xxv710
2768       - 37  # NDRPDR sel xxv710
2769       - 41  # NDRPDR sel xxv710
2770       - 42  # NDRPDR sel xxv710
2771       - 43  # NDRPDR sel xxv710
2772       - 46  # NDRPDR sel xxv710
2773       - 47  # NDRPDR sel xxv710
2774       - 52  # NDRPDR sel xxv710
2775       - 53  # NDRPDR sel xxv710
2776       - 38  # NDRPDR sel x710
2777       - 39  # NDRPDR sel x710
2778       - 40  # NDRPDR sel x710
2779       - 44  # NDRPDR sel x710
2780       - 45  # NDRPDR sel x710
2781       - 48  # NDRPDR sel x710
2782       - 49  # NDRPDR sel x710
2783       - 50  # NDRPDR sel x710
2784       - 51  # NDRPDR sel x710
2785       - 54  # NDRPDR sel x710
2786     csit-dpdk-perf-report-iterative-2005-2n-skx:
2787       - 1   # NDRPDR sel
2788       - 2   # NDRPDR sel
2789       - 3   # NDRPDR sel
2790       - 4   # NDRPDR sel
2791       - 5   # NDRPDR sel
2792       - 6   # NDRPDR sel
2793       - 7   # NDRPDR sel
2794       - 8   # NDRPDR sel
2795       - 9   # NDRPDR sel
2796       - 10  # NDRPDR sel
2797
2798     csit-dpdk-perf-verify-2001-2n-clx:
2799       - 15  # NDRPDR sel
2800       - 16  # NDRPDR sel
2801       - 17  # NDRPDR sel
2802       - 18  # NDRPDR sel
2803       - 19  # NDRPDR sel
2804       - 20  # NDRPDR sel
2805       - 21  # NDRPDR sel
2806       - 22  # NDRPDR sel
2807       - 23  # NDRPDR sel
2808       - 24  # NDRPDR sel
2809       - 25  # NDRPDR sel
2810       - 26  # NDRPDR sel
2811       - 27  # NDRPDR sel
2812       - 28  # NDRPDR sel
2813       - 29  # NDRPDR sel
2814       - 30  # NDRPDR sel
2815       - 31  # NDRPDR sel
2816       - 32  # NDRPDR sel
2817       - 33  # NDRPDR sel
2818       - 34  # NDRPDR sel
2819     csit-dpdk-perf-report-iterative-2005-2n-clx:
2820       - 1   # NDRPDR sel
2821       - 2   # NDRPDR sel
2822       - 3   # NDRPDR sel
2823       - 4   # NDRPDR sel
2824       - 5   # NDRPDR sel
2825       - 6   # NDRPDR sel
2826       - 7   # NDRPDR sel
2827       - 8   # NDRPDR sel
2828       - 9   # NDRPDR sel
2829       - 10  # NDRPDR sel
2830
2831     csit-dpdk-perf-verify-2001-2n-dnv:
2832       - 9   # NDRPDR sel
2833       - 10  # NDRPDR sel
2834       - 11  # NDRPDR sel
2835       - 12  # NDRPDR sel
2836       - 13  # NDRPDR sel
2837       - 14  # NDRPDR sel
2838       - 15  # NDRPDR sel
2839       - 16  # NDRPDR sel
2840       - 17  # NDRPDR sel
2841       - 18  # NDRPDR sel
2842     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2843       - 8   # NDRPDR sel
2844       - 9   # NDRPDR sel
2845       - 10  # NDRPDR sel
2846       - 11  # NDRPDR sel
2847       - 12  # NDRPDR sel
2848       - 13  # NDRPDR sel
2849       - 14  # NDRPDR sel
2850       - 15  # NDRPDR sel
2851       - 16  # NDRPDR sel
2852       - 17  # NDRPDR sel
2853
2854     csit-dpdk-perf-verify-2001-3n-dnv:
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 14  # NDRPDR sel
2858       - 15  # NDRPDR sel
2859       - 16  # NDRPDR sel
2860       - 17  # NDRPDR sel
2861       - 18  # NDRPDR sel
2862       - 19  # NDRPDR sel
2863       - 20  # NDRPDR sel
2864       - 22  # NDRPDR sel
2865     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2866       - 6   # NDRPDR sel
2867       - 7   # NDRPDR sel
2868       - 8   # NDRPDR sel
2869       - 9   # NDRPDR sel
2870       - 10  # NDRPDR sel
2871       - 11  # NDRPDR sel
2872       - 12  # NDRPDR sel
2873       - 13  # NDRPDR sel
2874       - 14  # NDRPDR sel
2875       - 16  # NDRPDR sel
2876
2877     csit-dpdk-perf-verify-2001-3n-tsh:
2878       - 3   # NDRPDR sel
2879       - 4   # NDRPDR sel
2880       - 5   # NDRPDR sel
2881       - 9   # NDRPDR sel
2882       - 10  # NDRPDR sel
2883       - 11  # NDRPDR sel
2884       - 12  # NDRPDR sel
2885       - 14  # NDRPDR sel
2886       - 15  # NDRPDR sel
2887       - 18  # NDRPDR sel
2888     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2889       - 5   # NDRPDR sel
2890
2891     csit-vpp-device-2005-ubuntu1804-1n-skx:
2892       - 35
2893
2894 - type: "output"
2895   output: "report"
2896   format:
2897     html:
2898     - full
2899 #    pdf:
2900 #    - minimal
2901
2902 ################################################################################
2903 ###                               T A B L E S                                ###
2904 ################################################################################
2905
2906 # VPP Soak vs NDR - 2n-skx
2907 - type: "table"
2908   title: "VPP Soak vs NDR 2n-skx"
2909   algorithm: "table_soak_vs_ndr"
2910   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2911   reference:
2912     title: "NDR"
2913     data: "vpp-soak-vs-ndr-2n-skx-ref"
2914   compare:
2915     title: "Soak"
2916     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2917   data: "vpp-soak-vs-ndr-2n-skx"
2918   include-tests: "NDR"
2919   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2920   parameters:
2921     - "throughput"
2922     - "name"
2923     - "parent"
2924
2925 # VPP Soak vs NDR - 2n-clx
2926 - type: "table"
2927   title: "VPP Soak vs NDR 2n-clx"
2928   algorithm: "table_soak_vs_ndr"
2929   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2930   reference:
2931     title: "NDR"
2932     data: "vpp-soak-vs-ndr-2n-clx-ref"
2933   compare:
2934     title: "Soak"
2935     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2936   data: "vpp-soak-vs-ndr-2n-clx"
2937   include-tests: "NDR"
2938   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2939   parameters:
2940     - "throughput"
2941     - "name"
2942     - "parent"
2943
2944 ################################################################################
2945
2946 # VPP Compare NICs 3n-skx 2t1c ndr
2947 - type: "table"
2948   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2949   algorithm: "table_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2952   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2953   columns:
2954     - title: "x710"
2955       data-set: "vpp-nic-comparison-3n-skx"
2956       tag: "NIC_Intel-X710"
2957     - title: "xxv710"
2958       data-set: "vpp-nic-comparison-3n-skx"
2959       tag: "NIC_Intel-XXV710"
2960   comparisons:
2961     - title: "Diff"
2962       reference: 1
2963       compare: 2
2964   legend:
2965     - "Legend to Table:"
2966     - "x710, xxv710 - NICs tested."
2967     - "Diff - difference between x710 and xxv710 NIC."
2968
2969 # VPP Compare NICs 3n-skx 4t2c ndr
2970 - type: "table"
2971   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2972   algorithm: "table_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2975   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2976   columns:
2977     - title: "x710"
2978       data-set: "vpp-nic-comparison-3n-skx"
2979       tag: "NIC_Intel-X710"
2980     - title: "xxv710"
2981       data-set: "vpp-nic-comparison-3n-skx"
2982       tag: "NIC_Intel-XXV710"
2983   comparisons:
2984     - title: "Diff"
2985       reference: 1
2986       compare: 2
2987   legend:
2988     - "Legend to Table:"
2989     - "x710, xxv710 - NICs tested."
2990     - "Diff - difference between x710 and xxv710 NIC."
2991
2992 # VPP Compare NICs 3n-skx 2t1c pdr
2993 - type: "table"
2994   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2995   algorithm: "table_comparison"
2996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2998   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2999   columns:
3000     - title: "x710"
3001       data-set: "vpp-nic-comparison-3n-skx"
3002       tag: "NIC_Intel-X710"
3003     - title: "xxv710"
3004       data-set: "vpp-nic-comparison-3n-skx"
3005       tag: "NIC_Intel-XXV710"
3006   comparisons:
3007     - title: "Diff"
3008       reference: 1
3009       compare: 2
3010   legend:
3011     - "Legend to Table:"
3012     - "x710, xxv710 - NICs tested."
3013     - "Diff - difference between x710 and xxv710 NIC."
3014
3015 # VPP Compare NICs 3n-skx 4t2c pdr
3016 - type: "table"
3017   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3018   algorithm: "table_comparison"
3019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3021   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3022   columns:
3023     - title: "x710"
3024       data-set: "vpp-nic-comparison-3n-skx"
3025       tag: "NIC_Intel-X710"
3026     - title: "xxv710"
3027       data-set: "vpp-nic-comparison-3n-skx"
3028       tag: "NIC_Intel-XXV710"
3029   comparisons:
3030     - title: "Diff"
3031       reference: 1
3032       compare: 2
3033   legend:
3034     - "Legend to Table:"
3035     - "x710, xxv710 - NICs tested."
3036     - "Diff - difference between x710 and xxv710 NIC."
3037
3038 ## VPP Compare NICs 3n-skx 2t1c mrr
3039 #- type: "table"
3040 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3041 #  algorithm: "table_comparison"
3042 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3044 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3045 #  columns:
3046 #    - title: "x710"
3047 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3048 #      tag: "NIC_Intel-X710"
3049 #    - title: "xxv710"
3050 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3051 #      tag: "NIC_Intel-XXV710"
3052 #  comparisons:
3053 #    - title: "Diff"
3054 #      reference: 1
3055 #      compare: 2
3056 #  legend:
3057 #    - "Legend to Table:"
3058 #    - "x710, xxv710 - NICs tested."
3059 #    - "Diff - difference between x710 and xxv710 NIC."
3060 #
3061 ## VPP Compare NICs 3n-skx 4t2c mrr
3062 #- type: "table"
3063 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3064 #  algorithm: "table_comparison"
3065 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3066 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3067 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3068 #  columns:
3069 #    - title: "x710"
3070 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3071 #      tag: "NIC_Intel-X710"
3072 #    - title: "xxv710"
3073 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3074 #      tag: "NIC_Intel-XXV710"
3075 #  comparisons:
3076 #    - title: "Diff"
3077 #      reference: 1
3078 #      compare: 2
3079 #  legend:
3080 #    - "Legend to Table:"
3081 #    - "x710, xxv710 - NICs tested."
3082 #    - "Diff - difference between x710 and xxv710 NIC."
3083 #
3084 ## VPP Compare NICs 3n-skx 8t4c mrr
3085 #- type: "table"
3086 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3087 #  algorithm: "table_comparison"
3088 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3090 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3091 #  columns:
3092 #    - title: "x710"
3093 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3094 #      tag: "NIC_Intel-X710"
3095 #    - title: "xxv710"
3096 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3097 #      tag: "NIC_Intel-XXV710"
3098 #  comparisons:
3099 #    - title: "Diff"
3100 #      reference: 1
3101 #      compare: 2
3102 #  legend:
3103 #    - "Legend to Table:"
3104 #    - "x710, xxv710 - NICs tested."
3105 #    - "Diff - difference between x710 and xxv710 NIC."
3106
3107 # VPP Compare NICs 2n-skx 2t1c ndr
3108 - type: "table"
3109   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3110   algorithm: "table_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3113   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3114   columns:
3115     - title: "x710"
3116       data-set: "vpp-nic-comparison-2n-skx"
3117       tag: "NIC_Intel-X710"
3118     - title: "xxv710"
3119       data-set: "vpp-nic-comparison-2n-skx"
3120       tag: "NIC_Intel-XXV710"
3121   comparisons:
3122     - title: "Diff"
3123       reference: 1
3124       compare: 2
3125   legend:
3126     - "Legend to Table:"
3127     - "x710, xxv710 - NICs tested."
3128     - "Diff - difference between x710 and xxv710 NIC."
3129
3130 # VPP Compare NICs 2n-skx 4t2c ndr
3131 - type: "table"
3132   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3133   algorithm: "table_comparison"
3134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3137   columns:
3138     - title: "x710"
3139       data-set: "vpp-nic-comparison-2n-skx"
3140       tag: "NIC_Intel-X710"
3141     - title: "xxv710"
3142       data-set: "vpp-nic-comparison-2n-skx"
3143       tag: "NIC_Intel-XXV710"
3144   comparisons:
3145     - title: "Diff"
3146       reference: 1
3147       compare: 2
3148   legend:
3149     - "Legend to Table:"
3150     - "x710, xxv710 - NICs tested."
3151     - "Diff - difference between x710 and xxv710 NIC."
3152
3153 # VPP Compare NICs 2n-skx 2t1c pdr
3154 - type: "table"
3155   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3156   algorithm: "table_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3159   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3160   columns:
3161     - title: "x710"
3162       data-set: "vpp-nic-comparison-2n-skx"
3163       tag: "NIC_Intel-X710"
3164     - title: "xxv710"
3165       data-set: "vpp-nic-comparison-2n-skx"
3166       tag: "NIC_Intel-XXV710"
3167   comparisons:
3168     - title: "Diff"
3169       reference: 1
3170       compare: 2
3171   legend:
3172     - "Legend to Table:"
3173     - "x710, xxv710 - NICs tested."
3174     - "Diff - difference between x710 and xxv710 NIC."
3175
3176 # VPP Compare NICs 2n-skx 4t2c pdr
3177 - type: "table"
3178   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3179   algorithm: "table_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3182   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3183   columns:
3184     - title: "x710"
3185       data-set: "vpp-nic-comparison-2n-skx"
3186       tag: "NIC_Intel-X710"
3187     - title: "xxv710"
3188       data-set: "vpp-nic-comparison-2n-skx"
3189       tag: "NIC_Intel-XXV710"
3190   comparisons:
3191     - title: "Diff"
3192       reference: 1
3193       compare: 2
3194   legend:
3195     - "Legend to Table:"
3196     - "x710, xxv710 - NICs tested."
3197     - "Diff - difference between x710 and xxv710 NIC."
3198
3199 # VPP Compare NICs 2n-skx 2t1c mrr
3200 - type: "table"
3201   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3202   algorithm: "table_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3205   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3206   columns:
3207     - title: "x710"
3208       data-set: "vpp-nic-comparison-2n-skx-mrr"
3209       tag: "NIC_Intel-X710"
3210     - title: "xxv710"
3211       data-set: "vpp-nic-comparison-2n-skx-mrr"
3212       tag: "NIC_Intel-XXV710"
3213   comparisons:
3214     - title: "Diff"
3215       reference: 1
3216       compare: 2
3217   legend:
3218     - "Legend to Table:"
3219     - "x710, xxv710 - NICs tested."
3220     - "Diff - difference between x710 and xxv710 NIC."
3221
3222 # VPP Compare NICs 2n-skx 4t2c mrr
3223 - type: "table"
3224   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3225   algorithm: "table_comparison"
3226   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3228   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3229   columns:
3230     - title: "x710"
3231       data-set: "vpp-nic-comparison-2n-skx-mrr"
3232       tag: "NIC_Intel-X710"
3233     - title: "xxv710"
3234       data-set: "vpp-nic-comparison-2n-skx-mrr"
3235       tag: "NIC_Intel-XXV710"
3236   comparisons:
3237     - title: "Diff"
3238       reference: 1
3239       compare: 2
3240   legend:
3241     - "Legend to Table:"
3242     - "x710, xxv710 - NICs tested."
3243     - "Diff - difference between x710 and xxv710 NIC."
3244
3245 # VPP Compare NICs 2n-skx 8t4c mrr
3246 - type: "table"
3247   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3248   algorithm: "table_comparison"
3249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3251   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3252   columns:
3253     - title: "x710"
3254       data-set: "vpp-nic-comparison-2n-skx-mrr"
3255       tag: "NIC_Intel-X710"
3256     - title: "xxv710"
3257       data-set: "vpp-nic-comparison-2n-skx-mrr"
3258       tag: "NIC_Intel-XXV710"
3259   comparisons:
3260     - title: "Diff"
3261       reference: 1
3262       compare: 2
3263   legend:
3264     - "Legend to Table:"
3265     - "x710, xxv710 - NICs tested."
3266     - "Diff - difference between x710 and xxv710 NIC."
3267
3268 ################################################################################
3269 # VPP
3270
3271 # VPP Performance Changes 3n-hsw 1t1c pdr
3272 - type: "table"
3273   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3274   algorithm: "table_comparison"
3275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3277   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3278   columns:
3279     - title: "1908.1-2"
3280       data-set: "vpp-performance-changes-3n-hsw-h1"
3281     - title: "2001.0-2"
3282       data-set: "vpp-performance-changes-3n-hsw-ref"
3283     - title: "2001.0-4"
3284       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3285     - title: "2005.0-4"
3286       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3287   comparisons:
3288     - title: "2001.0-4 vs 2001.0-2"
3289       reference: 2
3290       compare: 3
3291     - title: "2005.0-4 vs 2001.0-4"
3292       reference: 3
3293       compare: 4
3294 #  rca:
3295 #    - title: "RCA1"
3296 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3297 #    - title: "RCA2"
3298 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3299   legend:
3300     - 'Legend to Table:'
3301     - ''
3302     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3303     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3304     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3305     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3306 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3307 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3308
3309 # VPP Performance Changes 3n-hsw 2t2c pdr
3310 - type: "table"
3311   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908.1-2"
3318       data-set: "vpp-performance-changes-3n-hsw-h1"
3319     - title: "2001.0-2"
3320       data-set: "vpp-performance-changes-3n-hsw-ref"
3321     - title: "2001.0-4"
3322       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3323     - title: "2005.0-4"
3324       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3325   comparisons:
3326     - title: "2001.0-4 vs 2001.0-2"
3327       reference: 2
3328       compare: 3
3329     - title: "2005.0-4 vs 2001.0-4"
3330       reference: 3
3331       compare: 4
3332 #  rca:
3333 #    - title: "RCA2"
3334 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3335 #    - title: "RCA3"
3336 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3337   legend:
3338     - 'Legend to Table:'
3339     - ''
3340     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3341     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3342     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3343     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3344 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3345 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3346
3347 # VPP Performance Changes 3n-hsw 1t1c ndr
3348 - type: "table"
3349   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3350   algorithm: "table_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3353   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3354   columns:
3355     - title: "1908.1-2"
3356       data-set: "vpp-performance-changes-3n-hsw-h1"
3357     - title: "2001.0-2"
3358       data-set: "vpp-performance-changes-3n-hsw-ref"
3359     - title: "2001.0-4"
3360       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3361     - title: "2005.0-4"
3362       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3363   comparisons:
3364     - title: "2001.0-4 vs 2001.0-2"
3365       reference: 2
3366       compare: 3
3367     - title: "2005.0-4 vs 2001.0-4"
3368       reference: 3
3369       compare: 4
3370 #  rca:
3371 #    - title: "RCA1"
3372 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3373 #    - title: "RCA2"
3374 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3375   legend:
3376     - 'Legend to Table:'
3377     - ''
3378     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3379     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3380     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3381     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3382 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3383 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3384
3385 # VPP Performance Changes 3n-hsw 2t2c ndr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "1908.1-2"
3394       data-set: "vpp-performance-changes-3n-hsw-h1"
3395     - title: "2001.0-2"
3396       data-set: "vpp-performance-changes-3n-hsw-ref"
3397     - title: "2001.0-4"
3398       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3399     - title: "2005.0-4"
3400       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3401   comparisons:
3402     - title: "2001.0-4 vs 2001.0-2"
3403       reference: 2
3404       compare: 3
3405     - title: "2005.0-4 vs 2001.0-4"
3406       reference: 3
3407       compare: 4
3408 #  rca:
3409 #    - title: "RCA1"
3410 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3411 #    - title: "RCA2"
3412 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3413   legend:
3414     - 'Legend to Table:'
3415     - ''
3416     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3417     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3418     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3419     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3420 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3421 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3422
3423 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3424 - type: "table"
3425   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3426   algorithm: "table_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3430   columns:
3431     - title: "1908.1-2"
3432       data-set: "vpp-performance-changes-3n-hsw-h1"
3433     - title: "2001.0-2"
3434       data-set: "vpp-performance-changes-3n-hsw-ref"
3435     - title: "2001.0-4"
3436       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3437     - title: "2005.0-3"
3438       data-set: "vpp-performance-changes-3n-hsw-cmp"
3439     - title: "2005.0-4"
3440       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3441   comparisons:
3442     - title: "2005.0-4 vs 2005.0-3"
3443       reference: 4
3444       compare: 5
3445     - title: "2001.0-4 vs 2001.0-2"
3446       reference: 2
3447       compare: 3
3448     - title: "2005.0-4 vs 2001.0-4"
3449       reference: 3
3450       compare: 5
3451 #  rca:
3452 #    - title: "RCA1"
3453 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3454 #    - title: "RCA2"
3455 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3456 #    - title: "RCA3"
3457 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
3458   legend:
3459     - 'Legend to Table:'
3460     - ''
3461     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3462     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3463     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3464     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3465     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3466 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3467 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3468 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3469
3470 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3471 - type: "table"
3472   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3473   algorithm: "table_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3476   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3477   columns:
3478     - title: "1908.1-2"
3479       data-set: "vpp-performance-changes-3n-hsw-h1"
3480     - title: "2001.0-2"
3481       data-set: "vpp-performance-changes-3n-hsw-ref"
3482     - title: "2001.0-4"
3483       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3484     - title: "2005.0-3"
3485       data-set: "vpp-performance-changes-3n-hsw-cmp"
3486     - title: "2005.0-4"
3487       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3488   comparisons:
3489     - title: "2005.0-4 vs 2005.0-3"
3490       reference: 4
3491       compare: 5
3492     - title: "2001.0-4 vs 2001.0-2"
3493       reference: 2
3494       compare: 3
3495     - title: "2005.0-4 vs 2001.0-4"
3496       reference: 3
3497       compare: 5
3498 #  rca:
3499 #    - title: "RCA1"
3500 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3501 #    - title: "RCA2"
3502 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3503 #    - title: "RCA3"
3504 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
3505   legend:
3506     - 'Legend to Table:'
3507     - ''
3508     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3509     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3510     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3511     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3512     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3513 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3514 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3515 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3516
3517 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "1908.1-2"
3526       data-set: "vpp-performance-changes-3n-hsw-h1"
3527     - title: "2001.0-2"
3528       data-set: "vpp-performance-changes-3n-hsw-ref"
3529     - title: "2001.0-4"
3530       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3531     - title: "2005.0-3"
3532       data-set: "vpp-performance-changes-3n-hsw-cmp"
3533     - title: "2005.0-4"
3534       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3535   comparisons:
3536     - title: "2005.0-4 vs 2005.0-3"
3537       reference: 4
3538       compare: 5
3539     - title: "2001.0-4 vs 2001.0-2"
3540       reference: 2
3541       compare: 3
3542     - title: "2005.0-4 vs 2001.0-4"
3543       reference: 3
3544       compare: 5
3545 #  rca:
3546 #    - title: "RCA1"
3547 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3548 #    - title: "RCA2"
3549 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3550 #    - title: "RCA3"
3551 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3552   legend:
3553     - 'Legend to Table:'
3554     - ''
3555     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3556     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3557     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3558     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3559     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3560 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3561 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3562 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3563
3564 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3565 - type: "table"
3566   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3567   algorithm: "table_comparison"
3568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3571   columns:
3572     - title: "1908.1-2"
3573       data-set: "vpp-performance-changes-3n-hsw-h1"
3574     - title: "2001.0-2"
3575       data-set: "vpp-performance-changes-3n-hsw-ref"
3576     - title: "2001.0-4"
3577       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3578     - title: "2005.0-3"
3579       data-set: "vpp-performance-changes-3n-hsw-cmp"
3580     - title: "2005.0-4"
3581       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3582   comparisons:
3583     - title: "2005.0-4 vs 2005.0-3"
3584       reference: 4
3585       compare: 5
3586     - title: "2001.0-4 vs 2001.0-2"
3587       reference: 2
3588       compare: 3
3589     - title: "2005.0-4 vs 2001.0-4"
3590       reference: 3
3591       compare: 5
3592 #  rca:
3593 #    - title: "RCA1"
3594 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3595 #    - title: "RCA2"
3596 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3597 #    - title: "RCA3"
3598 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
3599   legend:
3600     - 'Legend to Table:'
3601     - ''
3602     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3603     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3604     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3605     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3606     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3607 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3608 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3609 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3610
3611 # VPP Performance Changes 3n-skx 2t1c pdr
3612 - type: "table"
3613   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3614   algorithm: "table_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3617   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3618   columns:
3619     - title: "1908.1-2"
3620       data-set: "vpp-performance-changes-3n-skx-h1"
3621     - title: "2001.0-2"
3622       data-set: "vpp-performance-changes-3n-skx-ref"
3623     - title: "2001.0-4"
3624       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3625     - title: "2005.0-4"
3626       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3627   comparisons:
3628     - title: "2001.0-4 vs 2001.0-2"
3629       reference: 2
3630       compare: 3
3631     - title: "2005.0-4 vs 2001.0-4"
3632       reference: 3
3633       compare: 4
3634 #  rca:
3635 #    - title: "RCA1"
3636 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3637 #    - title: "RCA2"
3638 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3639   legend:
3640     - 'Legend to Table:'
3641     - ''
3642     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3643     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3644     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3645     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3646 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3647 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3648
3649 # VPP Performance Changes 3n-skx 4t2c pdr
3650 - type: "table"
3651   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "1908.1-2"
3658       data-set: "vpp-performance-changes-3n-skx-h1"
3659     - title: "2001.0-2"
3660       data-set: "vpp-performance-changes-3n-skx-ref"
3661     - title: "2001.0-4"
3662       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3663     - title: "2005.0-4"
3664       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3665   comparisons:
3666     - title: "2001.0-4 vs 2001.0-2"
3667       reference: 2
3668       compare: 3
3669     - title: "2005.0-4 vs 2001.0-4"
3670       reference: 3
3671       compare: 4
3672 #  rca:
3673 #    - title: "RCA1"
3674 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3675 #    - title: "RCA2"
3676 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3677   legend:
3678     - 'Legend to Table:'
3679     - ''
3680     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3681     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3682     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3683     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3684 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3685 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3686
3687 # VPP Performance Changes 3n-skx 2t1c ndr
3688 - type: "table"
3689   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3690   algorithm: "table_comparison"
3691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3693   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3694   columns:
3695     - title: "1908.1-2"
3696       data-set: "vpp-performance-changes-3n-skx-h1"
3697     - title: "2001.0-2"
3698       data-set: "vpp-performance-changes-3n-skx-ref"
3699     - title: "2001.0-4"
3700       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3701     - title: "2005.0-4"
3702       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3703   comparisons:
3704     - title: "2001.0-4 vs 2001.0-2"
3705       reference: 2
3706       compare: 3
3707     - title: "2005.0-4 vs 2001.0-4"
3708       reference: 3
3709       compare: 4
3710 #  rca:
3711 #    - title: "RCA1"
3712 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3713 #    - title: "RCA2"
3714 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3715   legend:
3716     - 'Legend to Table:'
3717     - ''
3718     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3719     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3720     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3721     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3722 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3723 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3724
3725 # VPP Performance Changes 3n-skx 4t2c ndr
3726 - type: "table"
3727   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3732   columns:
3733     - title: "1908.1-2"
3734       data-set: "vpp-performance-changes-3n-skx-h1"
3735     - title: "2001.0-2"
3736       data-set: "vpp-performance-changes-3n-skx-ref"
3737     - title: "2001.0-4"
3738       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3739     - title: "2005.0-4"
3740       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3741   comparisons:
3742     - title: "2001.0-4 vs 2001.0-2"
3743       reference: 2
3744       compare: 3
3745     - title: "2005.0-4 vs 2001.0-4"
3746       reference: 3
3747       compare: 4
3748 #  rca:
3749 #    - title: "RCA1"
3750 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3751 #    - title: "RCA2"
3752 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3753   legend:
3754     - 'Legend to Table:'
3755     - ''
3756     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3757     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3758     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3759     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3760 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3761 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3762
3763 # VPP Performance Changes 3n-skx 2t1c pdr-full
3764 - type: "table"
3765   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3766   algorithm: "table_comparison"
3767   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3769   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3770   columns:
3771     - title: "1908.1-2"
3772       data-set: "vpp-performance-changes-3n-skx-h1"
3773     - title: "2001.0-2"
3774       data-set: "vpp-performance-changes-3n-skx-ref"
3775     - title: "2001.0-4"
3776       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3777     - title: "2005.0-3"
3778       data-set: "vpp-performance-changes-3n-skx-cmp"
3779     - title: "2005.0-4"
3780       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3781   comparisons:
3782     - title: "2005.0-4 vs 2005.0-3"
3783       reference: 4
3784       compare: 5
3785     - title: "2001.0-4 vs 2001.0-2"
3786       reference: 2
3787       compare: 3
3788     - title: "2005.0-4 vs 2001.0-4"
3789       reference: 3
3790       compare: 5
3791 #  rca:
3792 #    - title: "RCA1"
3793 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3794 #    - title: "RCA2"
3795 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3796 #    - title: "RCA3"
3797 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca3.yaml"
3798   legend:
3799     - 'Legend to Table:'
3800     - ''
3801     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3802     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3803     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3804     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3805     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3806 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3807 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3808 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3809
3810 # VPP Performance Changes 3n-skx 4t2c pdr-full
3811 - type: "table"
3812   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3817   columns:
3818     - title: "1908.1-2"
3819       data-set: "vpp-performance-changes-3n-skx-h1"
3820     - title: "2001.0-2"
3821       data-set: "vpp-performance-changes-3n-skx-ref"
3822     - title: "2001.0-4"
3823       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3824     - title: "2005.0-3"
3825       data-set: "vpp-performance-changes-3n-skx-cmp"
3826     - title: "2005.0-4"
3827       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3828   comparisons:
3829     - title: "2005.0-4 vs 2005.0-3"
3830       reference: 4
3831       compare: 5
3832     - title: "2001.0-4 vs 2001.0-2"
3833       reference: 2
3834       compare: 3
3835     - title: "2005.0-4 vs 2001.0-4"
3836       reference: 3
3837       compare: 5
3838 #  rca:
3839 #    - title: "RCA1"
3840 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3841 #    - title: "RCA2"
3842 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3843 #    - title: "RCA3"
3844 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca3.yaml"
3845   legend:
3846     - 'Legend to Table:'
3847     - ''
3848     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3849     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3850     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3851     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3852     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3853 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3854 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3855 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3856
3857 # VPP Performance Changes 3n-skx 2t1c ndr-full
3858 - type: "table"
3859   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3860   algorithm: "table_comparison"
3861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3864   columns:
3865     - title: "1908.1-2"
3866       data-set: "vpp-performance-changes-3n-skx-h1"
3867     - title: "2001.0-2"
3868       data-set: "vpp-performance-changes-3n-skx-ref"
3869     - title: "2001.0-4"
3870       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3871     - title: "2005.0-3"
3872       data-set: "vpp-performance-changes-3n-skx-cmp"
3873     - title: "2005.0-4"
3874       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3875   comparisons:
3876     - title: "2005.0-4 vs 2005.0-3"
3877       reference: 4
3878       compare: 5
3879     - title: "2001.0-4 vs 2001.0-2"
3880       reference: 2
3881       compare: 3
3882     - title: "2005.0-4 vs 2001.0-4"
3883       reference: 3
3884       compare: 5
3885 #  rca:
3886 #    - title: "RCA1"
3887 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3888 #    - title: "RCA2"
3889 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3890 #    - title: "RCA3"
3891 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca3.yaml"
3892   legend:
3893     - 'Legend to Table:'
3894     - ''
3895     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3896     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3897     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3898     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3899     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3900 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3901 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3902 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3903
3904 # VPP Performance Changes 3n-skx 4t2c ndr-full
3905 - type: "table"
3906   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3907   algorithm: "table_comparison"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3910   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3911   columns:
3912     - title: "1908.1-2"
3913       data-set: "vpp-performance-changes-3n-skx-h1"
3914     - title: "2001.0-2"
3915       data-set: "vpp-performance-changes-3n-skx-ref"
3916     - title: "2001.0-4"
3917       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3918     - title: "2005.0-3"
3919       data-set: "vpp-performance-changes-3n-skx-cmp"
3920     - title: "2005.0-4"
3921       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3922   comparisons:
3923     - title: "2005.0-4 vs 2005.0-3"
3924       reference: 4
3925       compare: 5
3926     - title: "2001.0-4 vs 2001.0-2"
3927       reference: 2
3928       compare: 3
3929     - title: "2005.0-4 vs 2001.0-4"
3930       reference: 3
3931       compare: 5
3932 #  rca:
3933 #    - title: "RCA1"
3934 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3935 #    - title: "RCA2"
3936 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3937 #    - title: "RCA3"
3938 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca3.yaml"
3939   legend:
3940     - 'Legend to Table:'
3941     - ''
3942     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3943     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3944     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
3945     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3946     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3947 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3948 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3949 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3950
3951 # VPP Performance Changes 2n-skx 2t1c pdr
3952 - type: "table"
3953   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3958   columns:
3959     - title: "1908.1-2"
3960       data-set: "vpp-performance-changes-2n-skx-h1"
3961     - title: "2001.0-2"
3962       data-set: "vpp-performance-changes-2n-skx-ref"
3963     - title: "2001.0-4"
3964       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3965     - title: "2005.0-4"
3966       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3967   comparisons:
3968     - title: "2001.0-4 vs 2001.0-2"
3969       reference: 2
3970       compare: 3
3971     - title: "2005.0-4 vs 2001.0-4"
3972       reference: 3
3973       compare: 4
3974 #  rca:
3975 #    - title: "RCA1"
3976 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3977 #    - title: "RCA2"
3978 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3979   legend:
3980     - 'Legend to Table:'
3981     - ''
3982     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3983     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3984     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3985     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
3986 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3987 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3988
3989 # VPP Performance Changes 2n-skx 4t2c pdr
3990 - type: "table"
3991   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3992   algorithm: "table_comparison"
3993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3995   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3996   columns:
3997     - title: "1908.1-2"
3998       data-set: "vpp-performance-changes-2n-skx-h1"
3999     - title: "2001.0-2"
4000       data-set: "vpp-performance-changes-2n-skx-ref"
4001     - title: "2001.0-4"
4002       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4003     - title: "2005.0-4"
4004       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4005   comparisons:
4006     - title: "2001.0-4 vs 2001.0-2"
4007       reference: 2
4008       compare: 3
4009     - title: "2005.0-4 vs 2001.0-4"
4010       reference: 3
4011       compare: 4
4012 #  rca:
4013 #    - title: "RCA1"
4014 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4015 #    - title: "RCA2"
4016 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4017   legend:
4018     - 'Legend to Table:'
4019     - ''
4020     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4021     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4022     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4023     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4024 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4025 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4026
4027 # VPP Performance Changes 2n-skx 2t1c ndr
4028 - type: "table"
4029   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4030   algorithm: "table_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4033   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4034   columns:
4035     - title: "1908.1-2"
4036       data-set: "vpp-performance-changes-2n-skx-h1"
4037     - title: "2001.0-2"
4038       data-set: "vpp-performance-changes-2n-skx-ref"
4039     - title: "2001.0-4"
4040       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4041     - title: "2005.0-4"
4042       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4043   comparisons:
4044     - title: "2001.0-4 vs 2001.0-2"
4045       reference: 2
4046       compare: 3
4047     - title: "2005.0-4 vs 2001.0-4"
4048       reference: 3
4049       compare: 4
4050 #  rca:
4051 #    - title: "RCA1"
4052 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4053 #    - title: "RCA2"
4054 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4055   legend:
4056     - 'Legend to Table:'
4057     - ''
4058     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4059     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4060     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4061     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4062 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4063 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4064
4065 # VPP Performance Changes 2n-skx 4t2c ndr
4066 - type: "table"
4067   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4068   algorithm: "table_comparison"
4069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4071   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4072   columns:
4073     - title: "1908.1-2"
4074       data-set: "vpp-performance-changes-2n-skx-h1"
4075     - title: "2001.0-2"
4076       data-set: "vpp-performance-changes-2n-skx-ref"
4077     - title: "2001.0-4"
4078       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4079     - title: "2005.0-4"
4080       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4081   comparisons:
4082     - title: "2001.0-4 vs 2001.0-2"
4083       reference: 2
4084       compare: 3
4085     - title: "2005.0-4 vs 2001.0-4"
4086       reference: 3
4087       compare: 4
4088 #  rca:
4089 #    - title: "RCA1"
4090 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4091 #    - title: "RCA2"
4092 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4093   legend:
4094     - 'Legend to Table:'
4095     - ''
4096     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4097     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4098     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4099     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4100 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4101 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4102
4103 # VPP Performance Changes 2n-skx 2t1c pdr-full
4104 - type: "table"
4105   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4110   columns:
4111     - title: "1908.1-2"
4112       data-set: "vpp-performance-changes-2n-skx-h1"
4113     - title: "2001.0-2"
4114       data-set: "vpp-performance-changes-2n-skx-ref"
4115     - title: "2001.0-4"
4116       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4117     - title: "2005.0-3"
4118       data-set: "vpp-performance-changes-2n-skx-cmp"
4119     - title: "2005.0-4"
4120       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4121   comparisons:
4122     - title: "2005.0-4 vs 2005.0-3"
4123       reference: 4
4124       compare: 5
4125     - title: "2001.0-4 vs 2001.0-2"
4126       reference: 2
4127       compare: 3
4128     - title: "2005.0-4 vs 2001.0-4"
4129       reference: 3
4130       compare: 5
4131 #  rca:
4132 #    - title: "RCA1"
4133 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
4134 #    - title: "RCA2"
4135 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
4136 #    - title: "RCA3"
4137 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca3.yaml"
4138   legend:
4139     - 'Legend to Table:'
4140     - ''
4141     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4142     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4143     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4144     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4145     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4146 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4147 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4148 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4149
4150 # VPP Performance Changes 2n-skx 4t2c pdr-full
4151 - type: "table"
4152   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4157   columns:
4158     - title: "1908.1-2"
4159       data-set: "vpp-performance-changes-2n-skx-h1"
4160     - title: "2001.0-2"
4161       data-set: "vpp-performance-changes-2n-skx-ref"
4162     - title: "2001.0-4"
4163       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4164     - title: "2005.0-3"
4165       data-set: "vpp-performance-changes-2n-skx-cmp"
4166     - title: "2005.0-4"
4167       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4168   comparisons:
4169     - title: "2005.0-4 vs 2005.0-3"
4170       reference: 4
4171       compare: 5
4172     - title: "2001.0-4 vs 2001.0-2"
4173       reference: 2
4174       compare: 3
4175     - title: "2005.0-4 vs 2001.0-4"
4176       reference: 3
4177       compare: 5
4178 #  rca:
4179 #    - title: "RCA1"
4180 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4181 #    - title: "RCA2"
4182 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4183 #    - title: "RCA3"
4184 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca3.yaml"
4185   legend:
4186     - 'Legend to Table:'
4187     - ''
4188     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4189     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4190     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4191     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4192     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4193 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4194 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4195 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4196
4197 # VPP Performance Changes 2n-skx 2t1c ndr-full
4198 - type: "table"
4199   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4200   algorithm: "table_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4203   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4204   columns:
4205     - title: "1908.1-2"
4206       data-set: "vpp-performance-changes-2n-skx-h1"
4207     - title: "2001.0-2"
4208       data-set: "vpp-performance-changes-2n-skx-ref"
4209     - title: "2001.0-4"
4210       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4211     - title: "2005.0-3"
4212       data-set: "vpp-performance-changes-2n-skx-cmp"
4213     - title: "2005.0-4"
4214       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4215   comparisons:
4216     - title: "2005.0-4 vs 2005.0-3"
4217       reference: 4
4218       compare: 5
4219     - title: "2001.0-4 vs 2001.0-2"
4220       reference: 2
4221       compare: 3
4222     - title: "2005.0-4 vs 2001.0-4"
4223       reference: 3
4224       compare: 5
4225 #  rca:
4226 #    - title: "RCA1"
4227 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4228 #    - title: "RCA2"
4229 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4230 #    - title: "RCA3"
4231 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca3.yaml"
4232   legend:
4233     - 'Legend to Table:'
4234     - ''
4235     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4236     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4237     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4238     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4239     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4240 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4241 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4242 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4243
4244 # VPP Performance Changes 2n-skx 4t2c ndr-full
4245 - type: "table"
4246   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4247   algorithm: "table_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4250   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4251   columns:
4252     - title: "1908.1-2"
4253       data-set: "vpp-performance-changes-2n-skx-h1"
4254     - title: "2001.0-2"
4255       data-set: "vpp-performance-changes-2n-skx-ref"
4256     - title: "2001.0-4"
4257       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4258     - title: "2005.0-3"
4259       data-set: "vpp-performance-changes-2n-skx-cmp"
4260     - title: "2005.0-4"
4261       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4262   comparisons:
4263     - title: "2005.0-4 vs 2005.0-3"
4264       reference: 4
4265       compare: 5
4266     - title: "2001.0-4 vs 2001.0-2"
4267       reference: 2
4268       compare: 3
4269     - title: "2005.0-4 vs 2001.0-4"
4270       reference: 3
4271       compare: 5
4272 #  rca:
4273 #    - title: "RCA1"
4274 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4275 #    - title: "RCA2"
4276 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4277 #    - title: "RCA3"
4278 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca3.yaml"
4279   legend:
4280     - 'Legend to Table:'
4281     - ''
4282     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4283     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4284     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4285     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4286     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4287 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4288 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4289 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4290
4291 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4292 - type: "table"
4293   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4294   algorithm: "table_comparison"
4295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4297   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4298   columns:
4299     - title: "1908.1-2"
4300       data-set: "vpp-performance-changes-2n-clx-h1"
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: 2
4310       compare: 3
4311     - title: "2005.0-4 vs 2001.0-4"
4312       reference: 3
4313       compare: 4
4314 #  rca:
4315 #    - title: "RCA1"
4316 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4317 #    - title: "RCA2"
4318 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4319   legend:
4320     - 'Legend to Table:'
4321     - ''
4322     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4323     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4324     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4325     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4326 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4327 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4328
4329 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4330 - type: "table"
4331   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4332   algorithm: "table_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4335   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4336   columns:
4337     - title: "1908.1-2"
4338       data-set: "vpp-performance-changes-2n-clx-h1"
4339     - title: "2001.0-2"
4340       data-set: "vpp-performance-changes-2n-clx-ref"
4341     - title: "2001.0-4"
4342       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4343     - title: "2005.0-4"
4344       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4345   comparisons:
4346     - title: "2001.0-4 vs 2001.0-2"
4347       reference: 2
4348       compare: 3
4349     - title: "2005.0-4 vs 2001.0-4"
4350       reference: 3
4351       compare: 4
4352 #  rca:
4353 #    - title: "RCA1"
4354 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4355 #    - title: "RCA2"
4356 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4357   legend:
4358     - 'Legend to Table:'
4359     - ''
4360     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4361     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4362     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4363     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4364 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4365 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4366
4367 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4368 - type: "table"
4369   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4373   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4374   columns:
4375     - title: "1908.1-2"
4376       data-set: "vpp-performance-changes-2n-clx-h1"
4377     - title: "2001.0-2"
4378       data-set: "vpp-performance-changes-2n-clx-ref"
4379     - title: "2001.0-4"
4380       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4381     - title: "2005.0-4"
4382       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4383   comparisons:
4384     - title: "2001.0-4 vs 2001.0-2"
4385       reference: 2
4386       compare: 3
4387     - title: "2005.0-4 vs 2001.0-4"
4388       reference: 3
4389       compare: 4
4390 #  rca:
4391 #    - title: "RCA1"
4392 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4393 #    - title: "RCA2"
4394 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4395   legend:
4396     - 'Legend to Table:'
4397     - ''
4398     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4399     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4400     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4401     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4402 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4403 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4404
4405 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4406 - type: "table"
4407   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4412   columns:
4413     - title: "1908.1-2"
4414       data-set: "vpp-performance-changes-2n-clx-h1"
4415     - title: "2001.0-2"
4416       data-set: "vpp-performance-changes-2n-clx-ref"
4417     - title: "2001.0-4"
4418       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4419     - title: "2005.0-4"
4420       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4421   comparisons:
4422     - title: "2001.0-4 vs 2001.0-2"
4423       reference: 2
4424       compare: 3
4425     - title: "2005.0-4 vs 2001.0-4"
4426       reference: 3
4427       compare: 4
4428 #  rca:
4429 #    - title: "RCA1"
4430 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4431 #    - title: "RCA2"
4432 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4433   legend:
4434     - 'Legend to Table:'
4435     - ''
4436     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4437     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4438     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4439     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4440 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4441 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4442
4443 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4444 - type: "table"
4445   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4446   algorithm: "table_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4449   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4450   columns:
4451     - title: "1908.1-2"
4452       data-set: "vpp-performance-changes-2n-clx-h1"
4453     - title: "2001.0-2"
4454       data-set: "vpp-performance-changes-2n-clx-ref"
4455     - title: "2001.0-4"
4456       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4457     - title: "2005.0-3"
4458       data-set: "vpp-performance-changes-2n-clx-cmp"
4459     - title: "2005.0-4"
4460       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4461   comparisons:
4462     - title: "2005.0-4 vs 2005.0-3"
4463       reference: 4
4464       compare: 5
4465     - title: "2001.0-4 vs 2001.0-2"
4466       reference: 2
4467       compare: 3
4468     - title: "2005.0-4 vs 2001.0-4"
4469       reference: 3
4470       compare: 5
4471 #  rca:
4472 #    - title: "RCA1"
4473 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4474 #    - title: "RCA2"
4475 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4476 #    - title: "RCA3"
4477 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca3.yaml"
4478   legend:
4479     - 'Legend to Table:'
4480     - ''
4481     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4482     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4483     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4484     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4485     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4486 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4487 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4488 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4489
4490 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4491 - type: "table"
4492   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4493   algorithm: "table_comparison"
4494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4496   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4497   columns:
4498     - title: "1908.1-2"
4499       data-set: "vpp-performance-changes-2n-clx-h1"
4500     - title: "2001.0-2"
4501       data-set: "vpp-performance-changes-2n-clx-ref"
4502     - title: "2001.0-4"
4503       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4504     - title: "2005.0-3"
4505       data-set: "vpp-performance-changes-2n-clx-cmp"
4506     - title: "2005.0-4"
4507       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4508   comparisons:
4509     - title: "2005.0-4 vs 2005.0-3"
4510       reference: 4
4511       compare: 5
4512     - title: "2001.0-4 vs 2001.0-2"
4513       reference: 2
4514       compare: 3
4515     - title: "2005.0-4 vs 2001.0-4"
4516       reference: 3
4517       compare: 5
4518 #  rca:
4519 #    - title: "RCA1"
4520 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4521 #    - title: "RCA2"
4522 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4523 #    - title: "RCA3"
4524 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca3.yaml"
4525   legend:
4526     - 'Legend to Table:'
4527     - ''
4528     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4529     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4530     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4531     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4532     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4533 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4534 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4535 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4536
4537 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4538 - type: "table"
4539   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4540   algorithm: "table_comparison"
4541   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4543   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4544   columns:
4545     - title: "1908.1-2"
4546       data-set: "vpp-performance-changes-2n-clx-h1"
4547     - title: "2001.0-2"
4548       data-set: "vpp-performance-changes-2n-clx-ref"
4549     - title: "2001.0-4"
4550       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4551     - title: "2005.0-3"
4552       data-set: "vpp-performance-changes-2n-clx-cmp"
4553     - title: "2005.0-4"
4554       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4555   comparisons:
4556     - title: "2005.0-4 vs 2005.0-3"
4557       reference: 4
4558       compare: 5
4559     - title: "2001.0-4 vs 2001.0-2"
4560       reference: 2
4561       compare: 3
4562     - title: "2005.0-4 vs 2001.0-4"
4563       reference: 3
4564       compare: 5
4565 #  rca:
4566 #    - title: "RCA1"
4567 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4568 #    - title: "RCA2"
4569 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4570 #    - title: "RCA3"
4571 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca3.yaml"
4572   legend:
4573     - 'Legend to Table:'
4574     - ''
4575     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4576     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4577     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4578     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4579     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4580 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4581 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4582 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4583
4584 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4585 - type: "table"
4586   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4587   algorithm: "table_comparison"
4588   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4590   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4591   columns:
4592     - title: "1908.1-2"
4593       data-set: "vpp-performance-changes-2n-clx-h1"
4594     - title: "2001.0-2"
4595       data-set: "vpp-performance-changes-2n-clx-ref"
4596     - title: "2001.0-4"
4597       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4598     - title: "2005.0-3"
4599       data-set: "vpp-performance-changes-2n-clx-cmp"
4600     - title: "2005.0-4"
4601       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4602   comparisons:
4603     - title: "2005.0-4 vs 2005.0-3"
4604       reference: 4
4605       compare: 5
4606     - title: "2001.0-4 vs 2001.0-2"
4607       reference: 2
4608       compare: 3
4609     - title: "2005.0-4 vs 2001.0-4"
4610       reference: 3
4611       compare: 5
4612 #  rca:
4613 #    - title: "RCA1"
4614 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4615 #    - title: "RCA2"
4616 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4617 #    - title: "RCA3"
4618 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca3.yaml"
4619   legend:
4620     - 'Legend to Table:'
4621     - ''
4622     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4623     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4624     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
4625     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4626     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4627 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4628 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4629 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4630
4631 # VPP Performance Changes 2n-clx-x556 2t1c pdr
4632 - type: "table"
4633   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4637   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4638   columns:
4639     - title: "2001.0-2"
4640       data-set: "vpp-performance-changes-2n-clx-ref"
4641     - title: "2005.0-4"
4642       data-set: "vpp-performance-changes-2n-clx-cmp"
4643   comparisons:
4644     - title: "Diff"
4645       reference: 1
4646       compare: 2
4647   legend:
4648     - "Legend to Table"
4649     - "2001, 2005 - VPP versions tested."
4650     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
4651
4652 # VPP Performance Changes 2n-clx-x556 4t2c pdr
4653 - type: "table"
4654   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4655   algorithm: "table_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4658   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4659   columns:
4660     - title: "2001.0-2"
4661       data-set: "vpp-performance-changes-2n-clx-ref"
4662     - title: "2005.0-4"
4663       data-set: "vpp-performance-changes-2n-clx-cmp"
4664   comparisons:
4665     - title: "Diff"
4666       reference: 1
4667       compare: 2
4668   legend:
4669     - "Legend to Table"
4670     - "2001, 2005 - VPP versions tested."
4671     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
4672
4673 # VPP Performance Changes 2n-clx-x556 2t1c ndr
4674 - type: "table"
4675   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4676   algorithm: "table_comparison"
4677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4679   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4680   columns:
4681     - title: "2001.0-2"
4682       data-set: "vpp-performance-changes-2n-clx-ref"
4683     - title: "2005.0-4"
4684       data-set: "vpp-performance-changes-2n-clx-cmp"
4685   comparisons:
4686     - title: "Diff"
4687       reference: 1
4688       compare: 2
4689   legend:
4690     - "Legend to Table"
4691     - "2001, 2005 - VPP versions tested."
4692     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
4693
4694 # VPP Performance Changes 2n-clx-x556 4t2c ndr
4695 - type: "table"
4696   title: "VPP Performance Changes 2n-clx-x556 ndr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4700   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4701   columns:
4702     - title: "2001.0-2"
4703       data-set: "vpp-performance-changes-2n-clx-ref"
4704     - title: "2005.0-4"
4705       data-set: "vpp-performance-changes-2n-clx-cmp"
4706   comparisons:
4707     - title: "Diff"
4708       reference: 1
4709       compare: 2
4710   legend:
4711     - "Legend to Table"
4712     - "2001, 2005 - VPP versions tested."
4713     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
4714
4715 # VPP Performance Changes 2n-dnv 1t1c pdr
4716 - type: "table"
4717   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4721   filter: "'1T1C'"
4722   columns:
4723     - title: "1908"
4724       data-set: "vpp-performance-changes-2n-dnv-h1"
4725     - title: "2001"
4726       data-set: "vpp-performance-changes-2n-dnv-ref"
4727     - title: "2005"
4728       data-set: "vpp-performance-changes-2n-dnv-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 2
4732       compare: 3
4733   legend:
4734     - "Legend to Table"
4735     - "1908, 2001, 2005 - VPP versions tested."
4736     - "Diff - difference between 2001 and 2005 VPP version."
4737
4738 # VPP Performance Changes 2n-dnv 2t2c pdr
4739 - type: "table"
4740   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4744   filter: "'2T2C'"
4745   columns:
4746     - title: "1908"
4747       data-set: "vpp-performance-changes-2n-dnv-h1"
4748     - title: "2001"
4749       data-set: "vpp-performance-changes-2n-dnv-ref"
4750     - title: "2005"
4751       data-set: "vpp-performance-changes-2n-dnv-cmp"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 2
4755       compare: 3
4756   legend:
4757     - "Legend to Table"
4758     - "1908, 2001, 2005 - VPP versions tested."
4759     - "Diff - difference between 2001 and 2005 VPP version."
4760
4761 # VPP Performance Changes 2n-dnv 1t1c ndr
4762 - type: "table"
4763   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4767   filter: "'1T1C'"
4768   columns:
4769     - title: "1908"
4770       data-set: "vpp-performance-changes-2n-dnv-h1"
4771     - title: "2001"
4772       data-set: "vpp-performance-changes-2n-dnv-ref"
4773     - title: "2005"
4774       data-set: "vpp-performance-changes-2n-dnv-cmp"
4775   comparisons:
4776     - title: "Diff"
4777       reference: 2
4778       compare: 3
4779   legend:
4780     - "Legend to Table"
4781     - "1908, 2001, 2005 - VPP versions tested."
4782     - "Diff - difference between 2001 and 2005 VPP version."
4783
4784 # VPP Performance Changes 2n-dnv 2t2c ndr
4785 - type: "table"
4786   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4787   algorithm: "table_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4790   filter: "'2T2C'"
4791   columns:
4792     - title: "1908"
4793       data-set: "vpp-performance-changes-2n-dnv-h1"
4794     - title: "2001"
4795       data-set: "vpp-performance-changes-2n-dnv-ref"
4796     - title: "2005"
4797       data-set: "vpp-performance-changes-2n-dnv-cmp"
4798   comparisons:
4799     - title: "Diff"
4800       reference: 2
4801       compare: 3
4802   legend:
4803     - "Legend to Table"
4804     - "1908, 2001, 2005 - VPP versions tested."
4805     - "Diff - difference between 2001 and 2005 VPP version."
4806
4807 # VPP Performance Changes 3n-dnv 1t1c pdr
4808 - type: "table"
4809   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4810   algorithm: "table_comparison"
4811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4813   filter: "'1T1C'"
4814   columns:
4815     - title: "1908"
4816       data-set: "vpp-performance-changes-3n-dnv-h1"
4817     - title: "2001"
4818       data-set: "vpp-performance-changes-3n-dnv-ref"
4819     - title: "2005"
4820       data-set: "vpp-performance-changes-3n-dnv-cmp"
4821   comparisons:
4822     - title: "Diff"
4823       reference: 2
4824       compare: 3
4825   legend:
4826     - "Legend to Table"
4827     - "1908, 2001, 2005 - VPP versions tested."
4828     - "Diff - difference between 2001 and 2005 VPP version."
4829
4830 # VPP Performance Changes 3n-dnv 2t2c pdr
4831 - type: "table"
4832   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4836   filter: "'2T2C'"
4837   columns:
4838     - title: "1908"
4839       data-set: "vpp-performance-changes-3n-dnv-h1"
4840     - title: "2001"
4841       data-set: "vpp-performance-changes-3n-dnv-ref"
4842     - title: "2005"
4843       data-set: "vpp-performance-changes-3n-dnv-cmp"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 2
4847       compare: 3
4848   legend:
4849     - "Legend to Table"
4850     - "1908, 2001, 2005 - VPP versions tested."
4851     - "Diff - difference between 2001 and 2005 VPP version."
4852
4853 # VPP Performance Changes 3n-dnv 1t1c ndr
4854 - type: "table"
4855   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4859   filter: "'1T1C'"
4860   columns:
4861     - title: "1908"
4862       data-set: "vpp-performance-changes-3n-dnv-h1"
4863     - title: "2001"
4864       data-set: "vpp-performance-changes-3n-dnv-ref"
4865     - title: "2005"
4866       data-set: "vpp-performance-changes-3n-dnv-cmp"
4867   comparisons:
4868     - title: "Diff"
4869       reference: 2
4870       compare: 3
4871   legend:
4872     - "Legend to Table"
4873     - "1908, 2001, 2005 - VPP versions tested."
4874     - "Diff - difference between 2001 and 2005 VPP version."
4875
4876 # VPP Performance Changes 3n-dnv 2t2c ndr
4877 - type: "table"
4878   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4879   algorithm: "table_comparison"
4880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4882   filter: "'2T2C'"
4883   columns:
4884     - title: "1908"
4885       data-set: "vpp-performance-changes-3n-dnv-h1"
4886     - title: "2001"
4887       data-set: "vpp-performance-changes-3n-dnv-ref"
4888     - title: "2005"
4889       data-set: "vpp-performance-changes-3n-dnv-cmp"
4890   comparisons:
4891     - title: "Diff"
4892       reference: 2
4893       compare: 3
4894   legend:
4895     - "Legend to Table"
4896     - "1908, 2001, 2005 - VPP versions tested."
4897     - "Diff - difference between 2001 and 2005 VPP version."
4898
4899 # VPP Performance Changes 3n-tsh 1t1c pdr
4900 - type: "table"
4901   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4902   algorithm: "table_comparison"
4903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4905   filter: "'1T1C'"
4906   columns:
4907     - title: "1908.1-2"
4908       data-set: "vpp-performance-changes-3n-tsh-h1"
4909     - title: "2001.0-2"
4910       data-set: "vpp-performance-changes-3n-tsh-ref"
4911     - title: "2001.0-4"
4912       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4913     - title: "2005.0-4"
4914       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4915   comparisons:
4916     - title: "2001.0-4 vs 2001.0-2"
4917       reference: 2
4918       compare: 3
4919     - title: "2005.0-4 vs 2001.0-4"
4920       reference: 3
4921       compare: 4
4922 #  rca:
4923 #    - title: "RCA1"
4924 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4925 #    - title: "RCA2"
4926 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4927   legend:
4928     - 'Legend to Table:'
4929     - ''
4930     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4931     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4932     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4933     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4934 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4935 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4936
4937 # VPP Performance Changes 3n-tsh 2t2c pdr
4938 - type: "table"
4939   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4940   algorithm: "table_comparison"
4941   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4943   filter: "'2T2C'"
4944   columns:
4945     - title: "1908.1-2"
4946       data-set: "vpp-performance-changes-3n-tsh-h1"
4947     - title: "2001.0-2"
4948       data-set: "vpp-performance-changes-3n-tsh-ref"
4949     - title: "2001.0-4"
4950       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4951     - title: "2005.0-4"
4952       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4953   comparisons:
4954     - title: "2001.0-4 vs 2001.0-2"
4955       reference: 2
4956       compare: 3
4957     - title: "2005.0-4 vs 2001.0-4"
4958       reference: 3
4959       compare: 4
4960 #  rca:
4961 #    - title: "RCA1"
4962 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4963 #    - title: "RCA2"
4964 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4965   legend:
4966     - 'Legend to Table:'
4967     - ''
4968     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4969     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4970     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4971     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
4972 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4973 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4974
4975 # VPP Performance Changes 3n-tsh 1t1c ndr
4976 - type: "table"
4977   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4978   algorithm: "table_comparison"
4979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4981   filter: "'1T1C'"
4982   columns:
4983     - title: "1908.1-2"
4984       data-set: "vpp-performance-changes-3n-tsh-h1"
4985     - title: "2001.0-2"
4986       data-set: "vpp-performance-changes-3n-tsh-ref"
4987     - title: "2001.0-4"
4988       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4989     - title: "2005.0-4"
4990       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4991   comparisons:
4992     - title: "2001.0-4 vs 2001.0-2"
4993       reference: 2
4994       compare: 3
4995     - title: "2005.0-4 vs 2001.0-4"
4996       reference: 3
4997       compare: 4
4998 #  rca:
4999 #    - title: "RCA1"
5000 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5001 #    - title: "RCA2"
5002 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5003   legend:
5004     - 'Legend to Table:'
5005     - ''
5006     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
5007     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5008     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5009     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5010 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5011 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5012
5013 # VPP Performance Changes 3n-tsh 2t2c ndr
5014 - type: "table"
5015   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5019   filter: "'2T2C'"
5020   columns:
5021     - title: "1908.1-2"
5022       data-set: "vpp-performance-changes-3n-tsh-h1"
5023     - title: "2001.0-2"
5024       data-set: "vpp-performance-changes-3n-tsh-ref"
5025     - title: "2001.0-4"
5026       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5027     - title: "2005.0-4"
5028       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5029   comparisons:
5030     - title: "2001.0-4 vs 2001.0-2"
5031       reference: 2
5032       compare: 3
5033     - title: "2005.0-4 vs 2001.0-4"
5034       reference: 3
5035       compare: 4
5036 #  rca:
5037 #    - title: "RCA1"
5038 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5039 #    - title: "RCA2"
5040 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5041   legend:
5042     - 'Legend to Table:'
5043     - ''
5044     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
5045     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5046     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5047     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5048 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5049 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5050
5051 # VPP Performance Changes 3n-tsh 1t1c pdr-full
5052 - type: "table"
5053   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
5056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5057   filter: "'1T1C'"
5058   columns:
5059     - title: "1908.1-2"
5060       data-set: "vpp-performance-changes-3n-tsh-h1"
5061     - title: "2001.0-2"
5062       data-set: "vpp-performance-changes-3n-tsh-ref"
5063     - title: "2001.0-4"
5064       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5065     - title: "2005.0-3"
5066       data-set: "vpp-performance-changes-3n-tsh-cmp"
5067     - title: "2005.0-4"
5068       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5069   comparisons:
5070     - title: "2005.0-4 vs 2005.0-3"
5071       reference: 4
5072       compare: 5
5073     - title: "2001.0-4 vs 2001.0-2"
5074       reference: 2
5075       compare: 3
5076     - title: "2005.0-4 vs 2001.0-4"
5077       reference: 3
5078       compare: 5
5079 #  rca:
5080 #    - title: "RCA1"
5081 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
5082 #    - title: "RCA2"
5083 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
5084 #    - title: "RCA3"
5085 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca3.yaml"
5086   legend:
5087     - 'Legend to Table:'
5088     - ''
5089     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
5090     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5091     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5092     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5093     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5094 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5095 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5096 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5097
5098 # VPP Performance Changes 3n-tsh 2t2c pdr-full
5099 - type: "table"
5100   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
5101   algorithm: "table_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
5103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5104   filter: "'2T2C'"
5105   columns:
5106     - title: "1908.1-2"
5107       data-set: "vpp-performance-changes-3n-tsh-h1"
5108     - title: "2001.0-2"
5109       data-set: "vpp-performance-changes-3n-tsh-ref"
5110     - title: "2001.0-4"
5111       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5112     - title: "2005.0-3"
5113       data-set: "vpp-performance-changes-3n-tsh-cmp"
5114     - title: "2005.0-4"
5115       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5116   comparisons:
5117     - title: "2005.0-4 vs 2005.0-3"
5118       reference: 4
5119       compare: 5
5120     - title: "2001.0-4 vs 2001.0-2"
5121       reference: 2
5122       compare: 3
5123     - title: "2005.0-4 vs 2001.0-4"
5124       reference: 3
5125       compare: 5
5126 #  rca:
5127 #    - title: "RCA1"
5128 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
5129 #    - title: "RCA2"
5130 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
5131 #    - title: "RCA3"
5132 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca3.yaml"
5133   legend:
5134     - 'Legend to Table:'
5135     - ''
5136     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
5137     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5138     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5139     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5140     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5141 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5142 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5143 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5144
5145 # VPP Performance Changes 3n-tsh 1t1c ndr-full
5146 - type: "table"
5147   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
5148   algorithm: "table_comparison"
5149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
5150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5151   filter: "'1T1C'"
5152   columns:
5153     - title: "1908.1-2"
5154       data-set: "vpp-performance-changes-3n-tsh-h1"
5155     - title: "2001.0-2"
5156       data-set: "vpp-performance-changes-3n-tsh-ref"
5157     - title: "2001.0-4"
5158       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5159     - title: "2005.0-3"
5160       data-set: "vpp-performance-changes-3n-tsh-cmp"
5161     - title: "2005.0-4"
5162       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5163   comparisons:
5164     - title: "2005.0-4 vs 2005.0-3"
5165       reference: 4
5166       compare: 5
5167     - title: "2001.0-4 vs 2001.0-2"
5168       reference: 2
5169       compare: 3
5170     - title: "2005.0-4 vs 2001.0-4"
5171       reference: 3
5172       compare: 5
5173 #  rca:
5174 #    - title: "RCA1"
5175 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5176 #    - title: "RCA2"
5177 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5178 #    - title: "RCA3"
5179 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca3.yaml"
5180   legend:
5181     - 'Legend to Table:'
5182     - ''
5183     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
5184     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5185     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5186     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5187     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5188 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5189 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5190 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5191
5192 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5193 - type: "table"
5194   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5198   filter: "'2T2C'"
5199   columns:
5200     - title: "1908.1-2"
5201       data-set: "vpp-performance-changes-3n-tsh-h1"
5202     - title: "2001.0-2"
5203       data-set: "vpp-performance-changes-3n-tsh-ref"
5204     - title: "2001.0-4"
5205       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5206     - title: "2005.0-3"
5207       data-set: "vpp-performance-changes-3n-tsh-cmp"
5208     - title: "2005.0-4"
5209       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5210   comparisons:
5211     - title: "2005.0-4 vs 2005.0-3"
5212       reference: 4
5213       compare: 5
5214     - title: "2001.0-4 vs 2001.0-2"
5215       reference: 2
5216       compare: 3
5217     - title: "2005.0-4 vs 2001.0-4"
5218       reference: 3
5219       compare: 5
5220 #  rca:
5221 #    - title: "RCA1"
5222 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5223 #    - title: "RCA2"
5224 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5225 #    - title: "RCA3"
5226 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca3.yaml"
5227   legend:
5228     - 'Legend to Table:'
5229     - ''
5230     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
5231     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5232     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5233     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
5234     - '2005.0-4 vs 2001.0-4: [% +- StDev] Relative difference, latter is the base.'
5235 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5236 #    - '                RCA2: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5237 #    - '                RCA3: root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5238
5239 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5240 - type: "table"
5241   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5245   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5246   columns:
5247     - title: "3n-hsw xl710"
5248       data-set: "vpp-compare-testbeds-ref"
5249       tag: "NIC_Intel-XL710"
5250     - title: "3n-skx xxv710"
5251       data-set: "vpp-compare-testbeds-cmp"
5252       tag: "NIC_Intel-XXV710"
5253   comparisons:
5254     - title: "Diff"
5255       reference: 1
5256       compare: 2
5257   legend:
5258     - "Legend to Table"
5259     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5260     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5261
5262 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5263 - type: "table"
5264   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5265   algorithm: "table_comparison"
5266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5269   columns:
5270     - title: "3n-hsw xl710"
5271       data-set: "vpp-compare-testbeds-ref"
5272       tag: "NIC_Intel-XL710"
5273     - title: "3n-skx xxv710"
5274       data-set: "vpp-compare-testbeds-cmp"
5275       tag: "NIC_Intel-XXV710"
5276   comparisons:
5277     - title: "Diff"
5278       reference: 1
5279       compare: 2
5280   legend:
5281     - "Legend to Table"
5282     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5283     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5284
5285 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5286 - type: "table"
5287   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5288   algorithm: "table_comparison"
5289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5292   columns:
5293     - title: "3n-hsw xl710"
5294       data-set: "vpp-compare-testbeds-ref"
5295       tag: "NIC_Intel-XL710"
5296     - title: "3n-skx xxv710"
5297       data-set: "vpp-compare-testbeds-cmp"
5298       tag: "NIC_Intel-XXV710"
5299   comparisons:
5300     - title: "Diff"
5301       reference: 1
5302       compare: 2
5303   legend:
5304     - "Legend to Table"
5305     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5306     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5307
5308 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5309 - type: "table"
5310   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5311   algorithm: "table_comparison"
5312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5314   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5315   columns:
5316     - title: "3n-hsw xl710"
5317       data-set: "vpp-compare-testbeds-ref"
5318       tag: "NIC_Intel-XL710"
5319     - title: "3n-skx xxv710"
5320       data-set: "vpp-compare-testbeds-cmp"
5321       tag: "NIC_Intel-XXV710"
5322   comparisons:
5323     - title: "Diff"
5324       reference: 1
5325       compare: 2
5326   legend:
5327     - "Legend to Table"
5328     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5329     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5330
5331 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5332 - type: "table"
5333   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5334   algorithm: "table_comparison"
5335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5338   columns:
5339     - title: "2n-skx"
5340       data-set: "vpp-compare-testbeds-skx-clx-ref"
5341     - title: "2n-clx"
5342       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5343   comparisons:
5344     - title: "Diff"
5345       reference: 1
5346       compare: 2
5347   legend:
5348     - "Legend to Table"
5349     - "2n-skx, 2n-clx - testbeds and NICs tested."
5350     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5351
5352 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5353 - type: "table"
5354   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5358   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5359   columns:
5360     - title: "2n-skx"
5361       data-set: "vpp-compare-testbeds-skx-clx-ref"
5362     - title: "2n-clx"
5363       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5364   comparisons:
5365     - title: "Diff"
5366       reference: 1
5367       compare: 2
5368   legend:
5369     - "Legend to Table"
5370     - "2n-skx, 2n-clx - testbeds and NICs tested."
5371     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5372
5373 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5374 - type: "table"
5375   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5376   algorithm: "table_comparison"
5377   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5379   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5380   columns:
5381     - title: "2n-skx"
5382       data-set: "vpp-compare-testbeds-skx-clx-ref"
5383     - title: "2n-clx"
5384       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - "Legend to Table"
5391     - "2n-skx, 2n-clx - testbeds and NICs tested."
5392     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5393
5394 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5395 - type: "table"
5396   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5400   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5401   columns:
5402     - title: "2n-skx"
5403       data-set: "vpp-compare-testbeds-skx-clx-ref"
5404     - title: "2n-clx"
5405       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5406   comparisons:
5407     - title: "Diff"
5408       reference: 1
5409       compare: 2
5410   legend:
5411     - "Legend to Table"
5412     - "2n-skx, 2n-clx - testbeds and NICs tested."
5413     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5414
5415 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5416 - type: "table"
5417   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5418   algorithm: "table_comparison"
5419   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5421   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5422   columns:
5423     - title: "3n-hsw xl710"
5424       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5425       tag: "NIC_Intel-XL710"
5426     - title: "2n-clx xxv710"
5427       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5428       tag: "NIC_Intel-XXV710"
5429   comparisons:
5430     - title: "Diff"
5431       reference: 1
5432       compare: 2
5433   legend:
5434     - "Legend to Table"
5435     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5436     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5437
5438 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5439 - type: "table"
5440   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5441   algorithm: "table_comparison"
5442   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5444   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5445   columns:
5446     - title: "3n-hsw xl710"
5447       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5448       tag: "NIC_Intel-XL710"
5449     - title: "2n-clx xxv710"
5450       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5451       tag: "NIC_Intel-XXV710"
5452   comparisons:
5453     - title: "Diff"
5454       reference: 1
5455       compare: 2
5456   legend:
5457     - "Legend to Table"
5458     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5459     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5460
5461 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5462 - type: "table"
5463   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5467   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5468   columns:
5469     - title: "3n-hsw xl710"
5470       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5471       tag: "NIC_Intel-XL710"
5472     - title: "2n-clx xxv710"
5473       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5474       tag: "NIC_Intel-XXV710"
5475   comparisons:
5476     - title: "Diff"
5477       reference: 1
5478       compare: 2
5479   legend:
5480     - "Legend to Table"
5481     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5482     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5483
5484 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5485 - type: "table"
5486   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5490   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5491   columns:
5492     - title: "3n-hsw xl710"
5493       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5494       tag: "NIC_Intel-XL710"
5495     - title: "2n-clx xxv710"
5496       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5497       tag: "NIC_Intel-XXV710"
5498   comparisons:
5499     - title: "Diff"
5500       reference: 1
5501       compare: 2
5502   legend:
5503     - "Legend to Table"
5504     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5505     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5506
5507 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5508 - type: "table"
5509   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5510   algorithm: "table_comparison"
5511   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5513   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5514   columns:
5515     - title: "3n-skx"
5516       data-set: "vpp-compare-topologies-ref"
5517     - title: "2n-skx"
5518       data-set: "vpp-compare-topologies-cmp"
5519   comparisons:
5520     - title: "Diff"
5521       reference: 1
5522       compare: 2
5523   legend:
5524     - "Legend to Table"
5525     - "3n-skx, 2n-skx - topologies tested."
5526     - "Diff - difference between 3n-skx and 2n-skx topologies."
5527
5528 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5529 - type: "table"
5530   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5531   algorithm: "table_comparison"
5532   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5534   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5535   columns:
5536     - title: "3n-skx"
5537       data-set: "vpp-compare-topologies-ref"
5538     - title: "2n-skx"
5539       data-set: "vpp-compare-topologies-cmp"
5540   comparisons:
5541     - title: "Diff"
5542       reference: 1
5543       compare: 2
5544   legend:
5545     - "Legend to Table"
5546     - "3n-skx, 2n-skx - topologies tested."
5547     - "Diff - difference between 3n-skx and 2n-skx topologies."
5548
5549 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5550 - type: "table"
5551   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5552   algorithm: "table_comparison"
5553   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5555   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5556   columns:
5557     - title: "3n-skx"
5558       data-set: "vpp-compare-topologies-ref"
5559     - title: "2n-skx"
5560       data-set: "vpp-compare-topologies-cmp"
5561   comparisons:
5562     - title: "Diff"
5563       reference: 1
5564       compare: 2
5565   legend:
5566     - "Legend to Table"
5567     - "3n-skx, 2n-skx - topologies tested."
5568     - "Diff - difference between 3n-skx and 2n-skx topologies."
5569
5570 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5571 - type: "table"
5572   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5573   algorithm: "table_comparison"
5574   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5576   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5577   columns:
5578     - title: "3n-skx"
5579       data-set: "vpp-compare-topologies-ref"
5580     - title: "2n-skx"
5581       data-set: "vpp-compare-topologies-cmp"
5582   comparisons:
5583     - title: "Diff"
5584       reference: 1
5585       compare: 2
5586   legend:
5587     - "Legend to Table"
5588     - "3n-skx, 2n-skx - topologies tested."
5589     - "Diff - difference between 3n-skx and 2n-skx topologies."
5590
5591 # VPP Performance Changes 3n-hsw 1t1c mrr
5592 - type: "table"
5593   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5594   algorithm: "table_comparison"
5595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5597   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5598   columns:
5599     - title: "1908.1-2"
5600       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5601     - title: "2001.0-2"
5602       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5603     - title: "2005.0-3"
5604       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5605     - title: "2005.0-4"
5606       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5607   comparisons:
5608     - title: "2005.0-4 vs 2005.0-3"
5609       reference: 3
5610       compare: 4
5611     - title: "2005.0-4 vs 2001.0-2"
5612       reference: 2
5613       compare: 4
5614 #  rca:
5615 #    - title: "RCA1"
5616 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
5617 #    - title: "RCA2"
5618 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
5619   legend:
5620     - 'Legend to Table:'
5621     - ''
5622     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5623     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5624     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5625     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5626 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5627 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5628
5629 # VPP Performance Changes 3n-hsw 2t2c mrr
5630 - type: "table"
5631   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5632   algorithm: "table_comparison"
5633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5635   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5636   columns:
5637     - title: "1908.1-2"
5638       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5639     - title: "2001.0-2"
5640       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5641     - title: "2005.0-3"
5642       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5643     - title: "2005.0-4"
5644       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5645   comparisons:
5646     - title: "2005.0-4 vs 2005.0-3"
5647       reference: 3
5648       compare: 4
5649     - title: "2005.0-4 vs 2001.0-2"
5650       reference: 2
5651       compare: 4
5652 #  rca:
5653 #    - title: "RCA1"
5654 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
5655 #    - title: "RCA2"
5656 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
5657   legend:
5658     - 'Legend to Table:'
5659     - ''
5660     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5661     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5662     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5663     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5664 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5665 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5666
5667 # VPP Performance Changes 3n-hsw 4t4c mrr
5668 - type: "table"
5669   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5670   algorithm: "table_comparison"
5671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5673   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5674   columns:
5675     - title: "1908.1-2"
5676       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5677     - title: "2001.0-2"
5678       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5679     - title: "2005.0-3"
5680       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5681     - title: "2005.0-4"
5682       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5683   comparisons:
5684     - title: "2005.0-4 vs 2005.0-3"
5685       reference: 3
5686       compare: 4
5687     - title: "2005.0-4 vs 2001.0-2"
5688       reference: 2
5689       compare: 4
5690 #  rca:
5691 #    - title: "RCA1"
5692 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
5693 #    - title: "RCA2"
5694 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
5695   legend:
5696     - 'Legend to Table:'
5697     - ''
5698     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5699     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5700     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5701     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5702 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5703 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5704
5705
5706 # VPP Performance Changes 3n-skx 2t1c mrr
5707 - type: "table"
5708   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5709   algorithm: "table_comparison"
5710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5712   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5713   columns:
5714 #    - title: "1908"
5715 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5716     - title: "2001.0-2"
5717       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5718     - title: "2005.0-3"
5719       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5720     - title: "2005.0-4"
5721       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5722   comparisons:
5723     - title: "2005.0-4 vs 2005.0-3"
5724       reference: 2
5725       compare: 3
5726     - title: "2005.0-4 vs 2001.0-2"
5727       reference: 1
5728       compare: 3
5729 #  rca:
5730 #    - title: "RCA1"
5731 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
5732 #    - title: "RCA2"
5733 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
5734   legend:
5735     - 'Legend to Table:'
5736     - ''
5737     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5738     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5739     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5740     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5741 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5742 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5743
5744 # VPP Performance Changes 3n-skx 4t2c mrr
5745 - type: "table"
5746   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5747   algorithm: "table_comparison"
5748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5750   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5751   columns:
5752 #    - title: "1908"
5753 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5754     - title: "2001.0-2"
5755       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5756     - title: "2005.0-3"
5757       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5758     - title: "2005.0-4"
5759       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5760   comparisons:
5761     - title: "2005.0-4 vs 2005.0-3"
5762       reference: 2
5763       compare: 3
5764     - title: "2005.0-4 vs 2001.0-2"
5765       reference: 1
5766       compare: 3
5767 #  rca:
5768 #    - title: "RCA1"
5769 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
5770 #    - title: "RCA2"
5771 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
5772   legend:
5773     - 'Legend to Table:'
5774     - ''
5775     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5776     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5777     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5778     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5779 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5780 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5781
5782 # VPP Performance Changes 3n-skx 8t4c mrr
5783 - type: "table"
5784   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5785   algorithm: "table_comparison"
5786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5788   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5789   columns:
5790 #    - title: "1908"
5791 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5792     - title: "2001.0-2"
5793       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5794     - title: "2005.0-3"
5795       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5796     - title: "2005.0-4"
5797       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5798   comparisons:
5799     - title: "2005.0-4 vs 2005.0-3"
5800       reference: 2
5801       compare: 3
5802     - title: "2005.0-4 vs 2001.0-2"
5803       reference: 1
5804       compare: 3
5805 #  rca:
5806 #    - title: "RCA1"
5807 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
5808 #    - title: "RCA2"
5809 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
5810   legend:
5811     - 'Legend to Table:'
5812     - ''
5813     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5814     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5815     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5816     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5817 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5818 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5819
5820 # VPP Performance Changes 2n-skx 2t1c mrr
5821 - type: "table"
5822   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5823   algorithm: "table_comparison"
5824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5826   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5827   columns:
5828     - title: "2001.0-2"
5829       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5830     - title: "2005.0-3"
5831       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5832     - title: "2005.0-4"
5833       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5834   comparisons:
5835     - title: "2005.0-4 vs 2005.0-3"
5836       reference: 2
5837       compare: 3
5838     - title: "2005.0-4 vs 2001.0-2"
5839       reference: 1
5840       compare: 3
5841 #  rca:
5842 #    - title: "RCA1"
5843 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
5844 #    - title: "RCA2"
5845 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
5846   legend:
5847     - 'Legend to Table:'
5848     - ''
5849     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5850     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5851     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5852     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5853 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5854 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5855
5856 # VPP Performance Changes 2n-skx 4t2c mrr
5857 - type: "table"
5858   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5859   algorithm: "table_comparison"
5860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5862   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5863   columns:
5864     - title: "2001.0-2"
5865       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5866     - title: "2005.0-3"
5867       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5868     - title: "2005.0-4"
5869       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5870   comparisons:
5871     - title: "2005.0-4 vs 2005.0-3"
5872       reference: 2
5873       compare: 3
5874     - title: "2005.0-4 vs 2001.0-2"
5875       reference: 1
5876       compare: 3
5877 #  rca:
5878 #    - title: "RCA1"
5879 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
5880 #    - title: "RCA2"
5881 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
5882   legend:
5883     - 'Legend to Table:'
5884     - ''
5885     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5886     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5887     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5888     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5889 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5890 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5891
5892 # VPP Performance Changes 2n-skx 8t4c mrr
5893 - type: "table"
5894   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5895   algorithm: "table_comparison"
5896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5898   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5899   columns:
5900     - title: "2001.0-2"
5901       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5902     - title: "2005.0-3"
5903       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5904     - title: "2005.0-4"
5905       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5906   comparisons:
5907     - title: "2005.0-4 vs 2005.0-3"
5908       reference: 2
5909       compare: 3
5910     - title: "2005.0-4 vs 2001.0-2"
5911       reference: 1
5912       compare: 3
5913 #  rca:
5914 #    - title: "RCA1"
5915 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
5916 #    - title: "RCA2"
5917 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
5918   legend:
5919     - 'Legend to Table:'
5920     - ''
5921     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5922     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5923     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5924     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5925 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5926 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5927
5928 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5929 - type: "table"
5930   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5931   algorithm: "table_comparison"
5932   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5934   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5935   columns:
5936     - title: "2001.0-2"
5937       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5938     - title: "2005.0-3"
5939       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5940     - title: "2005.0-4"
5941       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5942   comparisons:
5943     - title: "2005.0-4 vs 2005.0-3"
5944       reference: 2
5945       compare: 3
5946     - title: "2005.0-4 vs 2001.0-2"
5947       reference: 1
5948       compare: 3
5949 #  rca:
5950 #    - title: "RCA1"
5951 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
5952 #    - title: "RCA2"
5953 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
5954   legend:
5955     - 'Legend to Table:'
5956     - ''
5957     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5958     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5959     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5960     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5961 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5962 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5963
5964 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5965 - type: "table"
5966   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5970   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5971   columns:
5972     - title: "2001.0-2"
5973       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5974     - title: "2005.0-3"
5975       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5976     - title: "2005.0-4"
5977       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5978   comparisons:
5979     - title: "2005.0-4 vs 2005.0-3"
5980       reference: 2
5981       compare: 3
5982     - title: "2005.0-4 vs 2001.0-2"
5983       reference: 1
5984       compare: 3
5985 #  rca:
5986 #    - title: "RCA1"
5987 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
5988 #    - title: "RCA2"
5989 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
5990   legend:
5991     - 'Legend to Table:'
5992     - ''
5993     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5994     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5995     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5996     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5997 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5998 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5999
6000 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6001 - type: "table"
6002   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6003   algorithm: "table_comparison"
6004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6006   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6007   columns:
6008     - title: "2001.0-2"
6009       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6010     - title: "2005.0-3"
6011       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6012     - title: "2005.0-4"
6013       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
6014   comparisons:
6015     - title: "2005.0-4 vs 2005.0-3"
6016       reference: 2
6017       compare: 3
6018     - title: "2005.0-4 vs 2001.0-2"
6019       reference: 1
6020       compare: 3
6021 #  rca:
6022 #    - title: "RCA1"
6023 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
6024 #    - title: "RCA2"
6025 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
6026   legend:
6027     - 'Legend to Table:'
6028     - ''
6029     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
6030     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6031     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6032     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6033 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6034 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6035
6036 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
6037 - type: "table"
6038   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
6039   algorithm: "table_comparison"
6040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
6041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6042   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6043   columns:
6044     - title: "2001"
6045       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6046     - title: "2005"
6047       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 1
6051       compare: 2
6052   legend:
6053     - "Legend to Table"
6054     - "2001, 2005 - VPP versions tested."
6055     - "Diff - difference between 2001 and 2005 VPP version."
6056
6057 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
6058 - type: "table"
6059   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
6062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6063   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6064   columns:
6065     - title: "2001"
6066       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6067     - title: "2005"
6068       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6069   comparisons:
6070     - title: "Diff"
6071       reference: 1
6072       compare: 2
6073   legend:
6074     - "Legend to Table"
6075     - "2001, 2005 - VPP versions tested."
6076     - "Diff - difference between 2001 and 2005 VPP version."
6077
6078 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
6079 - type: "table"
6080   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
6083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6084   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6085   columns:
6086     - title: "2001"
6087       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6088     - title: "2005"
6089       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 1
6093       compare: 2
6094   legend:
6095     - "Legend to Table"
6096     - "2001, 2005 - VPP versions tested."
6097     - "Diff - difference between 2001 and 2005 VPP version."
6098
6099 # VPP Performance Changes 2n-dnv 1t1c mrr
6100 - type: "table"
6101   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6105   filter: "'1T1C'"
6106   columns:
6107     - title: "1908"
6108       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6109     - title: "2001"
6110       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6111     - title: "2005"
6112       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6113   comparisons:
6114     - title: "Diff"
6115       reference: 2
6116       compare: 3
6117   legend:
6118     - "Legend to Table"
6119     - "1908, 2001, 2005 - VPP versions tested."
6120     - "Diff - difference between 2001 and 2005 VPP version."
6121
6122 # VPP Performance Changes 2n-dnv 2t2c mrr
6123 - type: "table"
6124   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6125   algorithm: "table_comparison"
6126   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6128   filter: "'2T2C'"
6129   columns:
6130     - title: "1908"
6131       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6132     - title: "2001"
6133       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6134     - title: "2005"
6135       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6136   comparisons:
6137     - title: "Diff"
6138       reference: 2
6139       compare: 3
6140   legend:
6141     - "Legend to Table"
6142     - "1908, 2001, 2005 - VPP versions tested."
6143     - "Diff - difference between 2001 and 2005 VPP version."
6144
6145 # VPP Performance Changes 2n-dnv 4t4c mrr
6146 - type: "table"
6147   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6148   algorithm: "table_comparison"
6149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6151   filter: "'4T4C'"
6152   columns:
6153     - title: "1908"
6154       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6155     - title: "2001"
6156       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6157     - title: "2005"
6158       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6159   comparisons:
6160     - title: "Diff"
6161       reference: 2
6162       compare: 3
6163   legend:
6164     - "Legend to Table"
6165     - "1908, 2001, 2005 - VPP versions tested."
6166     - "Diff - difference between 2001 and 2005 VPP version."
6167
6168 # VPP Performance Changes 3n-dnv 1t1c mrr
6169 - type: "table"
6170   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6171   algorithm: "table_comparison"
6172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6174   filter: "'1T1C'"
6175   columns:
6176     - title: "1908"
6177       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6178     - title: "2001"
6179       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6180     - title: "2005"
6181       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 2
6185       compare: 3
6186   legend:
6187     - "Legend to Table"
6188     - "1908, 2001, 2005 - VPP versions tested."
6189     - "Diff - difference between 2001 and 2005 VPP version."
6190
6191 # VPP Performance Changes 3n-dnv 2t2c mrr
6192 - type: "table"
6193   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6197   filter: "'2T2C'"
6198   columns:
6199     - title: "1908"
6200       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6201     - title: "2001"
6202       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6203     - title: "2005"
6204       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6205   comparisons:
6206     - title: "Diff"
6207       reference: 2
6208       compare: 3
6209   legend:
6210     - "Legend to Table"
6211     - "1908, 2001, 2005 - VPP versions tested."
6212     - "Diff - difference between 2001 and 2005 VPP version."
6213
6214 # VPP Performance Changes 3n-dnv 4t4c mrr
6215 - type: "table"
6216   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6220   filter: "'4T4C'"
6221   columns:
6222     - title: "1908"
6223       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6224     - title: "2001"
6225       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6226     - title: "2005"
6227       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 2
6231       compare: 3
6232   legend:
6233     - "Legend to Table"
6234     - "1908, 2001, 2005 - VPP versions tested."
6235     - "Diff - difference between 2001 and 2005 VPP version."
6236
6237 # VPP Performance Changes 3n-tsh 1t1c mrr
6238 - type: "table"
6239   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6243   filter: "'1T1C'"
6244   columns:
6245     - title: "1908.1-2"
6246       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6247     - title: "2001.0-2"
6248       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6249     - title: "2005.0-3"
6250       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6251     - title: "2005.0-4"
6252       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6253   comparisons:
6254     - title: "2005.0-4 vs 2005.0-3"
6255       reference: 3
6256       compare: 4
6257     - title: "2005.0-4 vs 2001.0-2"
6258       reference: 2
6259       compare: 4
6260 #  rca:
6261 #    - title: "RCA1"
6262 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
6263 #    - title: "RCA2"
6264 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
6265   legend:
6266     - 'Legend to Table:'
6267     - ''
6268     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6269     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6270     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6271     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6272 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6273 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6274
6275 # VPP Performance Changes 3n-tsh 2t2c mrr
6276 - type: "table"
6277   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6278   algorithm: "table_comparison"
6279   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6281   filter: "'2T2C'"
6282   columns:
6283     - title: "1908.1-2"
6284       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6285     - title: "2001.0-2"
6286       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6287     - title: "2005.0-3"
6288       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6289     - title: "2005.0-4"
6290       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6291   comparisons:
6292     - title: "2005.0-4 vs 2005.0-3"
6293       reference: 3
6294       compare: 4
6295     - title: "2005.0-4 vs 2001.0-2"
6296       reference: 2
6297       compare: 4
6298 #  rca:
6299 #    - title: "RCA1"
6300 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
6301 #    - title: "RCA2"
6302 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
6303   legend:
6304     - 'Legend to Table:'
6305     - ''
6306     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6307     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6308     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6309     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6310 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6311 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6312
6313 # VPP Performance Changes 3n-tsh 4t4c mrr
6314 - type: "table"
6315   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6316   algorithm: "table_comparison"
6317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319   filter: "'4T4C'"
6320   columns:
6321     - title: "1908.1-2"
6322       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6323     - title: "2001.0-2"
6324       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6325     - title: "2005.0-3"
6326       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6327     - title: "2005.0-4"
6328       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6329   comparisons:
6330     - title: "2005.0-4 vs 2005.0-3"
6331       reference: 3
6332       compare: 4
6333     - title: "2005.0-4 vs 2001.0-2"
6334       reference: 2
6335       compare: 4
6336 #  rca:
6337 #    - title: "RCA1"
6338 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
6339 #    - title: "RCA2"
6340 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
6341   legend:
6342     - 'Legend to Table:'
6343     - ''
6344     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6345     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6346     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6347     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6348 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6349 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6350
6351 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6352 - type: "table"
6353   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6354   algorithm: "table_comparison"
6355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6357   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6358   columns:
6359     - title: "3n-hsw xl710"
6360       data-set: "vpp-compare-testbeds-mrr-ref"
6361       tag: "NIC_Intel-XL710"
6362     - title: "3n-skx xxv710"
6363       data-set: "vpp-compare-testbeds-mrr-cmp"
6364       tag: "NIC_Intel-XXV710"
6365   comparisons:
6366     - title: "Diff"
6367       reference: 1
6368       compare: 2
6369   legend:
6370     - "Legend to Table"
6371     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6372     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6373
6374 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6375 - type: "table"
6376   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6377   algorithm: "table_comparison"
6378   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6380   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6381   columns:
6382     - title: "3n-hsw xl710"
6383       data-set: "vpp-compare-testbeds-mrr-ref"
6384       tag: "NIC_Intel-XL710"
6385     - title: "3n-skx xxv710"
6386       data-set: "vpp-compare-testbeds-mrr-cmp"
6387       tag: "NIC_Intel-XXV710"
6388   comparisons:
6389     - title: "Diff"
6390       reference: 1
6391       compare: 2
6392   legend:
6393     - "Legend to Table"
6394     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6395     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6396
6397 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6398 - type: "table"
6399   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6400   algorithm: "table_comparison"
6401   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6403   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6404   columns:
6405     - title: "3n-hsw xl710"
6406       data-set: "vpp-compare-testbeds-mrr-ref"
6407       tag: "NIC_Intel-XL710"
6408     - title: "3n-skx xxv710"
6409       data-set: "vpp-compare-testbeds-mrr-cmp"
6410       tag: "NIC_Intel-XXV710"
6411   comparisons:
6412     - title: "Diff"
6413       reference: 1
6414       compare: 2
6415   legend:
6416     - "Legend to Table"
6417     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6418     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6419
6420 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6421 - type: "table"
6422   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6423   algorithm: "table_comparison"
6424   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6426   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6427   columns:
6428     - title: "2n-skx"
6429       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6430     - title: "2n-clx"
6431       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6432   comparisons:
6433     - title: "Diff"
6434       reference: 1
6435       compare: 2
6436   legend:
6437     - "Legend to Table"
6438     - "2n-skx, 2n-clx - testbeds and NICs tested."
6439     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6440
6441 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6442 - type: "table"
6443   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6444   algorithm: "table_comparison"
6445   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6447   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6448   columns:
6449     - title: "2n-skx"
6450       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6451     - title: "2n-clx"
6452       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6453   comparisons:
6454     - title: "Diff"
6455       reference: 1
6456       compare: 2
6457   legend:
6458     - "Legend to Table"
6459     - "2n-skx, 2n-clx - testbeds and NICs tested."
6460     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6461
6462 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6463 - type: "table"
6464   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6465   algorithm: "table_comparison"
6466   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6468   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6469   columns:
6470     - title: "2n-skx"
6471       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6472     - title: "2n-clx"
6473       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6474   comparisons:
6475     - title: "Diff"
6476       reference: 1
6477       compare: 2
6478   legend:
6479     - "Legend to Table"
6480     - "2n-skx, 2n-clx - testbeds and NICs tested."
6481     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6482
6483 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6484 - type: "table"
6485   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6486   algorithm: "table_comparison"
6487   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6489   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6490   columns:
6491     - title: "3n-skx"
6492       data-set: "vpp-compare-topologies-mrr-ref"
6493     - title: "2n-skx"
6494       data-set: "vpp-compare-topologies-mrr-cmp"
6495   comparisons:
6496     - title: "Diff"
6497       reference: 1
6498       compare: 2
6499   legend:
6500     - "Legend to Table"
6501     - "3n-skx, 2n-skx - topologies tested."
6502     - "Diff - difference between 3n-skx and 2n-skx topologies."
6503
6504 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6505 - type: "table"
6506   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6507   algorithm: "table_comparison"
6508   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6510   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6511   columns:
6512     - title: "3n-skx"
6513       data-set: "vpp-compare-topologies-mrr-ref"
6514     - title: "2n-skx"
6515       data-set: "vpp-compare-topologies-mrr-cmp"
6516   comparisons:
6517     - title: "Diff"
6518       reference: 1
6519       compare: 2
6520   legend:
6521     - "Legend to Table"
6522     - "3n-skx, 2n-skx - topologies tested."
6523     - "Diff - difference between 3n-skx and 2n-skx topologies."
6524
6525 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6526 - type: "table"
6527   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6528   algorithm: "table_comparison"
6529   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6531   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6532   columns:
6533     - title: "3n-skx"
6534       data-set: "vpp-compare-topologies-mrr-ref"
6535     - title: "2n-skx"
6536       data-set: "vpp-compare-topologies-mrr-cmp"
6537   comparisons:
6538     - title: "Diff"
6539       reference: 1
6540       compare: 2
6541   legend:
6542     - "Legend to Table"
6543     - "3n-skx, 2n-skx - topologies tested."
6544     - "Diff - difference between 3n-skx and 2n-skx topologies."
6545
6546 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6547 - type: "table"
6548   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6549   algorithm: "table_comparison"
6550   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6552   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6553   columns:
6554     - title: "3n-hsw xl710"
6555       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6556       tag: "NIC_Intel-XL710"
6557     - title: "2n-clx xxv710"
6558       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6559       tag: "NIC_Intel-XXV710"
6560   comparisons:
6561     - title: "Diff"
6562       reference: 1
6563       compare: 2
6564   legend:
6565     - "Legend to Table"
6566     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6567     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6568
6569 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6570 - type: "table"
6571   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6572   algorithm: "table_comparison"
6573   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6575   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6576   columns:
6577     - title: "3n-hsw xl710"
6578       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6579       tag: "NIC_Intel-XL710"
6580     - title: "2n-clx xxv710"
6581       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6582       tag: "NIC_Intel-XXV710"
6583   comparisons:
6584     - title: "Diff"
6585       reference: 1
6586       compare: 2
6587   legend:
6588     - "Legend to Table"
6589     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6590     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6591
6592 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6593 - type: "table"
6594   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6595   algorithm: "table_comparison"
6596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6598   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6599   columns:
6600     - title: "3n-hsw xl710"
6601       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6602       tag: "NIC_Intel-XL710"
6603     - title: "2n-clx xxv710"
6604       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6605       tag: "NIC_Intel-XXV710"
6606   comparisons:
6607     - title: "Diff"
6608       reference: 1
6609       compare: 2
6610   legend:
6611     - "Legend to Table"
6612     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6613     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6614
6615 # Detailed Test Results - VPP Performance Results 3n-hsw
6616 - type: "table"
6617   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6618   algorithm: "table_merged_details"
6619   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6620   columns:
6621     - title: " |prein| Test Name |preout| "
6622       data: "data name"
6623     - 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| "
6624       data: "data msg"
6625   data: "vpp-perf-results-3n-hsw"
6626   filter: "all"
6627   parameters:
6628   - "name"
6629   - "parent"
6630   - "msg"
6631
6632 # Detailed Test Results - VPP Performance Results 3n-skx
6633 - type: "table"
6634   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6635   algorithm: "table_merged_details"
6636   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6637   columns:
6638     - title: " |prein| Test Name |preout| "
6639       data: "data name"
6640     - 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| "
6641       data: "data msg"
6642   data: "vpp-perf-results-3n-skx"
6643   filter: "all"
6644   remove-ndr: False
6645   parameters:
6646   - "name"
6647   - "parent"
6648   - "msg"
6649
6650 # Detailed Test Results - VPP Performance Results 2n-skx
6651 - type: "table"
6652   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6653   algorithm: "table_merged_details"
6654   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6655   columns:
6656     - title: " |prein| Test Name |preout| "
6657       data: "data name"
6658     - 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| "
6659       data: "data msg"
6660   data: "vpp-perf-results-2n-skx"
6661   filter: "all"
6662   remove-ndr: False
6663   parameters:
6664   - "name"
6665   - "parent"
6666   - "msg"
6667
6668 # Detailed Test Results - VPP Performance Results 2n-clx
6669 - type: "table"
6670   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6671   algorithm: "table_merged_details"
6672   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6673   columns:
6674     - title: " |prein| Test Name |preout| "
6675       data: "data name"
6676     - 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| "
6677       data: "data msg"
6678   data: "vpp-perf-results-2n-clx"
6679   filter: "all"
6680   parameters:
6681   - "name"
6682   - "parent"
6683   - "msg"
6684
6685 # Detailed Test Results - VPP Performance Results 3n-tsh
6686 - type: "table"
6687   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6688   algorithm: "table_merged_details"
6689   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6690   columns:
6691     - title: " |prein| Test Name |preout| "
6692       data: "data name"
6693     - 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| "
6694       data: "data msg"
6695   data: "vpp-perf-results-3n-tsh"
6696   filter: "all"
6697   parameters:
6698   - "name"
6699   - "parent"
6700   - "msg"
6701
6702 # Detailed Test Results - VPP Performance Results 3n-dnv
6703 - type: "table"
6704   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6705   algorithm: "table_merged_details"
6706   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6707   columns:
6708     - title: " |prein| Test Name |preout| "
6709       data: "data name"
6710     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6711       data: "data msg"
6712   data: "vpp-perf-results-3n-dnv"
6713   filter: "all"
6714   parameters:
6715   - "name"
6716   - "parent"
6717   - "msg"
6718
6719 # Detailed Test Results - VPP Performance Results 2n-dnv
6720 - type: "table"
6721   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6722   algorithm: "table_merged_details"
6723   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6724   columns:
6725     - title: " |prein| Test Name |preout| "
6726       data: "data name"
6727     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6728       data: "data msg"
6729   data: "vpp-perf-results-2n-dnv"
6730   filter: "all"
6731   parameters:
6732   - "name"
6733   - "parent"
6734   - "msg"
6735
6736 # Test configuration - VPP Performance Test Configs 3n-hsw
6737 - type: "table"
6738   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6739   algorithm: "table_merged_details"
6740   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6741   columns:
6742     - title: " |prein| Test Name |preout| "
6743       data: "data name"
6744     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6745       data: "data conf-history"
6746   data: "vpp-perf-results-3n-hsw"
6747   filter: "all"
6748   parameters:
6749   - "parent"
6750   - "name"
6751   - "conf-history"
6752
6753 # Test configuration - VPP Performance Test Configs 3n-skx
6754 - type: "table"
6755   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6756   algorithm: "table_merged_details"
6757   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6758   columns:
6759     - title: " |prein| Test Name |preout| "
6760       data: "data name"
6761     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6762       data: "data conf-history"
6763   data: "vpp-perf-results-3n-skx"
6764   filter: "all"
6765   parameters:
6766   - "parent"
6767   - "name"
6768   - "conf-history"
6769
6770 # Test configuration - VPP Performance Test Configs 2n-skx
6771 - type: "table"
6772   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6773   algorithm: "table_merged_details"
6774   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6775   columns:
6776     - title: " |prein| Test Name |preout| "
6777       data: "data name"
6778     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6779       data: "data conf-history"
6780   data: "vpp-perf-results-2n-skx"
6781   filter: "all"
6782   parameters:
6783   - "parent"
6784   - "name"
6785   - "conf-history"
6786
6787 # Test configuration - VPP Performance Test Configs 2n-clx
6788 - type: "table"
6789   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6790   algorithm: "table_merged_details"
6791   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6792   columns:
6793     - title: " |prein| Test Name |preout| "
6794       data: "data name"
6795     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6796       data: "data conf-history"
6797   data: "vpp-perf-results-2n-clx"
6798   filter: "all"
6799   parameters:
6800   - "parent"
6801   - "name"
6802   - "conf-history"
6803
6804 # Test configuration - VPP Performance Test Configs 3n-tsh
6805 - type: "table"
6806   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6807   algorithm: "table_merged_details"
6808   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6809   columns:
6810     - title: " |prein| Test Name |preout| "
6811       data: "data name"
6812     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6813       data: "data conf-history"
6814   data: "vpp-perf-results-3n-tsh"
6815   filter: "all"
6816   parameters:
6817   - "parent"
6818   - "name"
6819   - "conf-history"
6820
6821 # Test configuration - VPP Performance Test Configs 3n-dnv
6822 - type: "table"
6823   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6824   algorithm: "table_merged_details"
6825   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6826   columns:
6827     - title: " |prein| Test Name |preout| "
6828       data: "data name"
6829     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6830       data: "data conf-history"
6831   data: "vpp-perf-results-3n-dnv"
6832   filter: "all"
6833   parameters:
6834   - "parent"
6835   - "name"
6836   - "conf-history"
6837
6838 # Test configuration - VPP Performance Test Configs 2n-dnv
6839 - type: "table"
6840   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6841   algorithm: "table_merged_details"
6842   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6843   columns:
6844     - title: " |prein| Test Name |preout| "
6845       data: "data name"
6846     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6847       data: "data conf-history"
6848   data: "vpp-perf-results-2n-dnv"
6849   filter: "all"
6850   parameters:
6851   - "parent"
6852   - "name"
6853   - "conf-history"
6854
6855 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6856 - type: "table"
6857   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6858   algorithm: "table_oper_data_html"
6859   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6860   data: "vpp-perf-results-3n-hsw"
6861   filter: "all"
6862
6863 # Test Operational Data - VPP Performance Operational Data 3n-skx
6864 - type: "table"
6865   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6866   algorithm: "table_oper_data_html"
6867   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6868   data: "vpp-perf-results-3n-skx"
6869   filter: "all"
6870
6871 # Test Operational Data - VPP Performance Operational Data 2n-skx
6872 - type: "table"
6873   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6874   algorithm: "table_oper_data_html"
6875   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6876   data: "vpp-perf-results-2n-skx"
6877   filter: "all"
6878
6879 # Test Operational Data - VPP Performance Operational Data 2n-clx
6880 - type: "table"
6881   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6882   algorithm: "table_oper_data_html"
6883   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6884   data: "vpp-perf-results-2n-clx"
6885   filter: "all"
6886
6887 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6888 - type: "table"
6889   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6890   algorithm: "table_oper_data_html"
6891   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6892   data: "vpp-perf-results-3n-tsh"
6893   filter: "all"
6894
6895 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6896 - type: "table"
6897   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6898   algorithm: "table_oper_data_html"
6899   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6900   data: "vpp-perf-results-3n-dnv"
6901   filter: "all"
6902
6903 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6904 - type: "table"
6905   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6906   algorithm: "table_oper_data_html"
6907   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6908   data: "vpp-perf-results-2n-dnv"
6909   filter: "all"
6910
6911 # Detailed Test Results - VPP MRR Results 3n-hsw
6912 - type: "table"
6913   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6914   algorithm: "table_merged_details"
6915   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6916   columns:
6917     - title: " |prein| Test Name |preout| "
6918       data: "data name"
6919     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6920       data: "data msg"
6921   data: "vpp-mrr-results-3n-hsw"
6922   filter: "all"
6923   parameters:
6924   - "name"
6925   - "parent"
6926   - "msg"
6927
6928 # Detailed Test Results - VPP MRR Results 3n-skx
6929 - type: "table"
6930   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6931   algorithm: "table_merged_details"
6932   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6933   columns:
6934     - title: " |prein| Test Name |preout| "
6935       data: "data name"
6936     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6937       data: "data msg"
6938   data: "vpp-mrr-results-3n-skx"
6939   filter: "all"
6940   parameters:
6941   - "name"
6942   - "parent"
6943   - "msg"
6944
6945 # Detailed Test Results - VPP MRR Results 2n-skx
6946 - type: "table"
6947   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6948   algorithm: "table_merged_details"
6949   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6950   columns:
6951     - title: " |prein| Test Name |preout| "
6952       data: "data name"
6953     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6954       data: "data msg"
6955   data: "vpp-mrr-results-2n-skx"
6956   filter: "all"
6957   parameters:
6958   - "name"
6959   - "parent"
6960   - "msg"
6961
6962 # Detailed Test Results - VPP MRR Results 2n-clx
6963 - type: "table"
6964   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6965   algorithm: "table_merged_details"
6966   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6967   columns:
6968     - title: " |prein| Test Name |preout| "
6969       data: "data name"
6970     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6971       data: "data msg"
6972   data: "vpp-mrr-results-2n-clx"
6973   filter: "all"
6974   parameters:
6975   - "name"
6976   - "parent"
6977   - "msg"
6978
6979 # Detailed Test Results - VPP MRR Results 3n-tsh
6980 - type: "table"
6981   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6982   algorithm: "table_merged_details"
6983   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6984   columns:
6985     - title: " |prein| Test Name |preout| "
6986       data: "data name"
6987     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6988       data: "data msg"
6989   data: "vpp-mrr-results-3n-tsh"
6990   filter: "all"
6991   parameters:
6992   - "name"
6993   - "parent"
6994   - "msg"
6995
6996 # Detailed Test Results - VPP MRR Results 3n-dnv
6997 - type: "table"
6998   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6999   algorithm: "table_merged_details"
7000   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7001   columns:
7002     - title: " |prein| Test Name |preout| "
7003       data: "data name"
7004     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7005       data: "data msg"
7006   data: "vpp-mrr-results-3n-dnv"
7007   filter: "all"
7008   parameters:
7009   - "name"
7010   - "parent"
7011   - "msg"
7012
7013 # Detailed Test Results - VPP MRR Results 2n-dnv
7014 - type: "table"
7015   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7016   algorithm: "table_merged_details"
7017   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7018   columns:
7019     - title: " |prein| Test Name |preout| "
7020       data: "data name"
7021     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7022       data: "data msg"
7023   data: "vpp-mrr-results-2n-dnv"
7024   filter: "all"
7025   parameters:
7026   - "name"
7027   - "parent"
7028   - "msg"
7029
7030 # Test configuration - VPP MRR Test Configs 3n-hsw
7031 - type: "table"
7032   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7033   algorithm: "table_merged_details"
7034   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7035   columns:
7036     - title: " |prein| Test Name |preout| "
7037       data: "data name"
7038     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7039       data: "data conf-history"
7040   data: "vpp-mrr-results-3n-hsw"
7041   filter: "all"
7042   parameters:
7043   - "parent"
7044   - "name"
7045   - "conf-history"
7046
7047 # Test configuration - VPP MRR Test Configs 3n-skx
7048 - type: "table"
7049   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7050   algorithm: "table_merged_details"
7051   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7052   columns:
7053     - title: " |prein| Test Name |preout| "
7054       data: "data name"
7055     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7056       data: "data conf-history"
7057   data: "vpp-mrr-results-3n-skx"
7058   filter: "all"
7059   parameters:
7060   - "parent"
7061   - "name"
7062   - "conf-history"
7063
7064 # Test configuration - VPP MRR Test Configs 2n-skx
7065 - type: "table"
7066   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7067   algorithm: "table_merged_details"
7068   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7069   columns:
7070     - title: " |prein| Test Name |preout| "
7071       data: "data name"
7072     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7073       data: "data conf-history"
7074   data: "vpp-mrr-results-2n-skx"
7075   filter: "all"
7076   parameters:
7077   - "parent"
7078   - "name"
7079   - "conf-history"
7080
7081 # Test configuration - VPP MRR Test Configs 2n-clx
7082 - type: "table"
7083   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7084   algorithm: "table_merged_details"
7085   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7086   columns:
7087     - title: " |prein| Test Name |preout| "
7088       data: "data name"
7089     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7090       data: "data conf-history"
7091   data: "vpp-mrr-results-2n-clx"
7092   filter: "all"
7093   parameters:
7094   - "parent"
7095   - "name"
7096   - "conf-history"
7097
7098 # Test configuration - VPP MRR Test Configs 3n-tsh
7099 - type: "table"
7100   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7101   algorithm: "table_merged_details"
7102   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7103   columns:
7104     - title: " |prein| Test Name |preout| "
7105       data: "data name"
7106     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7107       data: "data conf-history"
7108   data: "vpp-mrr-results-3n-tsh"
7109   filter: "all"
7110   parameters:
7111   - "parent"
7112   - "name"
7113   - "conf-history"
7114
7115 # Test configuration - VPP MRR Test Configs 3n-dnv
7116 - type: "table"
7117   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7118   algorithm: "table_merged_details"
7119   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7120   columns:
7121     - title: " |prein| Test Name |preout| "
7122       data: "data name"
7123     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7124       data: "data conf-history"
7125   data: "vpp-mrr-results-3n-dnv"
7126   filter: "all"
7127   parameters:
7128   - "parent"
7129   - "name"
7130   - "conf-history"
7131
7132 # Test configuration - VPP MRR Test Configs 2n-dnv
7133 - type: "table"
7134   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7135   algorithm: "table_merged_details"
7136   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7137   columns:
7138     - title: " |prein| Test Name |preout| "
7139       data: "data name"
7140     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7141       data: "data conf-history"
7142   data: "vpp-mrr-results-2n-dnv"
7143   filter: "all"
7144   parameters:
7145   - "parent"
7146   - "name"
7147   - "conf-history"
7148
7149 # Detailed Test Results - VPP Device Results - Ubuntu
7150 - type: "table"
7151   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7152   algorithm: "table_merged_details"
7153   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7154   columns:
7155     - title: " |prein| Test Name |preout| "
7156       data: "data name"
7157     - title: " |prein| Status |preout| "
7158       data: "data status"
7159   data: "vpp-device-results-ubuntu"
7160   filter: "all"
7161   parameters:
7162   - "name"
7163   - "parent"
7164   - "doc"
7165   - "status"
7166
7167 # Test configuration - VPP Device Test Configs - Ubuntu
7168 - type: "table"
7169   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7170   algorithm: "table_merged_details"
7171   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7172   columns:
7173     - title: " |prein| Test Name |preout| "
7174       data: "data name"
7175     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7176       data: "data conf-history"
7177   data: "vpp-device-results-ubuntu"
7178   filter: "all"
7179   parameters:
7180   - "parent"
7181   - "name"
7182   - "conf-history"
7183
7184 ################################################################################
7185
7186 # DPDK Performance Changes 3n-hsw 1t1c pdr
7187 - type: "table"
7188   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7189   algorithm: "table_comparison"
7190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7192   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7193   columns:
7194     - title: "1908"
7195       data-set: "dpdk-performance-changes-3n-hsw-h1"
7196     - title: "2001"
7197       data-set: "dpdk-performance-changes-3n-hsw-ref"
7198     - title: "2005"
7199       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7200   comparisons:
7201     - title: "Diff"
7202       reference: 2
7203       compare: 3
7204   legend:
7205     - "Legend to Table"
7206     - "1908, 2001, 2005 - DPDK versions tested."
7207     - "Diff - difference between 2001 and 2005 DPDK version."
7208
7209 # DPDK Performance Changes 3n-hsw 2t2c pdr
7210 - type: "table"
7211   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7212   algorithm: "table_comparison"
7213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7215   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7216   columns:
7217     - title: "1908"
7218       data-set: "dpdk-performance-changes-3n-hsw-h1"
7219     - title: "2001"
7220       data-set: "dpdk-performance-changes-3n-hsw-ref"
7221     - title: "2005"
7222       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7223   comparisons:
7224     - title: "Diff"
7225       reference: 2
7226       compare: 3
7227   legend:
7228     - "Legend to Table"
7229     - "1908, 2001, 2005 - DPDK versions tested."
7230     - "Diff - difference between 2001 and 2005 DPDK version."
7231
7232 # DPDK Performance Changes 3n-hsw 1t1c pdr
7233 - type: "table"
7234   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7235   algorithm: "table_comparison"
7236   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7238   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7239   columns:
7240     - title: "1908"
7241       data-set: "dpdk-performance-changes-3n-hsw-h1"
7242     - title: "2001"
7243       data-set: "dpdk-performance-changes-3n-hsw-ref"
7244     - title: "2005"
7245       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7246   comparisons:
7247     - title: "Diff"
7248       reference: 2
7249       compare: 3
7250   legend:
7251     - "Legend to Table"
7252     - "1908, 2001, 2005 - DPDK versions tested."
7253     - "Diff - difference between 2001 and 2005 DPDK version."
7254
7255 # DPDK Performance Changes 3n-hsw 2t2c ndr
7256 - type: "table"
7257   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7258   algorithm: "table_comparison"
7259   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7261   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7262   columns:
7263     - title: "1908"
7264       data-set: "dpdk-performance-changes-3n-hsw-h1"
7265     - title: "2001"
7266       data-set: "dpdk-performance-changes-3n-hsw-ref"
7267     - title: "2005"
7268       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7269   comparisons:
7270     - title: "Diff"
7271       reference: 2
7272       compare: 3
7273   legend:
7274     - "Legend to Table"
7275     - "1908, 2001, 2005 - DPDK versions tested."
7276     - "Diff - difference between 2001 and 2005 DPDK version."
7277
7278 # DPDK Performance Changes 3n-skx 2t1c pdr
7279 - type: "table"
7280   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7281   algorithm: "table_comparison"
7282   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7284   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7285   columns:
7286     - title: "1908"
7287       data-set: "dpdk-performance-changes-3n-skx-h1"
7288     - title: "2001"
7289       data-set: "dpdk-performance-changes-3n-skx-ref"
7290     - title: "2005"
7291       data-set: "dpdk-performance-changes-3n-skx-cmp"
7292   comparisons:
7293     - title: "Diff"
7294       reference: 2
7295       compare: 3
7296   legend:
7297     - "Legend to Table"
7298     - "1908, 2001, 2005 - DPDK versions tested."
7299     - "Diff - difference between 2001 and 2005 DPDK version."
7300
7301 # DPDK Performance Changes 3n-skx 4t2c pdr
7302 - type: "table"
7303   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7304   algorithm: "table_comparison"
7305   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7307   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7308   columns:
7309     - title: "1908"
7310       data-set: "dpdk-performance-changes-3n-skx-h1"
7311     - title: "2001"
7312       data-set: "dpdk-performance-changes-3n-skx-ref"
7313     - title: "2005"
7314       data-set: "dpdk-performance-changes-3n-skx-cmp"
7315   comparisons:
7316     - title: "Diff"
7317       reference: 2
7318       compare: 3
7319   legend:
7320     - "Legend to Table"
7321     - "1908, 2001, 2005 - DPDK versions tested."
7322     - "Diff - difference between 2001 and 2005 DPDK version."
7323
7324 # DPDK Performance Changes 3n-skx 2t1c ndr
7325 - type: "table"
7326   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7327   algorithm: "table_comparison"
7328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7330   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7331   columns:
7332     - title: "1908"
7333       data-set: "dpdk-performance-changes-3n-skx-h1"
7334     - title: "2001"
7335       data-set: "dpdk-performance-changes-3n-skx-ref"
7336     - title: "2005"
7337       data-set: "dpdk-performance-changes-3n-skx-cmp"
7338   comparisons:
7339     - title: "Diff"
7340       reference: 2
7341       compare: 3
7342   legend:
7343     - "Legend to Table"
7344     - "1908, 2001, 2005 - DPDK versions tested."
7345     - "Diff - difference between 2001 and 2005 DPDK version."
7346
7347 # DPDK Performance Changes 3n-skx 4t2c ndr
7348 - type: "table"
7349   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7350   algorithm: "table_comparison"
7351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7353   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7354   columns:
7355     - title: "1908"
7356       data-set: "dpdk-performance-changes-3n-skx-h1"
7357     - title: "2001"
7358       data-set: "dpdk-performance-changes-3n-skx-ref"
7359     - title: "2005"
7360       data-set: "dpdk-performance-changes-3n-skx-cmp"
7361   comparisons:
7362     - title: "Diff"
7363       reference: 2
7364       compare: 3
7365   legend:
7366     - "Legend to Table"
7367     - "1908, 2001, 2005 - DPDK versions tested."
7368     - "Diff - difference between 2001 and 2005 DPDK version."
7369
7370 # DPDK Performance Changes 2n-skx 2t1c pdr
7371 - type: "table"
7372   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7373   algorithm: "table_comparison"
7374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7376   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7377   columns:
7378     - title: "1908"
7379       data-set: "dpdk-performance-changes-2n-skx-h1"
7380     - title: "2001"
7381       data-set: "dpdk-performance-changes-2n-skx-ref"
7382     - title: "2005"
7383       data-set: "dpdk-performance-changes-2n-skx-cmp"
7384   comparisons:
7385     - title: "Diff"
7386       reference: 2
7387       compare: 3
7388   legend:
7389     - "Legend to Table"
7390     - "1908, 2001, 2005 - DPDK versions tested."
7391     - "Diff - difference between 2001 and 2005 DPDK version."
7392
7393 # DPDK Performance Changes 2n-skx 4t2c pdr
7394 - type: "table"
7395   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7396   algorithm: "table_comparison"
7397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7399   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7400   columns:
7401     - title: "1908"
7402       data-set: "dpdk-performance-changes-2n-skx-h1"
7403     - title: "2001"
7404       data-set: "dpdk-performance-changes-2n-skx-ref"
7405     - title: "2005"
7406       data-set: "dpdk-performance-changes-2n-skx-cmp"
7407   comparisons:
7408     - title: "Diff"
7409       reference: 2
7410       compare: 3
7411   legend:
7412     - "Legend to Table"
7413     - "1908, 2001, 2005 - DPDK versions tested."
7414     - "Diff - difference between 2001 and 2005 DPDK version."
7415
7416 # DPDK Performance Changes 2n-skx 2t1c ndr
7417 - type: "table"
7418   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7419   algorithm: "table_comparison"
7420   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7422   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7423   columns:
7424     - title: "1908"
7425       data-set: "dpdk-performance-changes-2n-skx-h1"
7426     - title: "2001"
7427       data-set: "dpdk-performance-changes-2n-skx-ref"
7428     - title: "2005"
7429       data-set: "dpdk-performance-changes-2n-skx-cmp"
7430   comparisons:
7431     - title: "Diff"
7432       reference: 2
7433       compare: 3
7434   legend:
7435     - "Legend to Table"
7436     - "1908, 2001, 2005 - DPDK versions tested."
7437     - "Diff - difference between 2001 and 2005 DPDK version."
7438
7439 # DPDK Performance Changes 2n-skx 4t2c ndr
7440 - type: "table"
7441   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7442   algorithm: "table_comparison"
7443   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7445   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7446   columns:
7447     - title: "1908"
7448       data-set: "dpdk-performance-changes-2n-skx-h1"
7449     - title: "2001"
7450       data-set: "dpdk-performance-changes-2n-skx-ref"
7451     - title: "2005"
7452       data-set: "dpdk-performance-changes-2n-skx-cmp"
7453   comparisons:
7454     - title: "Diff"
7455       reference: 2
7456       compare: 3
7457   legend:
7458     - "Legend to Table"
7459     - "1908, 2001, 2005 - DPDK versions tested."
7460     - "Diff - difference between 2001 and 2005 DPDK version."
7461
7462 # DPDK Performance Changes 2n-clx 2t1c pdr
7463 - type: "table"
7464   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7465   algorithm: "table_comparison"
7466   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7468   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7469   columns:
7470     - title: "2001"
7471       data-set: "dpdk-performance-changes-2n-clx-ref"
7472     - title: "2005"
7473       data-set: "dpdk-performance-changes-2n-clx-cmp"
7474   comparisons:
7475     - title: "Diff"
7476       reference: 1
7477       compare: 2
7478   legend:
7479     - "Legend to Table"
7480     - "2001, 2005 - DPDK versions tested."
7481     - "Diff - difference between 2001 and 2005 DPDK version."
7482
7483 # DPDK Performance Changes 2n-clx 4t2c pdr
7484 - type: "table"
7485   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7486   algorithm: "table_comparison"
7487   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7489   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7490   columns:
7491     - title: "2001"
7492       data-set: "dpdk-performance-changes-2n-clx-ref"
7493     - title: "2005"
7494       data-set: "dpdk-performance-changes-2n-clx-cmp"
7495   comparisons:
7496     - title: "Diff"
7497       reference: 1
7498       compare: 2
7499   legend:
7500     - "Legend to Table"
7501     - "2001, 2005 - DPDK versions tested."
7502     - "Diff - difference between 2001 and 2005 DPDK version."
7503
7504 # DPDK Performance Changes 2n-clx 2t1c ndr
7505 - type: "table"
7506   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7507   algorithm: "table_comparison"
7508   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7510   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7511   columns:
7512     - title: "2001"
7513       data-set: "dpdk-performance-changes-2n-clx-ref"
7514     - title: "2005"
7515       data-set: "dpdk-performance-changes-2n-clx-cmp"
7516   comparisons:
7517     - title: "Diff"
7518       reference: 1
7519       compare: 2
7520   legend:
7521     - "Legend to Table"
7522     - "2001, 2005 - DPDK versions tested."
7523     - "Diff - difference between 2001 and 2005 DPDK version."
7524
7525 # DPDK Performance Changes 2n-clx 4t2c ndr
7526 - type: "table"
7527   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7528   algorithm: "table_comparison"
7529   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7531   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7532   columns:
7533     - title: "2001"
7534       data-set: "dpdk-performance-changes-2n-clx-ref"
7535     - title: "2005"
7536       data-set: "dpdk-performance-changes-2n-clx-cmp"
7537   comparisons:
7538     - title: "Diff"
7539       reference: 1
7540       compare: 2
7541   legend:
7542     - "Legend to Table"
7543     - "2001, 2005 - DPDK versions tested."
7544     - "Diff - difference between 2001 and 2005 DPDK version."
7545
7546 # DPDK Performance Changes 2n-dnv 1t1c pdr
7547 - type: "table"
7548   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7549   algorithm: "table_comparison"
7550   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7552   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7553   columns:
7554     - title: "2001"
7555       data-set: "dpdk-performance-changes-2n-dnv-ref"
7556     - title: "2005"
7557       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7558   comparisons:
7559     - title: "Diff"
7560       reference: 1
7561       compare: 2
7562   legend:
7563     - "Legend to Table"
7564     - "2001, 2005 - DPDK versions tested."
7565     - "Diff - difference between 2001 and 2005 DPDK version."
7566
7567 # DPDK Performance Changes 2n-dnv 2t2c pdr
7568 - type: "table"
7569   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7570   algorithm: "table_comparison"
7571   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7573   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7574   columns:
7575     - title: "2001"
7576       data-set: "dpdk-performance-changes-2n-dnv-ref"
7577     - title: "2005"
7578       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7579   comparisons:
7580     - title: "Diff"
7581       reference: 1
7582       compare: 2
7583   legend:
7584     - "Legend to Table"
7585     - "2001, 2005 - DPDK versions tested."
7586     - "Diff - difference between 2001 and 2005 DPDK version."
7587
7588 # DPDK Performance Changes 2n-dnv 1t1c ndr
7589 - type: "table"
7590   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7591   algorithm: "table_comparison"
7592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7594   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7595   columns:
7596     - title: "2001"
7597       data-set: "dpdk-performance-changes-2n-dnv-ref"
7598     - title: "2005"
7599       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7600   comparisons:
7601     - title: "Diff"
7602       reference: 1
7603       compare: 2
7604   legend:
7605     - "Legend to Table"
7606     - "2001, 2005 - DPDK versions tested."
7607     - "Diff - difference between 2001 and 2005 DPDK version."
7608
7609 # DPDK Performance Changes 2n-dnv 2t2c ndr
7610 - type: "table"
7611   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7612   algorithm: "table_comparison"
7613   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7615   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7616   columns:
7617     - title: "2001"
7618       data-set: "dpdk-performance-changes-2n-dnv-ref"
7619     - title: "2005"
7620       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7621   comparisons:
7622     - title: "Diff"
7623       reference: 1
7624       compare: 2
7625   legend:
7626     - "Legend to Table"
7627     - "2001, 2005 - DPDK versions tested."
7628     - "Diff - difference between 2001 and 2005 DPDK version."
7629
7630 # DPDK Performance Changes 3n-dnv 1t1c pdr
7631 - type: "table"
7632   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7633   algorithm: "table_comparison"
7634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7636   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7637   columns:
7638     - title: "2001"
7639       data-set: "dpdk-performance-changes-3n-dnv-ref"
7640     - title: "2005"
7641       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7642   comparisons:
7643     - title: "Diff"
7644       reference: 1
7645       compare: 2
7646   legend:
7647     - "Legend to Table"
7648     - "2001, 2005 - DPDK versions tested."
7649     - "Diff - difference between 2001 and 2005 DPDK version."
7650
7651 # DPDK Performance Changes 3n-dnv 2t2c pdr
7652 - type: "table"
7653   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7654   algorithm: "table_comparison"
7655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7657   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7658   columns:
7659     - title: "2001"
7660       data-set: "dpdk-performance-changes-3n-dnv-ref"
7661     - title: "2005"
7662       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7663   comparisons:
7664     - title: "Diff"
7665       reference: 1
7666       compare: 2
7667   legend:
7668     - "Legend to Table"
7669     - "2001, 2005 - DPDK versions tested."
7670     - "Diff - difference between 2001 and 2005 DPDK version."
7671
7672 # DPDK Performance Changes 3n-dnv 1t1c ndr
7673 - type: "table"
7674   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7675   algorithm: "table_comparison"
7676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7679   columns:
7680     - title: "2001"
7681       data-set: "dpdk-performance-changes-3n-dnv-ref"
7682     - title: "2005"
7683       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7684   comparisons:
7685     - title: "Diff"
7686       reference: 1
7687       compare: 2
7688   legend:
7689     - "Legend to Table"
7690     - "2001, 2005 - DPDK versions tested."
7691     - "Diff - difference between 2001 and 2005 DPDK version."
7692
7693 # DPDK Performance Changes 3n-dnv 2t2c ndr
7694 - type: "table"
7695   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7696   algorithm: "table_comparison"
7697   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7699   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7700   columns:
7701     - title: "2001"
7702       data-set: "dpdk-performance-changes-3n-dnv-ref"
7703     - title: "2005"
7704       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7705   comparisons:
7706     - title: "Diff"
7707       reference: 1
7708       compare: 2
7709   legend:
7710     - "Legend to Table"
7711     - "2001, 2005 - DPDK versions tested."
7712     - "Diff - difference between 2001 and 2005 DPDK version."
7713
7714 # DPDK Performance Changes 3n-tsh 1t1c pdr
7715 - type: "table"
7716   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7717   algorithm: "table_comparison"
7718   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7720   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7721   columns:
7722     - title: "2001"
7723       data-set: "dpdk-performance-changes-3n-tsh-ref"
7724     - title: "2005"
7725       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7726   comparisons:
7727     - title: "Diff"
7728       reference: 1
7729       compare: 2
7730   legend:
7731     - "Legend to Table"
7732     - "2001, 2005 - DPDK versions tested."
7733     - "Diff - difference between 2001 and 2005 DPDK version."
7734
7735 # DPDK Performance Changes 3n-tsh 2t2c pdr
7736 - type: "table"
7737   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7738   algorithm: "table_comparison"
7739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7741   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7742   columns:
7743     - title: "2001"
7744       data-set: "dpdk-performance-changes-3n-tsh-ref"
7745     - title: "2005"
7746       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7747   comparisons:
7748     - title: "Diff"
7749       reference: 1
7750       compare: 2
7751   legend:
7752     - "Legend to Table"
7753     - "2001, 2005 - DPDK versions tested."
7754     - "Diff - difference between 2001 and 2005 DPDK version."
7755
7756 # DPDK Performance Changes 3n-tsh 1t1c ndr
7757 - type: "table"
7758   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7759   algorithm: "table_comparison"
7760   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7762   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7763   columns:
7764     - title: "2001"
7765       data-set: "dpdk-performance-changes-3n-tsh-ref"
7766     - title: "2005"
7767       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7768   comparisons:
7769     - title: "Diff"
7770       reference: 1
7771       compare: 2
7772   legend:
7773     - "Legend to Table"
7774     - "2001, 2005 - DPDK versions tested."
7775     - "Diff - difference between 2001 and 2005 DPDK version."
7776
7777 # DPDK Performance Changes 3n-tsh 2t2c ndr
7778 - type: "table"
7779   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7780   algorithm: "table_comparison"
7781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7783   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7784   columns:
7785     - title: "2001"
7786       data-set: "dpdk-performance-changes-3n-tsh-ref"
7787     - title: "2005"
7788       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7789   comparisons:
7790     - title: "Diff"
7791       reference: 1
7792       compare: 2
7793   legend:
7794     - "Legend to Table"
7795     - "2001, 2005 - DPDK versions tested."
7796     - "Diff - difference between 2001 and 2005 DPDK version."
7797
7798 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7799 - type: "table"
7800   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7801   algorithm: "table_comparison"
7802   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7804   filter: "'NIC_Intel-X710'"
7805   columns:
7806     - title: "3n-hsw x710"
7807       data-set: "dpdk-compare-testbeds-ref"
7808     - title: "3n-skx x710"
7809       data-set: "dpdk-compare-testbeds-cmp"
7810   comparisons:
7811     - title: "Diff"
7812       reference: 1
7813       compare: 2
7814   legend:
7815     - "Legend to Table"
7816     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7817     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7818
7819 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7820 - type: "table"
7821   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7822   algorithm: "table_comparison"
7823   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7825   filter: "'NIC_Intel-X710'"
7826   columns:
7827     - title: "3n-hsw x710"
7828       data-set: "dpdk-compare-testbeds-ref"
7829     - title: "3n-skx x710"
7830       data-set: "dpdk-compare-testbeds-cmp"
7831   comparisons:
7832     - title: "Diff"
7833       reference: 1
7834       compare: 2
7835   legend:
7836     - "Legend to Table"
7837     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7838     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7839
7840 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7841 - type: "table"
7842   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7843   algorithm: "table_comparison"
7844   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7846   filter: "'NIC_Intel-XXV710'"
7847   columns:
7848     - title: "2n-skx"
7849       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7850     - title: "2n-clx"
7851       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7852   comparisons:
7853     - title: "Diff"
7854       reference: 1
7855       compare: 2
7856   legend:
7857     - "Legend to Table"
7858     - "2n-skx, 2n-clx - testbeds and NICs tested."
7859     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7860
7861 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7862 - type: "table"
7863   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7864   algorithm: "table_comparison"
7865   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7867   filter: "'NIC_Intel-XXV710'"
7868   columns:
7869     - title: "2n-skx"
7870       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7871     - title: "2n-clx"
7872       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7873   comparisons:
7874     - title: "Diff"
7875       reference: 1
7876       compare: 2
7877   legend:
7878     - "Legend to Table"
7879     - "2n-skx, 2n-clx - testbeds and NICs tested."
7880     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7881
7882 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7883 - type: "table"
7884   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7885   algorithm: "table_comparison"
7886   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7888   filter: "'NIC_Intel-XXV710'"
7889   columns:
7890     - title: "3n-skx"
7891       data-set: "dpdk-compare-topologies-ref"
7892     - title: "2n-skx"
7893       data-set: "dpdk-compare-topologies-cmp"
7894   comparisons:
7895     - title: "Diff"
7896       reference: 1
7897       compare: 2
7898   legend:
7899     - "Legend to Table"
7900     - "3n-skx, 2n-skx - topologies tested."
7901     - "Diff - difference between 3n-skx and 2n-skx topologies."
7902
7903 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7904 - type: "table"
7905   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7906   algorithm: "table_comparison"
7907   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7909   filter: "'NIC_Intel-XXV710'"
7910   columns:
7911     - title: "3n-skx"
7912       data-set: "dpdk-compare-topologies-ref"
7913     - title: "2n-skx"
7914       data-set: "dpdk-compare-topologies-cmp"
7915   comparisons:
7916     - title: "Diff"
7917       reference: 1
7918       compare: 2
7919   legend:
7920     - "Legend to Table"
7921     - "3n-skx, 2n-skx - topologies tested."
7922     - "Diff - difference between 3n-skx and 2n-skx topologies."
7923
7924 # Detailed Test Results - DPDK Performance Results 3n-hsw
7925 - type: "table"
7926   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7927   algorithm: "table_merged_details"
7928   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7929   columns:
7930     - title: " |prein| Test Name |preout| "
7931       data: "data name"
7932     - 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| "
7933       data: "data msg"
7934   data: "dpdk-perf-results-3n-hsw"
7935   filter: "all"
7936   parameters:
7937   - "name"
7938   - "parent"
7939   - "msg"
7940
7941 # Detailed Test Results - DPDK Performance Results 3n-skx
7942 - type: "table"
7943   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7944   algorithm: "table_merged_details"
7945   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7946   columns:
7947     - title: " |prein| Test Name |preout| "
7948       data: "data name"
7949     - 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| "
7950       data: "data msg"
7951   data: "dpdk-perf-results-3n-skx"
7952   filter: "all"
7953   remove-ndr: False
7954   parameters:
7955   - "name"
7956   - "parent"
7957   - "msg"
7958
7959 # Detailed Test Results - DPDK Performance Results 2n-skx
7960 - type: "table"
7961   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7962   algorithm: "table_merged_details"
7963   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7964   columns:
7965     - title: " |prein| Test Name |preout| "
7966       data: "data name"
7967     - 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| "
7968       data: "data msg"
7969   data: "dpdk-perf-results-2n-skx"
7970   filter: "all"
7971   remove-ndr: False
7972   parameters:
7973   - "name"
7974   - "parent"
7975   - "msg"
7976
7977 # Detailed Test Results - DPDK Performance Results 2n-clx
7978 - type: "table"
7979   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7980   algorithm: "table_merged_details"
7981   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7982   columns:
7983     - title: " |prein| Test Name |preout| "
7984       data: "data name"
7985     - 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| "
7986       data: "data msg"
7987   data: "dpdk-perf-results-2n-clx"
7988   filter: "all"
7989   parameters:
7990   - "name"
7991   - "parent"
7992   - "msg"
7993
7994 # Detailed Test Results - DPDK Performance Results 2n-dnv
7995 - type: "table"
7996   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7997   algorithm: "table_merged_details"
7998   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7999   columns:
8000     - title: " |prein| Test Name |preout| "
8001       data: "data name"
8002     - 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| "
8003       data: "data msg"
8004   data: "dpdk-perf-results-2n-dnv"
8005   filter: "all"
8006   parameters:
8007   - "name"
8008   - "parent"
8009   - "msg"
8010
8011 # Detailed Test Results - DPDK Performance Results 3n-dnv
8012 - type: "table"
8013   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8014   algorithm: "table_merged_details"
8015   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8016   columns:
8017     - title: " |prein| Test Name |preout| "
8018       data: "data name"
8019     - 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| "
8020       data: "data msg"
8021   data: "dpdk-perf-results-3n-dnv"
8022   filter: "all"
8023   parameters:
8024   - "name"
8025   - "parent"
8026   - "msg"
8027
8028 # Detailed Test Results - DPDK Performance Results 3n-tsh
8029 - type: "table"
8030   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8031   algorithm: "table_merged_details"
8032   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8033   columns:
8034     - title: " |prein| Test Name |preout| "
8035       data: "data name"
8036     - 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| "
8037       data: "data msg"
8038   data: "dpdk-perf-results-3n-tsh"
8039   filter: "all"
8040   parameters:
8041   - "name"
8042   - "parent"
8043   - "msg"
8044
8045 ################################################################################
8046 ###                                F I L E S                                 ###
8047 ################################################################################
8048
8049 # VPP Performance Results
8050 - type: "file"
8051   title: "VPP Performance Results"
8052   algorithm: "file_details_split"
8053   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8054   dir-tables:
8055     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8056     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8057     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8058     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8059     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8060     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8061     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8062   data:
8063     - "vpp-perf-results-2n-skx"
8064     - "vpp-perf-results-3n-skx"
8065     - "vpp-perf-results-2n-clx"
8066     - "vpp-perf-results-3n-hsw"
8067     - "vpp-perf-results-3n-tsh"
8068     - "vpp-perf-results-2n-dnv"
8069     - "vpp-perf-results-3n-dnv"
8070   filter: "all"
8071   data-start-level: 4
8072   order-chapters:
8073     level-1:
8074       - "l2"
8075       - "ip4"
8076       - "ip6"
8077       - "srv6"
8078       - "ip4_tunnels"
8079       - "ip6_tunnels"
8080       - "vm_vhost"
8081       - "container_memif"
8082       - "crypto"
8083       - "vts"
8084       - "lb"
8085       - "nfv_density"
8086       - "hoststack"
8087     level-2:
8088       - "2n-skx"
8089       - "3n-skx"
8090       - "2n-clx"
8091       - "3n-hsw"
8092       - "3n-tsh"
8093       - "2n-dnv"
8094       - "3n-dnv"
8095     level-3:
8096       - "xl710"
8097       - "x520"
8098       - "xxv710"
8099       - "x710"
8100       - "x553"
8101       - "cx556a"
8102       - "vic1227"
8103       - "vic1385"
8104
8105 # VPP Performance Configuration
8106 - type: "file"
8107   title: "VPP Performance Configuration"
8108   algorithm: "file_details_split"
8109   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8110   dir-tables:
8111     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8112     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8113     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8114     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8115     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8116     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8117     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8118   data:
8119     - "vpp-perf-results-2n-skx"
8120     - "vpp-perf-results-3n-skx"
8121     - "vpp-perf-results-2n-clx"
8122     - "vpp-perf-results-3n-hsw"
8123     - "vpp-perf-results-3n-tsh"
8124     - "vpp-perf-results-2n-dnv"
8125     - "vpp-perf-results-3n-dnv"
8126   filter: "all"
8127   data-start-level: 4
8128   order-chapters:
8129     level-1:
8130       - "l2"
8131       - "ip4"
8132       - "ip6"
8133       - "srv6"
8134       - "ip4_tunnels"
8135       - "ip6_tunnels"
8136       - "vm_vhost"
8137       - "container_memif"
8138       - "crypto"
8139       - "vts"
8140       - "lb"
8141       - "nfv_density"
8142       - "hoststack"
8143     level-2:
8144       - "2n-skx"
8145       - "3n-skx"
8146       - "2n-clx"
8147       - "3n-hsw"
8148       - "3n-tsh"
8149       - "2n-dnv"
8150       - "3n-dnv"
8151     level-3:
8152       - "xl710"
8153       - "x520"
8154       - "xxv710"
8155       - "x710"
8156       - "x553"
8157       - "cx556a"
8158       - "vic1227"
8159       - "vic1385"
8160
8161 # VPP Performance Operational
8162 - type: "file"
8163   title: "VPP Performance Operational"
8164   algorithm: "file_details_split_html"
8165   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8166   dir-tables:
8167     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8168     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8169     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8170     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8171     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8172     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8173     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8174   data:
8175     - "vpp-perf-results-2n-skx"
8176     - "vpp-perf-results-3n-skx"
8177     - "vpp-perf-results-2n-clx"
8178     - "vpp-perf-results-3n-hsw"
8179     - "vpp-perf-results-3n-tsh"
8180     - "vpp-perf-results-2n-dnv"
8181     - "vpp-perf-results-3n-dnv"
8182   filter: "all"
8183   data-start-level: 4
8184   order-chapters:
8185     level-1:
8186       - "l2"
8187       - "ip4"
8188       - "ip6"
8189       - "srv6"
8190       - "ip4_tunnels"
8191       - "ip6_tunnels"
8192       - "vm_vhost"
8193       - "container_memif"
8194       - "crypto"
8195       - "vts"
8196       - "lb"
8197       - "nfv_density"
8198       - "hoststack"
8199     level-2:
8200       - "2n-skx"
8201       - "3n-skx"
8202       - "2n-clx"
8203       - "3n-hsw"
8204       - "3n-tsh"
8205       - "2n-dnv"
8206       - "3n-dnv"
8207     level-3:
8208       - "xl710"
8209       - "x520"
8210       - "xxv710"
8211       - "x710"
8212       - "x553"
8213       - "cx556a"
8214       - "vic1227"
8215       - "vic1385"
8216
8217 # VPP MRR Results
8218 - type: "file"
8219   title: "VPP MRR Results"
8220   algorithm: "file_details_split"
8221   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8222   dir-tables:
8223     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8224     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8225     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8226     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8227     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8228     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8229     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8230   data:
8231     - "vpp-mrr-results-2n-skx"
8232     - "vpp-mrr-results-3n-skx"
8233     - "vpp-mrr-results-2n-clx"
8234     - "vpp-mrr-results-3n-hsw"
8235     - "vpp-mrr-results-3n-tsh"
8236     - "vpp-mrr-results-2n-dnv"
8237     - "vpp-mrr-results-3n-dnv"
8238   filter: "all"
8239   data-start-level: 4
8240   order-chapters:
8241     level-1:
8242       - "l2"
8243       - "ip4"
8244       - "ip6"
8245       - "srv6"
8246       - "ip4_tunnels"
8247       - "ip6_tunnels"
8248       - "vm_vhost"
8249       - "container_memif"
8250       - "crypto"
8251       - "vts"
8252       - "lb"
8253       - "nfv_density"
8254       - "hoststack"
8255     level-2:
8256       - "2n-skx"
8257       - "3n-skx"
8258       - "2n-clx"
8259       - "3n-hsw"
8260       - "3n-tsh"
8261       - "2n-dnv"
8262       - "3n-dnv"
8263     level-3:
8264       - "xl710"
8265       - "x520"
8266       - "xxv710"
8267       - "x710"
8268       - "x553"
8269       - "cx556a"
8270       - "vic1227"
8271       - "vic1385"
8272
8273 # VPP MRR Configuration
8274 - type: "file"
8275   title: "VPP MRR Configuration"
8276   algorithm: "file_details_split"
8277   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8278   dir-tables:
8279     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8280     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8281     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8282     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8283     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8284     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8285     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8286   data:
8287     - "vpp-mrr-results-2n-skx"
8288     - "vpp-mrr-results-3n-skx"
8289     - "vpp-mrr-results-2n-clx"
8290     - "vpp-mrr-results-3n-hsw"
8291     - "vpp-mrr-results-3n-tsh"
8292     - "vpp-mrr-results-2n-dnv"
8293     - "vpp-mrr-results-3n-dnv"
8294   filter: "all"
8295   data-start-level: 4
8296   order-chapters:
8297     level-1:
8298       - "l2"
8299       - "ip4"
8300       - "ip6"
8301       - "srv6"
8302       - "ip4_tunnels"
8303       - "ip6_tunnels"
8304       - "vm_vhost"
8305       - "container_memif"
8306       - "crypto"
8307       - "vts"
8308       - "lb"
8309       - "nfv_density"
8310       - "hoststack"
8311     level-2:
8312       - "2n-skx"
8313       - "3n-skx"
8314       - "2n-clx"
8315       - "3n-hsw"
8316       - "3n-tsh"
8317       - "2n-dnv"
8318       - "3n-dnv"
8319     level-3:
8320       - "xl710"
8321       - "x520"
8322       - "xxv710"
8323       - "x710"
8324       - "x553"
8325       - "cx556a"
8326       - "vic1227"
8327       - "vic1385"
8328
8329 # VPP Device Results - Ubuntu
8330 - type: "file"
8331   title: "VPP Device Results - Ubuntu"
8332   algorithm: "file_test_results"
8333   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8334   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8335   data: "vpp-device-results-ubuntu"
8336   filter: "all"
8337   data-start-level: 4
8338
8339 # VPP Device Configuration - Ubuntu
8340 - type: "file"
8341   title: "VPP Device Configuration - Ubuntu"
8342   algorithm: "file_test_results"
8343   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8344   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8345   data: "vpp-device-results-ubuntu"
8346   filter: "all"
8347   data-start-level: 4
8348
8349 # DPDK Performance Results 3n-hsw
8350 - type: "file"
8351   title: "DPDK Performance Results 3n-hsw"
8352   algorithm: "file_test_results"
8353   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8354   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8355   data: "dpdk-perf-results-3n-hsw"
8356   filter: "all"
8357   data-start-level: 4
8358
8359 # DPDK Performance Results 3n-skx
8360 - type: "file"
8361   title: "DPDK Performance Results 3n-skx"
8362   algorithm: "file_test_results"
8363   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8364   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8365   data: "dpdk-perf-results-3n-skx"
8366   filter: "all"
8367   data-start-level: 4
8368
8369 # DPDK Performance Results 2n-skx
8370 - type: "file"
8371   title: "DPDK Performance Results 2n-skx"
8372   algorithm: "file_test_results"
8373   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8374   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8375   data: "dpdk-perf-results-2n-skx"
8376   filter: "all"
8377   data-start-level: 4
8378
8379 # DPDK Performance Results 2n-clx
8380 - type: "file"
8381   title: "DPDK Performance Results 2n-clx"
8382   algorithm: "file_test_results"
8383   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8384   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8385   data: "dpdk-perf-results-2n-clx"
8386   filter: "all"
8387   data-start-level: 4
8388
8389 # DPDK Performance Results 2n-dnv
8390 - type: "file"
8391   title: "DPDK Performance Results 2n-dnv"
8392   algorithm: "file_test_results"
8393   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8394   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8395   data: "dpdk-perf-results-2n-dnv"
8396   filter: "all"
8397   data-start-level: 4
8398
8399 # DPDK Performance Results 3n-dnv
8400 - type: "file"
8401   title: "DPDK Performance Results 3n-dnv"
8402   algorithm: "file_test_results"
8403   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8404   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8405   data: "dpdk-perf-results-3n-dnv"
8406   filter: "all"
8407   data-start-level: 4
8408
8409 # DPDK Performance Results 3n-tsh
8410 - type: "file"
8411   title: "DPDK Performance Results 3n-tsh"
8412   algorithm: "file_test_results"
8413   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8414   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8415   data: "dpdk-perf-results-3n-tsh"
8416   filter: "all"
8417   data-start-level: 4
8418
8419 ################################################################################
8420 ###                                P L O T S                                 ###
8421 ################################################################################
8422
8423 # Hoststack tests 3n-hsw
8424
8425 - type: "plot"
8426   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8427   algorithm: "plot_perf_box_name"
8428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8429   data: "plot-vpp-hoststack-3n-hsw"
8430   include:
8431     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8432     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8433   layout:
8434     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8435     layout: "plot-hoststack"
8436
8437 - type: "plot"
8438   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8439   algorithm: "plot_perf_box_name"
8440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8441   data: "plot-vpp-hoststack-3n-hsw"
8442   include:
8443     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8444     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8445   layout:
8446     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8447     layout: "plot-hoststack"
8448
8449 - type: "plot"
8450   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8451   algorithm: "plot_perf_box_name"
8452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8453   data: "plot-vpp-hoststack-3n-hsw"
8454   include:
8455     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8456     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8457     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8458     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8459   layout:
8460     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8461     layout: "plot-hoststack"
8462
8463 ## Plots VPP HTTP Server Performance
8464 #- type: "plot"
8465 #  title: "VPP HTTP Server Performance"
8466 #  algorithm: "plot_http_server_perf_box"
8467 #  output-file-type: ".html"
8468 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8469 #  data:
8470 #    "plot-vpp-http-server-performance"
8471 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8472 #  parameters:
8473 #  - "result"
8474 #  - "name"
8475 #  traces:
8476 #    hoverinfo: "y+name"
8477 #    boxpoints: "outliers"
8478 #    whiskerwidth: 0
8479 #  layout:
8480 #    title: "VPP HTTP Server Performance"
8481 #    layout:
8482 #      "plot-cps"
8483 #
8484 #- type: "plot"
8485 #  title: "VPP HTTP Server Performance"
8486 #  algorithm: "plot_http_server_perf_box"
8487 #  output-file-type: ".html"
8488 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8489 #  data:
8490 #    "plot-vpp-http-server-performance"
8491 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8492 #  parameters:
8493 #  - "result"
8494 #  - "name"
8495 #  traces:
8496 #    hoverinfo: "y+name"
8497 #    boxpoints: "outliers"
8498 #    whiskerwidth: 0
8499 #  layout:
8500 #    title: "VPP HTTP Server Performance"
8501 #    layout:
8502 #      "plot-rps"
8503
8504 ################################################################################
8505
8506 # Soak Test (PLRsearch), boxes - 2n-clx
8507 - type: "plot"
8508   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8509   algorithm: "plot_perf_box_name"
8510   output-file-type: ".html"
8511   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8512   data: "plot-vpp-soak-2n-clx"
8513   include:
8514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8520   layout:
8521     title: "30 Minutes Soak Test (PLRsearch)"
8522     layout: "plot-soak-throughput"
8523
8524 # Soak Test (PLRsearch), boxes - 2n-clx
8525 - type: "plot"
8526   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8527   algorithm: "plot_perf_box_name"
8528   output-file-type: ".html"
8529   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8530   data: "plot-vpp-soak-2n-clx"
8531   include:
8532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8537     - "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"
8538   layout:
8539     title: "30 Minutes Soak Test (PLRsearch)"
8540     layout: "plot-soak-throughput"
8541
8542 # Soak Test (PLRsearch), boxes - 2n-skx
8543 - type: "plot"
8544   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8545   algorithm: "plot_perf_box_name"
8546   output-file-type: ".html"
8547   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8548   data: "plot-vpp-soak-2n-skx"
8549   include:
8550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8556   layout:
8557     title: "30 Minutes Soak Test (PLRsearch)"
8558     layout: "plot-soak-throughput"
8559
8560 # Soak Test (PLRsearch), boxes - 2n-skx
8561 - type: "plot"
8562   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8563   algorithm: "plot_perf_box_name"
8564   output-file-type: ".html"
8565   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8566   data: "plot-vpp-soak-2n-skx"
8567   include:
8568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8573     - "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"
8574   layout:
8575     title: "30 Minutes Soak Test (PLRsearch)"
8576     layout: "plot-soak-throughput"
8577
8578 ###############################################################################
8579
8580 # Reconf tests 2n-skx
8581
8582 - type: "plot"
8583   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8584   algorithm: "plot_nf_reconf_box_name"
8585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8586   data: "plot-vpp-nfv-reconf-2n-skx"
8587   include:
8588     - "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"
8589     - "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"
8590     - "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"
8591     - "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"
8592     - "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"
8593     - "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"
8594   layout:
8595     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8596     layout: "plot-throughput"
8597
8598 - type: "plot"
8599   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8600   algorithm: "plot_nf_reconf_box_name"
8601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8602   data: "plot-vpp-nfv-reconf-2n-skx"
8603   include:
8604     - "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"
8605     - "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"
8606     - "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"
8607     - "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"
8608     - "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"
8609     - "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"
8610   layout:
8611     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8612     layout: "plot-throughput"
8613
8614 - type: "plot"
8615   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8616   algorithm: "plot_nf_reconf_box_name"
8617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8618   data: "plot-vpp-nfv-reconf-2n-skx"
8619   include:
8620     - "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"
8621     - "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"
8622     - "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"
8623     - "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"
8624     - "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"
8625     - "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"
8626   layout:
8627     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8628     layout: "plot-throughput"
8629
8630 ###############################################################################
8631
8632 # Reconf tests 2n-clx
8633
8634 - type: "plot"
8635   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8636   algorithm: "plot_nf_reconf_box_name"
8637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8638   data: "plot-vpp-nfv-reconf-2n-clx"
8639   include:
8640     - "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"
8641     - "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"
8642     - "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"
8643     - "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"
8644   layout:
8645     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8646     layout: "plot-throughput"
8647
8648 - type: "plot"
8649   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8650   algorithm: "plot_nf_reconf_box_name"
8651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8652   data: "plot-vpp-nfv-reconf-2n-clx"
8653   include:
8654     - "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"
8655     - "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"
8656     - "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"
8657     - "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"
8658   layout:
8659     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8660     layout: "plot-throughput"
8661
8662 - type: "plot"
8663   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8664   algorithm: "plot_nf_reconf_box_name"
8665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8666   data: "plot-vpp-nfv-reconf-2n-clx"
8667   include:
8668     - "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"
8669     - "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"
8670     - "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"
8671     - "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"
8672   layout:
8673     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8674     layout: "plot-throughput"
8675
8676 ###############################################################################
8677
8678 # Plots - NF Density - VSC - MRR IMIX
8679 - type: "plot"
8680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8681   algorithm: "plot_nf_heatmap"
8682   output-file-type: ".html"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8684   data: "plot-vpp-nfv-2n-skx-mrr"
8685   filter: "'NIC_Intel-XXV710' and
8686            'NF_DENSITY' and
8687            'VHOST' and
8688            not 'VXLAN' and
8689            'CHAIN' and
8690            'NF_VPPIP4' and
8691            'IMIX' and
8692            '2T1C' and
8693            'MRR'"
8694   parameters:
8695   - "result"
8696   - "name"
8697   - "tags"
8698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8699   x-axis: "X = VNFs per Service Chain"
8700   y-axis: "Y = Number of Service Chains"
8701   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8702   layout:
8703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8704     layout: "plot-service-density"
8705
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8711   data: "plot-vpp-nfv-2n-skx-mrr"
8712   filter: "'NIC_Intel-XXV710' and
8713            'NF_DENSITY' and
8714            'VHOST' and
8715            not 'VXLAN' and
8716            'CHAIN' and
8717            'NF_VPPIP4' and
8718            'IMIX' and
8719            '4T2C' and
8720            'MRR'"
8721   parameters:
8722   - "result"
8723   - "name"
8724   - "tags"
8725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8726   x-axis: "X = VNFs per Service Chain"
8727   y-axis: "Y = Number of Service Chains"
8728   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8731     layout: "plot-service-density"
8732
8733 - type: "plot"
8734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8735   algorithm: "plot_nf_heatmap"
8736   output-file-type: ".html"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8738   data: "plot-vpp-nfv-2n-skx-mrr"
8739   filter: "'NIC_Intel-XXV710' and
8740            'NF_DENSITY' and
8741            'VHOST' and
8742            not 'VXLAN' and
8743            'CHAIN' and
8744            'NF_VPPIP4' and
8745            'IMIX' and
8746            '8T4C' and
8747            'MRR'"
8748   parameters:
8749   - "result"
8750   - "name"
8751   - "tags"
8752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8753   x-axis: "X = VNFs per Service Chain"
8754   y-axis: "Y = Number of Service Chains"
8755   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8756   layout:
8757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8758     layout: "plot-service-density"
8759
8760 # Plots - NF Density - VSC - NDR IMIX
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file-type: ".html"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8766   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8767   filter: "'NIC_Intel-XXV710' and
8768            'NF_DENSITY' and
8769            'VHOST' and
8770            not 'VXLAN' and
8771            'CHAIN' and
8772            'NF_VPPIP4' and
8773            'IMIX' and
8774            '2T1C' and
8775            'NDRPDR'"
8776   parameters:
8777   - "throughput"
8778   - "name"
8779   - "tags"
8780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8781   x-axis: "X = VNFs per Service Chain"
8782   y-axis: "Y = Number of Service Chains"
8783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8784   layout:
8785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8786     layout: "plot-service-density"
8787
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8794   filter: "'NIC_Intel-XXV710' and
8795            'NF_DENSITY' and
8796            'VHOST' and
8797            not 'VXLAN' and
8798            'CHAIN' and
8799            'NF_VPPIP4' and
8800            'IMIX' and
8801            '4T2C' and
8802            'NDRPDR'"
8803   parameters:
8804   - "throughput"
8805   - "name"
8806   - "tags"
8807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8808   x-axis: "X = VNFs per Service Chain"
8809   y-axis: "Y = Number of Service Chains"
8810   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8811   layout:
8812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8813     layout: "plot-service-density"
8814
8815 - type: "plot"
8816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8817   algorithm: "plot_nf_heatmap"
8818   output-file-type: ".html"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8820   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8821   filter: "'NIC_Intel-XXV710' and
8822            'NF_DENSITY' and
8823            'VHOST' and
8824            not 'VXLAN' and
8825            'CHAIN' and
8826            'NF_VPPIP4' and
8827            'IMIX' and
8828            '8T4C' and
8829            'NDRPDR'"
8830   parameters:
8831   - "throughput"
8832   - "name"
8833   - "tags"
8834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8835   x-axis: "X = VNFs per Service Chain"
8836   y-axis: "Y = Number of Service Chains"
8837   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8838   layout:
8839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8840     layout: "plot-service-density"
8841
8842 # Plots - NF Density - VSC - PDR IMIX
8843 - type: "plot"
8844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8845   algorithm: "plot_nf_heatmap"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8848   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8849   filter: "'NIC_Intel-XXV710' and
8850            'NF_DENSITY' and
8851            'VHOST' and
8852            not 'VXLAN' and
8853            'CHAIN' and
8854            'NF_VPPIP4' and
8855            'IMIX' and
8856            '2T1C' and
8857            'NDRPDR'"
8858   parameters:
8859   - "throughput"
8860   - "name"
8861   - "tags"
8862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8863   x-axis: "X = VNFs per Service Chain"
8864   y-axis: "Y = Number of Service Chains"
8865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8866   layout:
8867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8868     layout: "plot-service-density"
8869
8870 - type: "plot"
8871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8872   algorithm: "plot_nf_heatmap"
8873   output-file-type: ".html"
8874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8875   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8876   filter: "'NIC_Intel-XXV710' and
8877            'NF_DENSITY' and
8878            'VHOST' and
8879            not 'VXLAN' and
8880            'CHAIN' and
8881            'NF_VPPIP4' and
8882            'IMIX' and
8883            '4T2C' and
8884            'NDRPDR'"
8885   parameters:
8886   - "throughput"
8887   - "name"
8888   - "tags"
8889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8890   x-axis: "X = VNFs per Service Chain"
8891   y-axis: "Y = Number of Service Chains"
8892   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8893   layout:
8894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8895     layout: "plot-service-density"
8896
8897 - type: "plot"
8898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8899   algorithm: "plot_nf_heatmap"
8900   output-file-type: ".html"
8901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8903   filter: "'NIC_Intel-XXV710' and
8904            'NF_DENSITY' and
8905            'VHOST' and
8906            not 'VXLAN' and
8907            'CHAIN' and
8908            'NF_VPPIP4' and
8909            'IMIX' and
8910            '8T4C' and
8911            'NDRPDR'"
8912   parameters:
8913   - "throughput"
8914   - "name"
8915   - "tags"
8916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8917   x-axis: "X = VNFs per Service Chain"
8918   y-axis: "Y = Number of Service Chains"
8919   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8920   layout:
8921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8922     layout: "plot-service-density"
8923
8924 ###############################################################################
8925
8926 # Plots - NF Density - VSC - MRR IMIX
8927 - type: "plot"
8928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8929   algorithm: "plot_nf_heatmap"
8930   output-file-type: ".html"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8932   data: "plot-vpp-nfv-2n-skx-mrr"
8933   filter: "'NIC_Intel-XXV710' and
8934            'NF_DENSITY' and
8935            'VHOST' and
8936            'VXLAN' and
8937            'CHAIN' and
8938            'IMIX' and
8939            '2T1C' and
8940            'MRR'"
8941   parameters:
8942   - "result"
8943   - "name"
8944   - "tags"
8945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8946   x-axis: "X = VNFs per Service Chain"
8947   y-axis: "Y = Number of Service Chains"
8948   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8949   layout:
8950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8951     layout: "plot-service-density"
8952
8953 - type: "plot"
8954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8955   algorithm: "plot_nf_heatmap"
8956   output-file-type: ".html"
8957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8958   data: "plot-vpp-nfv-2n-skx-mrr"
8959   filter: "'NIC_Intel-XXV710' and
8960            'NF_DENSITY' and
8961            'VHOST' and
8962            'VXLAN' and
8963            'CHAIN' and
8964            'IMIX' and
8965            '4T2C' and
8966            'MRR'"
8967   parameters:
8968   - "result"
8969   - "name"
8970   - "tags"
8971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8972   x-axis: "X = VNFs per Service Chain"
8973   y-axis: "Y = Number of Service Chains"
8974   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8975   layout:
8976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8977     layout: "plot-service-density"
8978
8979 - type: "plot"
8980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8981   algorithm: "plot_nf_heatmap"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8984   data: "plot-vpp-nfv-2n-skx-mrr"
8985   filter: "'NIC_Intel-XXV710' and
8986            'NF_DENSITY' and
8987            'VHOST' and
8988            'VXLAN' and
8989            'CHAIN' and
8990            'IMIX' and
8991            '8T4C' and
8992            'MRR'"
8993   parameters:
8994   - "result"
8995   - "name"
8996   - "tags"
8997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = VNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9003     layout: "plot-service-density"
9004
9005 # Plots - NF Density - VSC - NDR IMIX
9006 - type: "plot"
9007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9008   algorithm: "plot_nf_heatmap"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9011   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9012   filter: "'NIC_Intel-XXV710' and
9013            'NF_DENSITY' and
9014            'VHOST' and
9015            'VXLAN' and
9016            'CHAIN' and
9017            'IMIX' and
9018            '2T1C' and
9019            'NDRPDR'"
9020   parameters:
9021   - "throughput"
9022   - "name"
9023   - "tags"
9024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9025   x-axis: "X = VNFs per Service Chain"
9026   y-axis: "Y = Number of Service Chains"
9027   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9028   layout:
9029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9030     layout: "plot-service-density"
9031
9032 - type: "plot"
9033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9034   algorithm: "plot_nf_heatmap"
9035   output-file-type: ".html"
9036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9037   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9038   filter: "'NIC_Intel-XXV710' and
9039            'NF_DENSITY' and
9040            'VHOST' and
9041            'VXLAN' and
9042            'CHAIN' and
9043            'IMIX' and
9044            '4T2C' and
9045            'NDRPDR'"
9046   parameters:
9047   - "throughput"
9048   - "name"
9049   - "tags"
9050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9051   x-axis: "X = VNFs per Service Chain"
9052   y-axis: "Y = Number of Service Chains"
9053   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9054   layout:
9055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9056     layout: "plot-service-density"
9057
9058 - type: "plot"
9059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9060   algorithm: "plot_nf_heatmap"
9061   output-file-type: ".html"
9062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9063   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9064   filter: "'NIC_Intel-XXV710' and
9065            'NF_DENSITY' and
9066            'VHOST' and
9067            'VXLAN' and
9068            'CHAIN' and
9069            'IMIX' and
9070            '8T4C' and
9071            'NDRPDR'"
9072   parameters:
9073   - "throughput"
9074   - "name"
9075   - "tags"
9076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9077   x-axis: "X = VNFs per Service Chain"
9078   y-axis: "Y = Number of Service Chains"
9079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9080   layout:
9081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9082     layout: "plot-service-density"
9083
9084 # Plots - NF Density - VSC - PDR IMIX
9085 - type: "plot"
9086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9087   algorithm: "plot_nf_heatmap"
9088   output-file-type: ".html"
9089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9090   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9091   filter: "'NIC_Intel-XXV710' and
9092            'NF_DENSITY' and
9093            'VHOST' and
9094            'VXLAN' and
9095            'CHAIN' and
9096            'IMIX' and
9097            '2T1C' and
9098            'NDRPDR'"
9099   parameters:
9100   - "throughput"
9101   - "name"
9102   - "tags"
9103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9104   x-axis: "X = VNFs per Service Chain"
9105   y-axis: "Y = Number of Service Chains"
9106   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9107   layout:
9108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9109     layout: "plot-service-density"
9110
9111 - type: "plot"
9112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9113   algorithm: "plot_nf_heatmap"
9114   output-file-type: ".html"
9115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9116   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9117   filter: "'NIC_Intel-XXV710' and
9118            'NF_DENSITY' and
9119            'VHOST' and
9120            'VXLAN' and
9121            'CHAIN' and
9122            'IMIX' and
9123            '4T2C' and
9124            'NDRPDR'"
9125   parameters:
9126   - "throughput"
9127   - "name"
9128   - "tags"
9129   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9130   x-axis: "X = VNFs per Service Chain"
9131   y-axis: "Y = Number of Service Chains"
9132   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9133   layout:
9134     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9135     layout: "plot-service-density"
9136
9137 - type: "plot"
9138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9139   algorithm: "plot_nf_heatmap"
9140   output-file-type: ".html"
9141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9142   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9143   filter: "'NIC_Intel-XXV710' and
9144            'NF_DENSITY' and
9145            'VHOST' and
9146            'VXLAN' and
9147            'CHAIN' and
9148            'IMIX' and
9149            '8T4C' and
9150            'NDRPDR'"
9151   parameters:
9152   - "throughput"
9153   - "name"
9154   - "tags"
9155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9156   x-axis: "X = VNFs per Service Chain"
9157   y-axis: "Y = Number of Service Chains"
9158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9159   layout:
9160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9161     layout: "plot-service-density"
9162
9163 ###############################################################################
9164
9165 # Plots - NF Density - CSC - MRR IMIX
9166 - type: "plot"
9167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9168   algorithm: "plot_nf_heatmap"
9169   output-file-type: ".html"
9170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9171   data: "plot-vpp-nfv-2n-skx-mrr"
9172   filter: "'NIC_Intel-XXV710' and
9173            'NF_DENSITY' and
9174            'DOCKER' and
9175            'CHAIN' and
9176            'NF_VPPIP4' and
9177            'IMIX' and
9178            '2T1C' and
9179            'MRR'"
9180   parameters:
9181   - "result"
9182   - "name"
9183   - "tags"
9184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9185   x-axis: "X = CNFs per Service Chain"
9186   y-axis: "Y = Number of Service Chains"
9187   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9188   layout:
9189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9190     layout: "plot-service-density"
9191
9192 - type: "plot"
9193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9194   algorithm: "plot_nf_heatmap"
9195   output-file-type: ".html"
9196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9197   data: "plot-vpp-nfv-2n-skx-mrr"
9198   filter: "'NIC_Intel-XXV710' and
9199            'NF_DENSITY' and
9200            'DOCKER' and
9201            'CHAIN' and
9202            'NF_VPPIP4' and
9203            'IMIX' and
9204            '4T2C' and
9205            'MRR'"
9206   parameters:
9207   - "result"
9208   - "name"
9209   - "tags"
9210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9211   x-axis: "X = CNFs per Service Chain"
9212   y-axis: "Y = Number of Service Chains"
9213   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9214   layout:
9215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9216     layout: "plot-service-density"
9217
9218 - type: "plot"
9219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9220   algorithm: "plot_nf_heatmap"
9221   output-file-type: ".html"
9222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9223   data: "plot-vpp-nfv-2n-skx-mrr"
9224   filter: "'NIC_Intel-XXV710' and
9225            'NF_DENSITY' and
9226            'DOCKER' and
9227            'CHAIN' and
9228            'NF_VPPIP4' and
9229            'IMIX' and
9230            '8T4C' and
9231            'MRR'"
9232   parameters:
9233   - "result"
9234   - "name"
9235   - "tags"
9236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9237   x-axis: "X = CNFs per Service Chain"
9238   y-axis: "Y = Number of Service Chains"
9239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9240   layout:
9241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9242     layout: "plot-service-density"
9243
9244 # Plots - NF Density - CSC - NDR IMIX
9245 - type: "plot"
9246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9247   algorithm: "plot_nf_heatmap"
9248   output-file-type: ".html"
9249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9250   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9251   filter: "'NIC_Intel-XXV710' and
9252            'NF_DENSITY' and
9253            'DOCKER' and
9254            'CHAIN' and
9255            'NF_VPPIP4' and
9256            'IMIX' and
9257            '2T1C' and
9258            'NDRPDR'"
9259   parameters:
9260   - "throughput"
9261   - "name"
9262   - "tags"
9263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9264   x-axis: "X = CNFs per Service Chain"
9265   y-axis: "Y = Number of Service Chains"
9266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9267   layout:
9268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9269     layout: "plot-service-density"
9270
9271 - type: "plot"
9272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9273   algorithm: "plot_nf_heatmap"
9274   output-file-type: ".html"
9275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9276   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9277   filter: "'NIC_Intel-XXV710' and
9278            'NF_DENSITY' and
9279            'DOCKER' and
9280            'CHAIN' and
9281            'NF_VPPIP4' and
9282            'IMIX' and
9283            '4T2C' and
9284            'NDRPDR'"
9285   parameters:
9286   - "throughput"
9287   - "name"
9288   - "tags"
9289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9290   x-axis: "X = CNFs per Service Chain"
9291   y-axis: "Y = Number of Service Chains"
9292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9293   layout:
9294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9295     layout: "plot-service-density"
9296
9297 - type: "plot"
9298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9299   algorithm: "plot_nf_heatmap"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9302   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9303   filter: "'NIC_Intel-XXV710' and
9304            'NF_DENSITY' and
9305            'DOCKER' and
9306            'CHAIN' and
9307            'NF_VPPIP4' and
9308            'IMIX' and
9309            '8T4C' and
9310            'NDRPDR'"
9311   parameters:
9312   - "throughput"
9313   - "name"
9314   - "tags"
9315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9316   x-axis: "X = CNFs per Service Chain"
9317   y-axis: "Y = Number of Service Chains"
9318   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9319   layout:
9320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9321     layout: "plot-service-density"
9322
9323 # Plots - NF Density - CSC - PDR IMIX
9324 - type: "plot"
9325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9326   algorithm: "plot_nf_heatmap"
9327   output-file-type: ".html"
9328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9329   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9330   filter: "'NIC_Intel-XXV710' and
9331            'NF_DENSITY' and
9332            'DOCKER' and
9333            'CHAIN' and
9334            'NF_VPPIP4' and
9335            'IMIX' and
9336            '2T1C' and
9337            'NDRPDR'"
9338   parameters:
9339   - "throughput"
9340   - "name"
9341   - "tags"
9342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9343   x-axis: "X = CNFs per Service Chain"
9344   y-axis: "Y = Number of Service Chains"
9345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9346   layout:
9347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9348     layout: "plot-service-density"
9349
9350 - type: "plot"
9351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9352   algorithm: "plot_nf_heatmap"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9355   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9356   filter: "'NIC_Intel-XXV710' and
9357            'NF_DENSITY' and
9358            'DOCKER' and
9359            'CHAIN' and
9360            'NF_VPPIP4' and
9361            'IMIX' and
9362            '4T2C' and
9363            'NDRPDR'"
9364   parameters:
9365   - "throughput"
9366   - "name"
9367   - "tags"
9368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9369   x-axis: "X = CNFs per Service Chain"
9370   y-axis: "Y = Number of Service Chains"
9371   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9372   layout:
9373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9374     layout: "plot-service-density"
9375
9376 - type: "plot"
9377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9378   algorithm: "plot_nf_heatmap"
9379   output-file-type: ".html"
9380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9381   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9382   filter: "'NIC_Intel-XXV710' and
9383            'NF_DENSITY' and
9384            'DOCKER' and
9385            'CHAIN' and
9386            'NF_VPPIP4' and
9387            'IMIX' and
9388            '8T4C' and
9389            'NDRPDR'"
9390   parameters:
9391   - "throughput"
9392   - "name"
9393   - "tags"
9394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9395   x-axis: "X = CNFs per Service Chain"
9396   y-axis: "Y = Number of Service Chains"
9397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9398   layout:
9399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9400     layout: "plot-service-density"
9401
9402 ################################################################################
9403 #
9404 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9405 #- type: "plot"
9406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9407 #  algorithm: "plot_nf_heatmap"
9408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9409 #  data: "plot-vpp-nfv-3n-skx-mrr"
9410 #  filter: "'NIC_Intel-XXV710' and
9411 #           'NF_DENSITY' and
9412 #           'DOCKER' and
9413 #           'CHAIN' and
9414 #           'NF_VPPIP4' and
9415 #           'IPSEC' and
9416 #           'TNL_4' and
9417 #           'IMIX' and
9418 #           '2T1C' and
9419 #           'MRR'"
9420 #  parameters:
9421 #  - "result"
9422 #  - "name"
9423 #  - "tags"
9424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9425 #  x-axis: "X = CNFs per Service Chain"
9426 #  y-axis: "Y = Number of Service Chains"
9427 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9428 #  layout:
9429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9430 #    layout: "plot-service-density"
9431 #
9432 #- type: "plot"
9433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9434 #  algorithm: "plot_nf_heatmap"
9435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9436 #  data: "plot-vpp-nfv-3n-skx-mrr"
9437 #  filter: "'NIC_Intel-XXV710' and
9438 #           'NF_DENSITY' and
9439 #           'DOCKER' and
9440 #           'CHAIN' and
9441 #           'NF_VPPIP4' and
9442 #           'IPSEC' and
9443 #           'TNL_4' and
9444 #           'IMIX' and
9445 #           '4T2C' and
9446 #           'MRR'"
9447 #  parameters:
9448 #  - "result"
9449 #  - "name"
9450 #  - "tags"
9451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9452 #  x-axis: "X = CNFs per Service Chain"
9453 #  y-axis: "Y = Number of Service Chains"
9454 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9455 #  layout:
9456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9457 #    layout: "plot-service-density"
9458 #
9459 #- type: "plot"
9460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9461 #  algorithm: "plot_nf_heatmap"
9462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9463 #  data: "plot-vpp-nfv-3n-skx-mrr"
9464 #  filter: "'NIC_Intel-XXV710' and
9465 #           'NF_DENSITY' and
9466 #           'DOCKER' and
9467 #           'CHAIN' and
9468 #           'NF_VPPIP4' and
9469 #           'IPSEC' and
9470 #           'TNL_4' and
9471 #           'IMIX' and
9472 #           '8T4C' and
9473 #           'MRR'"
9474 #  parameters:
9475 #  - "result"
9476 #  - "name"
9477 #  - "tags"
9478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9479 #  x-axis: "X = CNFs per Service Chain"
9480 #  y-axis: "Y = Number of Service Chains"
9481 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9482 #  layout:
9483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9484 #    layout: "plot-service-density"
9485
9486 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9487 - type: "plot"
9488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9489   algorithm: "plot_nf_heatmap"
9490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9491   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9492   filter: "'NIC_Intel-XXV710' and
9493            'NF_DENSITY' and
9494            'DOCKER' and
9495            'CHAIN' and
9496            'NF_VPPIP4' and
9497            'IPSEC' and
9498            'TNL_4' and
9499            'IMIX' and
9500            '2T1C' and
9501            'NDRPDR'"
9502   parameters:
9503   - "throughput"
9504   - "name"
9505   - "tags"
9506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9507   x-axis: "X = CNFs per Service Chain"
9508   y-axis: "Y = Number of Service Chains"
9509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9510   layout:
9511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9512     layout: "plot-service-density"
9513
9514 - type: "plot"
9515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9516   algorithm: "plot_nf_heatmap"
9517   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9518   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9519   filter: "'NIC_Intel-XXV710' and
9520            'NF_DENSITY' and
9521            'DOCKER' and
9522            'CHAIN' and
9523            'NF_VPPIP4' and
9524            'IPSEC' and
9525            'TNL_4' and
9526            'IMIX' and
9527            '4T2C' and
9528            'NDRPDR'"
9529   parameters:
9530   - "throughput"
9531   - "name"
9532   - "tags"
9533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9534   x-axis: "X = CNFs per Service Chain"
9535   y-axis: "Y = Number of Service Chains"
9536   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9537   layout:
9538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9539     layout: "plot-service-density"
9540
9541 - type: "plot"
9542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9543   algorithm: "plot_nf_heatmap"
9544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9545   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9546   filter: "'NIC_Intel-XXV710' and
9547            'NF_DENSITY' and
9548            'DOCKER' and
9549            'CHAIN' and
9550            'NF_VPPIP4' and
9551            'IPSEC' and
9552            'TNL_4' and
9553            'IMIX' and
9554            '8T4C' and
9555            'NDRPDR'"
9556   parameters:
9557   - "throughput"
9558   - "name"
9559   - "tags"
9560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9561   x-axis: "X = CNFs per Service Chain"
9562   y-axis: "Y = Number of Service Chains"
9563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9564   layout:
9565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9566     layout: "plot-service-density"
9567
9568 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9569 - type: "plot"
9570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9571   algorithm: "plot_nf_heatmap"
9572   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9573   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9574   filter: "'NIC_Intel-XXV710' and
9575            'NF_DENSITY' and
9576            'DOCKER' and
9577            'CHAIN' and
9578            'NF_VPPIP4' and
9579            'IPSEC' and
9580            'TNL_4' and
9581            'IMIX' and
9582            '2T1C' and
9583            'NDRPDR'"
9584   parameters:
9585   - "throughput"
9586   - "name"
9587   - "tags"
9588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9589   x-axis: "X = CNFs per Service Chain"
9590   y-axis: "Y = Number of Service Chains"
9591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9592   layout:
9593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9594     layout: "plot-service-density"
9595
9596 - type: "plot"
9597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9598   algorithm: "plot_nf_heatmap"
9599   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9600   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9601   filter: "'NIC_Intel-XXV710' and
9602            'NF_DENSITY' and
9603            'DOCKER' and
9604            'CHAIN' and
9605            'NF_VPPIP4' and
9606            'IPSEC' and
9607            'TNL_4' and
9608            'IMIX' and
9609            '4T2C' and
9610            'NDRPDR'"
9611   parameters:
9612   - "throughput"
9613   - "name"
9614   - "tags"
9615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9616   x-axis: "X = CNFs per Service Chain"
9617   y-axis: "Y = Number of Service Chains"
9618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9619   layout:
9620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9621     layout: "plot-service-density"
9622
9623 - type: "plot"
9624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9625   algorithm: "plot_nf_heatmap"
9626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9627   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9628   filter: "'NIC_Intel-XXV710' and
9629            'NF_DENSITY' and
9630            'DOCKER' and
9631            'CHAIN' and
9632            'NF_VPPIP4' and
9633            'IPSEC' and
9634            'TNL_4' and
9635            'IMIX' and
9636            '8T4C' and
9637            'NDRPDR'"
9638   parameters:
9639   - "throughput"
9640   - "name"
9641   - "tags"
9642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = CNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9648     layout: "plot-service-density"
9649
9650 ###############################################################################
9651
9652 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9657 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9658 #  filter: "'NIC_Intel-XL710' and
9659 #           'NF_DENSITY' and
9660 #           'DOCKER' and
9661 #           'CHAIN' and
9662 #           'NF_VPPIP4' and
9663 #           'IMIX' and
9664 #           'TNL_4' and
9665 #           '1T1C' and
9666 #           'MRR'"
9667 #  parameters:
9668 #  - "result"
9669 #  - "name"
9670 #  - "tags"
9671 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9672 #  x-axis: "X = CNFs per Service Chain"
9673 #  y-axis: "Y = Number of Service Chains"
9674 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9675 #  layout:
9676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9677 #    layout: "plot-service-density"
9678 #
9679 #- type: "plot"
9680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9681 #  algorithm: "plot_nf_heatmap"
9682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9683 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9684 #  filter: "'NIC_Intel-XL710' and
9685 #           'NF_DENSITY' and
9686 #           'DOCKER' and
9687 #           'CHAIN' and
9688 #           'NF_VPPIP4' and
9689 #           'IPSEC' and
9690 #           'TNL_4' and
9691 #           'IMIX' and
9692 #           '2T2C' and
9693 #           'MRR'"
9694 #  parameters:
9695 #  - "result"
9696 #  - "name"
9697 #  - "tags"
9698 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9699 #  x-axis: "X = CNFs per Service Chain"
9700 #  y-axis: "Y = Number of Service Chains"
9701 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9702 #  layout:
9703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9704 #    layout: "plot-service-density"
9705 #
9706 #- type: "plot"
9707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9708 #  algorithm: "plot_nf_heatmap"
9709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9710 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9711 #  filter: "'NIC_Intel-XL710' and
9712 #           'NF_DENSITY' and
9713 #           'DOCKER' and
9714 #           'CHAIN' and
9715 #           'NF_VPPIP4' and
9716 #           'IPSEC' and
9717 #           'TNL_4' and
9718 #           'IMIX' and
9719 #           '4T4C' and
9720 #           'MRR'"
9721 #  parameters:
9722 #  - "result"
9723 #  - "name"
9724 #  - "tags"
9725 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9726 #  x-axis: "X = CNFs per Service Chain"
9727 #  y-axis: "Y = Number of Service Chains"
9728 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9729 #  layout:
9730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9731 #    layout: "plot-service-density"
9732
9733 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9734 #- type: "plot"
9735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9736 #  algorithm: "plot_nf_heatmap"
9737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9738 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9739 #  filter: "'NIC_Intel-XL710' and
9740 #           'NF_DENSITY' and
9741 #           'DOCKER' and
9742 #           'CHAIN' and
9743 #           'NF_VPPIP4' and
9744 #           'IPSEC' and
9745 #           'TNL_4' and
9746 #           'IMIX' and
9747 #           '1T1C' and
9748 #           'NDRPDR'"
9749 #  parameters:
9750 #  - "throughput"
9751 #  - "name"
9752 #  - "tags"
9753 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9754 #  x-axis: "X = CNFs per Service Chain"
9755 #  y-axis: "Y = Number of Service Chains"
9756 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9757 #  layout:
9758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9759 #    layout: "plot-service-density"
9760 #
9761 #- type: "plot"
9762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9763 #  algorithm: "plot_nf_heatmap"
9764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9765 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9766 #  filter: "'NIC_Intel-XL710' and
9767 #           'NF_DENSITY' and
9768 #           'DOCKER' and
9769 #           'CHAIN' and
9770 #           'NF_VPPIP4' and
9771 #           'IPSEC' and
9772 #           'TNL_4' and
9773 #           'IMIX' and
9774 #           '2T2C' and
9775 #           'NDRPDR'"
9776 #  parameters:
9777 #  - "throughput"
9778 #  - "name"
9779 #  - "tags"
9780 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9781 #  x-axis: "X = CNFs per Service Chain"
9782 #  y-axis: "Y = Number of Service Chains"
9783 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9784 #  layout:
9785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9786 #    layout: "plot-service-density"
9787 #
9788 #- type: "plot"
9789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9790 #  algorithm: "plot_nf_heatmap"
9791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9792 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9793 #  filter: "'NIC_Intel-XL710' and
9794 #           'NF_DENSITY' and
9795 #           'DOCKER' and
9796 #           'CHAIN' and
9797 #           'NF_VPPIP4' and
9798 #           'IPSEC' and
9799 #           'TNL_4' and
9800 #           'IMIX' and
9801 #           '4T4C' and
9802 #           'NDRPDR'"
9803 #  parameters:
9804 #  - "throughput"
9805 #  - "name"
9806 #  - "tags"
9807 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9808 #  x-axis: "X = CNFs per Service Chain"
9809 #  y-axis: "Y = Number of Service Chains"
9810 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9811 #  layout:
9812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9813 #    layout: "plot-service-density"
9814 #
9815 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9816 #- type: "plot"
9817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9818 #  algorithm: "plot_nf_heatmap"
9819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9820 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9821 #  filter: "'NIC_Intel-XL710' and
9822 #           'NF_DENSITY' and
9823 #           'DOCKER' and
9824 #           'CHAIN' and
9825 #           'NF_VPPIP4' and
9826 #           'IPSEC' and
9827 #           'TNL_4' and
9828 #           'IMIX' and
9829 #           '1T1C' and
9830 #           'NDRPDR'"
9831 #  parameters:
9832 #  - "throughput"
9833 #  - "name"
9834 #  - "tags"
9835 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9836 #  x-axis: "X = CNFs per Service Chain"
9837 #  y-axis: "Y = Number of Service Chains"
9838 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9839 #  layout:
9840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9841 #    layout: "plot-service-density"
9842 #
9843 #- type: "plot"
9844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9845 #  algorithm: "plot_nf_heatmap"
9846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9847 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9848 #  filter: "'NIC_Intel-XL710' and
9849 #           'NF_DENSITY' and
9850 #           'DOCKER' and
9851 #           'CHAIN' and
9852 #           'NF_VPPIP4' and
9853 #           'IPSEC' and
9854 #           'TNL_4' and
9855 #           'IMIX' and
9856 #           '2T2C' and
9857 #           'NDRPDR'"
9858 #  parameters:
9859 #  - "throughput"
9860 #  - "name"
9861 #  - "tags"
9862 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9863 #  x-axis: "X = CNFs per Service Chain"
9864 #  y-axis: "Y = Number of Service Chains"
9865 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9866 #  layout:
9867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9868 #    layout: "plot-service-density"
9869 #
9870 #- type: "plot"
9871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9872 #  algorithm: "plot_nf_heatmap"
9873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9874 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9875 #  filter: "'NIC_Intel-XL710' and
9876 #           'NF_DENSITY' and
9877 #           'DOCKER' and
9878 #           'CHAIN' and
9879 #           'NF_VPPIP4' and
9880 #           'IPSEC' and
9881 #           'TNL_4' and
9882 #           'IMIX' and
9883 #           '4T4C' and
9884 #           'NDRPDR'"
9885 #  parameters:
9886 #  - "throughput"
9887 #  - "name"
9888 #  - "tags"
9889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9890 #  x-axis: "X = CNFs per Service Chain"
9891 #  y-axis: "Y = Number of Service Chains"
9892 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9893 #  layout:
9894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9895 #    layout: "plot-service-density"
9896
9897 ###############################################################################
9898
9899 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9900 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9904 #  data: "plot-vpp-nfv-3n-skx-mrr"
9905 #  filter: "'NIC_Intel-XXV710' and
9906 #           'NF_DENSITY' and
9907 #           'DOCKER' and
9908 #           'CHAIN' and
9909 #           'NF_VPPIP4' and
9910 #           'IPSEC' and
9911 #           'TNL_1000' and
9912 #           'IMIX' and
9913 #           '2T1C' and
9914 #           'MRR'"
9915 #  parameters:
9916 #  - "result"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = CNFs per Service Chain"
9921 #  y-axis: "Y = Number of Service Chains"
9922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9925 #    layout: "plot-service-density"
9926 #
9927 #- type: "plot"
9928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9929 #  algorithm: "plot_nf_heatmap"
9930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9931 #  data: "plot-vpp-nfv-3n-skx-mrr"
9932 #  filter: "'NIC_Intel-XXV710' and
9933 #           'NF_DENSITY' and
9934 #           'DOCKER' and
9935 #           'CHAIN' and
9936 #           'NF_VPPIP4' and
9937 #           'IPSEC' and
9938 #           'TNL_1000' and
9939 #           'IMIX' and
9940 #           '4T2C' and
9941 #           'MRR'"
9942 #  parameters:
9943 #  - "result"
9944 #  - "name"
9945 #  - "tags"
9946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9947 #  x-axis: "X = CNFs per Service Chain"
9948 #  y-axis: "Y = Number of Service Chains"
9949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9950 #  layout:
9951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9952 #    layout: "plot-service-density"
9953 #
9954 #- type: "plot"
9955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9956 #  algorithm: "plot_nf_heatmap"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9958 #  data: "plot-vpp-nfv-3n-skx-mrr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'DOCKER' and
9962 #           'CHAIN' and
9963 #           'NF_VPPIP4' and
9964 #           'IPSEC' and
9965 #           'TNL_1000' and
9966 #           'IMIX' and
9967 #           '8T4C' and
9968 #           'MRR'"
9969 #  parameters:
9970 #  - "result"
9971 #  - "name"
9972 #  - "tags"
9973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9974 #  x-axis: "X = CNFs per Service Chain"
9975 #  y-axis: "Y = Number of Service Chains"
9976 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9977 #  layout:
9978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9979 #    layout: "plot-service-density"
9980
9981 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9982 - type: "plot"
9983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9984   algorithm: "plot_nf_heatmap"
9985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9986   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9987   filter: "'NIC_Intel-XXV710' and
9988            'NF_DENSITY' and
9989            'DOCKER' and
9990            'CHAIN' and
9991            'NF_VPPIP4' and
9992            'IPSEC' and
9993            'TNL_1000' and
9994            'IMIX' and
9995            '2T1C' and
9996            'NDRPDR'"
9997   parameters:
9998   - "throughput"
9999   - "name"
10000   - "tags"
10001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10002   x-axis: "X = CNFs per Service Chain"
10003   y-axis: "Y = Number of Service Chains"
10004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10005   layout:
10006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10007     layout: "plot-service-density"
10008
10009 - type: "plot"
10010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10011   algorithm: "plot_nf_heatmap"
10012   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10013   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10014   filter: "'NIC_Intel-XXV710' and
10015            'NF_DENSITY' and
10016            'DOCKER' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IPSEC' and
10020            'TNL_1000' and
10021            'IMIX' and
10022            '4T2C' and
10023            'NDRPDR'"
10024   parameters:
10025   - "throughput"
10026   - "name"
10027   - "tags"
10028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10029   x-axis: "X = CNFs per Service Chain"
10030   y-axis: "Y = Number of Service Chains"
10031   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10032   layout:
10033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10034     layout: "plot-service-density"
10035
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10040   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10041   filter: "'NIC_Intel-XXV710' and
10042            'NF_DENSITY' and
10043            'DOCKER' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IPSEC' and
10047            'TNL_1000' and
10048            'IMIX' and
10049            '8T4C' and
10050            'NDRPDR'"
10051   parameters:
10052   - "throughput"
10053   - "name"
10054   - "tags"
10055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10056   x-axis: "X = CNFs per Service Chain"
10057   y-axis: "Y = Number of Service Chains"
10058   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10059   layout:
10060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10061     layout: "plot-service-density"
10062
10063 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10068   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10069   filter: "'NIC_Intel-XXV710' and
10070            'NF_DENSITY' and
10071            'DOCKER' and
10072            'CHAIN' and
10073            'NF_VPPIP4' and
10074            'IPSEC' and
10075            'TNL_1000' and
10076            'IMIX' and
10077            '2T1C' and
10078            'NDRPDR'"
10079   parameters:
10080   - "throughput"
10081   - "name"
10082   - "tags"
10083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10084   x-axis: "X = CNFs per Service Chain"
10085   y-axis: "Y = Number of Service Chains"
10086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10087   layout:
10088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10089     layout: "plot-service-density"
10090
10091 - type: "plot"
10092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10093   algorithm: "plot_nf_heatmap"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10095   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'DOCKER' and
10099            'CHAIN' and
10100            'NF_VPPIP4' and
10101            'IPSEC' and
10102            'TNL_1000' and
10103            'IMIX' and
10104            '4T2C' and
10105            'NDRPDR'"
10106   parameters:
10107   - "throughput"
10108   - "name"
10109   - "tags"
10110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10111   x-axis: "X = CNFs per Service Chain"
10112   y-axis: "Y = Number of Service Chains"
10113   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10114   layout:
10115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10116     layout: "plot-service-density"
10117
10118 - type: "plot"
10119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10120   algorithm: "plot_nf_heatmap"
10121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10122   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10123   filter: "'NIC_Intel-XXV710' and
10124            'NF_DENSITY' and
10125            'DOCKER' and
10126            'CHAIN' and
10127            'NF_VPPIP4' and
10128            'IPSEC' and
10129            'TNL_1000' and
10130            'IMIX' and
10131            '8T4C' and
10132            'NDRPDR'"
10133   parameters:
10134   - "throughput"
10135   - "name"
10136   - "tags"
10137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10138   x-axis: "X = CNFs per Service Chain"
10139   y-axis: "Y = Number of Service Chains"
10140   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10141   layout:
10142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10143     layout: "plot-service-density"
10144
10145 ###############################################################################
10146
10147 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10148 #- type: "plot"
10149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10150 #  algorithm: "plot_nf_heatmap"
10151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10152 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10153 #  filter: "'NIC_Intel-XL710' and
10154 #           'NF_DENSITY' and
10155 #           'DOCKER' and
10156 #           'CHAIN' and
10157 #           'NF_VPPIP4' and
10158 #           'IMIX' and
10159 #           'TNL_1000' and
10160 #           '1T1C' and
10161 #           'MRR'"
10162 #  parameters:
10163 #  - "result"
10164 #  - "name"
10165 #  - "tags"
10166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10167 #  x-axis: "X = CNFs per Service Chain"
10168 #  y-axis: "Y = Number of Service Chains"
10169 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10170 #  layout:
10171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10172 #    layout: "plot-service-density"
10173 #
10174 #- type: "plot"
10175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10176 #  algorithm: "plot_nf_heatmap"
10177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10178 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10179 #  filter: "'NIC_Intel-XL710' and
10180 #           'NF_DENSITY' and
10181 #           'DOCKER' and
10182 #           'CHAIN' and
10183 #           'NF_VPPIP4' and
10184 #           'IPSEC' and
10185 #           'TNL_1000' and
10186 #           'IMIX' and
10187 #           '2T2C' and
10188 #           'MRR'"
10189 #  parameters:
10190 #  - "result"
10191 #  - "name"
10192 #  - "tags"
10193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10194 #  x-axis: "X = CNFs per Service Chain"
10195 #  y-axis: "Y = Number of Service Chains"
10196 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10197 #  layout:
10198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10199 #    layout: "plot-service-density"
10200 #
10201 #- type: "plot"
10202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10203 #  algorithm: "plot_nf_heatmap"
10204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10205 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10206 #  filter: "'NIC_Intel-XL710' and
10207 #           'NF_DENSITY' and
10208 #           'DOCKER' and
10209 #           'CHAIN' and
10210 #           'NF_VPPIP4' and
10211 #           'IPSEC' and
10212 #           'TNL_1000' and
10213 #           'IMIX' and
10214 #           '4T4C' and
10215 #           'MRR'"
10216 #  parameters:
10217 #  - "result"
10218 #  - "name"
10219 #  - "tags"
10220 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221 #  x-axis: "X = CNFs per Service Chain"
10222 #  y-axis: "Y = Number of Service Chains"
10223 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224 #  layout:
10225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10226 #    layout: "plot-service-density"
10227
10228 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10229 #- type: "plot"
10230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10231 #  algorithm: "plot_nf_heatmap"
10232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10233 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10234 #  filter: "'NIC_Intel-XL710' and
10235 #           'NF_DENSITY' and
10236 #           'DOCKER' and
10237 #           'CHAIN' and
10238 #           'NF_VPPIP4' and
10239 #           'IPSEC' and
10240 #           'TNL_1000' and
10241 #           'IMIX' and
10242 #           '1T1C' and
10243 #           'NDRPDR'"
10244 #  parameters:
10245 #  - "throughput"
10246 #  - "name"
10247 #  - "tags"
10248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10249 #  x-axis: "X = CNFs per Service Chain"
10250 #  y-axis: "Y = Number of Service Chains"
10251 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10252 #  layout:
10253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10254 #    layout: "plot-service-density"
10255 #
10256 #- type: "plot"
10257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10258 #  algorithm: "plot_nf_heatmap"
10259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10260 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10261 #  filter: "'NIC_Intel-XL710' and
10262 #           'NF_DENSITY' and
10263 #           'DOCKER' and
10264 #           'CHAIN' and
10265 #           'NF_VPPIP4' and
10266 #           'IPSEC' and
10267 #           'TNL_1000' and
10268 #           'IMIX' and
10269 #           '2T2C' and
10270 #           'NDRPDR'"
10271 #  parameters:
10272 #  - "throughput"
10273 #  - "name"
10274 #  - "tags"
10275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10276 #  x-axis: "X = CNFs per Service Chain"
10277 #  y-axis: "Y = Number of Service Chains"
10278 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10279 #  layout:
10280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10281 #    layout: "plot-service-density"
10282 #
10283 #- type: "plot"
10284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10285 #  algorithm: "plot_nf_heatmap"
10286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10287 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10288 #  filter: "'NIC_Intel-XL710' and
10289 #           'NF_DENSITY' and
10290 #           'DOCKER' and
10291 #           'CHAIN' and
10292 #           'NF_VPPIP4' and
10293 #           'IPSEC' and
10294 #           'TNL_1000' and
10295 #           'IMIX' and
10296 #           '4T4C' and
10297 #           'NDRPDR'"
10298 #  parameters:
10299 #  - "throughput"
10300 #  - "name"
10301 #  - "tags"
10302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10303 #  x-axis: "X = CNFs per Service Chain"
10304 #  y-axis: "Y = Number of Service Chains"
10305 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10306 #  layout:
10307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10308 #    layout: "plot-service-density"
10309 #
10310 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10311 #- type: "plot"
10312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10313 #  algorithm: "plot_nf_heatmap"
10314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10315 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10316 #  filter: "'NIC_Intel-XL710' and
10317 #           'NF_DENSITY' and
10318 #           'DOCKER' and
10319 #           'CHAIN' and
10320 #           'NF_VPPIP4' and
10321 #           'IPSEC' and
10322 #           'TNL_1000' and
10323 #           'IMIX' and
10324 #           '1T1C' and
10325 #           'NDRPDR'"
10326 #  parameters:
10327 #  - "throughput"
10328 #  - "name"
10329 #  - "tags"
10330 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10331 #  x-axis: "X = CNFs per Service Chain"
10332 #  y-axis: "Y = Number of Service Chains"
10333 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10334 #  layout:
10335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10336 #    layout: "plot-service-density"
10337 #
10338 #- type: "plot"
10339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10340 #  algorithm: "plot_nf_heatmap"
10341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10342 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10343 #  filter: "'NIC_Intel-XL710' and
10344 #           'NF_DENSITY' and
10345 #           'DOCKER' and
10346 #           'CHAIN' and
10347 #           'NF_VPPIP4' and
10348 #           'IPSEC' and
10349 #           'TNL_1000' and
10350 #           'IMIX' and
10351 #           '2T2C' and
10352 #           'NDRPDR'"
10353 #  parameters:
10354 #  - "throughput"
10355 #  - "name"
10356 #  - "tags"
10357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10358 #  x-axis: "X = CNFs per Service Chain"
10359 #  y-axis: "Y = Number of Service Chains"
10360 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10361 #  layout:
10362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10363 #    layout: "plot-service-density"
10364 #
10365 #- type: "plot"
10366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10367 #  algorithm: "plot_nf_heatmap"
10368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10369 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10370 #  filter: "'NIC_Intel-XL710' and
10371 #           'NF_DENSITY' and
10372 #           'DOCKER' and
10373 #           'CHAIN' and
10374 #           'NF_VPPIP4' and
10375 #           'IPSEC' and
10376 #           'TNL_1000' and
10377 #           'IMIX' and
10378 #           '4T4C' and
10379 #           'NDRPDR'"
10380 #  parameters:
10381 #  - "throughput"
10382 #  - "name"
10383 #  - "tags"
10384 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10385 #  x-axis: "X = CNFs per Service Chain"
10386 #  y-axis: "Y = Number of Service Chains"
10387 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10388 #  layout:
10389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10390 #    layout: "plot-service-density"
10391
10392 ###############################################################################
10393
10394 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10395 #- type: "plot"
10396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10397 #  algorithm: "plot_nf_heatmap"
10398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10399 #  data: "plot-vpp-nfv-3n-skx-mrr"
10400 #  filter: "'NIC_Intel-XXV710' and
10401 #           'NF_DENSITY' and
10402 #           'DOCKER' and
10403 #           'CHAIN' and
10404 #           'NF_VPPIP4' and
10405 #           'IPSEC' and
10406 #           'TNL_10000' and
10407 #           'IMIX' and
10408 #           '2T1C' and
10409 #           'MRR'"
10410 #  parameters:
10411 #  - "result"
10412 #  - "name"
10413 #  - "tags"
10414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10415 #  x-axis: "X = CNFs per Service Chain"
10416 #  y-axis: "Y = Number of Service Chains"
10417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10418 #  layout:
10419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10420 #    layout: "plot-service-density"
10421 #
10422 #- type: "plot"
10423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10424 #  algorithm: "plot_nf_heatmap"
10425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10426 #  data: "plot-vpp-nfv-3n-skx-mrr"
10427 #  filter: "'NIC_Intel-XXV710' and
10428 #           'NF_DENSITY' and
10429 #           'DOCKER' and
10430 #           'CHAIN' and
10431 #           'NF_VPPIP4' and
10432 #           'IPSEC' and
10433 #           'TNL_10000' and
10434 #           'IMIX' and
10435 #           '4T2C' and
10436 #           'MRR'"
10437 #  parameters:
10438 #  - "result"
10439 #  - "name"
10440 #  - "tags"
10441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10442 #  x-axis: "X = CNFs per Service Chain"
10443 #  y-axis: "Y = Number of Service Chains"
10444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10445 #  layout:
10446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10447 #    layout: "plot-service-density"
10448 #
10449 #- type: "plot"
10450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10451 #  algorithm: "plot_nf_heatmap"
10452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10453 #  data: "plot-vpp-nfv-3n-skx-mrr"
10454 #  filter: "'NIC_Intel-XXV710' and
10455 #           'NF_DENSITY' and
10456 #           'DOCKER' and
10457 #           'CHAIN' and
10458 #           'NF_VPPIP4' and
10459 #           'IPSEC' and
10460 #           'TNL_10000' and
10461 #           'IMIX' and
10462 #           '8T4C' and
10463 #           'MRR'"
10464 #  parameters:
10465 #  - "result"
10466 #  - "name"
10467 #  - "tags"
10468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10469 #  x-axis: "X = CNFs per Service Chain"
10470 #  y-axis: "Y = Number of Service Chains"
10471 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10472 #  layout:
10473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10474 #    layout: "plot-service-density"
10475
10476 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10481   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10482   filter: "'NIC_Intel-XXV710' and
10483            'NF_DENSITY' and
10484            'DOCKER' and
10485            'CHAIN' and
10486            'NF_VPPIP4' and
10487            'IPSEC' and
10488            'TNL_10000' and
10489            'IMIX' and
10490            '2T1C' and
10491            'NDRPDR'"
10492   parameters:
10493   - "throughput"
10494   - "name"
10495   - "tags"
10496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10497   x-axis: "X = CNFs per Service Chain"
10498   y-axis: "Y = Number of Service Chains"
10499   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10500   layout:
10501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10502     layout: "plot-service-density"
10503
10504 - type: "plot"
10505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10506   algorithm: "plot_nf_heatmap"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10508   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'DOCKER' and
10512            'CHAIN' and
10513            'NF_VPPIP4' and
10514            'IPSEC' and
10515            'TNL_10000' and
10516            'IMIX' and
10517            '4T2C' and
10518            'NDRPDR'"
10519   parameters:
10520   - "throughput"
10521   - "name"
10522   - "tags"
10523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10524   x-axis: "X = CNFs per Service Chain"
10525   y-axis: "Y = Number of Service Chains"
10526   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10527   layout:
10528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10529     layout: "plot-service-density"
10530
10531 - type: "plot"
10532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10533   algorithm: "plot_nf_heatmap"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10535   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'DOCKER' and
10539            'CHAIN' and
10540            'NF_VPPIP4' and
10541            'IPSEC' and
10542            'TNL_10000' and
10543            'IMIX' and
10544            '8T4C' and
10545            'NDRPDR'"
10546   parameters:
10547   - "throughput"
10548   - "name"
10549   - "tags"
10550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10551   x-axis: "X = CNFs per Service Chain"
10552   y-axis: "Y = Number of Service Chains"
10553   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10554   layout:
10555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10556     layout: "plot-service-density"
10557
10558 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10563   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10564   filter: "'NIC_Intel-XXV710' and
10565            'NF_DENSITY' and
10566            'DOCKER' and
10567            'CHAIN' and
10568            'NF_VPPIP4' and
10569            'IPSEC' and
10570            'TNL_10000' and
10571            'IMIX' and
10572            '2T1C' and
10573            'NDRPDR'"
10574   parameters:
10575   - "throughput"
10576   - "name"
10577   - "tags"
10578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10579   x-axis: "X = CNFs per Service Chain"
10580   y-axis: "Y = Number of Service Chains"
10581   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10582   layout:
10583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10584     layout: "plot-service-density"
10585
10586 - type: "plot"
10587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10588   algorithm: "plot_nf_heatmap"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10590   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'DOCKER' and
10594            'CHAIN' and
10595            'NF_VPPIP4' and
10596            'IPSEC' and
10597            'TNL_10000' and
10598            'IMIX' and
10599            '4T2C' and
10600            'NDRPDR'"
10601   parameters:
10602   - "throughput"
10603   - "name"
10604   - "tags"
10605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10606   x-axis: "X = CNFs per Service Chain"
10607   y-axis: "Y = Number of Service Chains"
10608   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10609   layout:
10610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10611     layout: "plot-service-density"
10612
10613 - type: "plot"
10614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10615   algorithm: "plot_nf_heatmap"
10616   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10617   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10618   filter: "'NIC_Intel-XXV710' and
10619            'NF_DENSITY' and
10620            'DOCKER' and
10621            'CHAIN' and
10622            'NF_VPPIP4' and
10623            'IPSEC' and
10624            'TNL_10000' and
10625            'IMIX' and
10626            '8T4C' and
10627            'NDRPDR'"
10628   parameters:
10629   - "throughput"
10630   - "name"
10631   - "tags"
10632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = CNFs per Service Chain"
10634   y-axis: "Y = Number of Service Chains"
10635   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10638     layout: "plot-service-density"
10639
10640 ###############################################################################
10641
10642 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10643 #- type: "plot"
10644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10645 #  algorithm: "plot_nf_heatmap"
10646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10647 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10648 #  filter: "'NIC_Intel-XL710' and
10649 #           'NF_DENSITY' and
10650 #           'DOCKER' and
10651 #           'CHAIN' and
10652 #           'NF_VPPIP4' and
10653 #           'IMIX' and
10654 #           'TNL_10000' and
10655 #           '1T1C' and
10656 #           'MRR'"
10657 #  parameters:
10658 #  - "result"
10659 #  - "name"
10660 #  - "tags"
10661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10662 #  x-axis: "X = CNFs per Service Chain"
10663 #  y-axis: "Y = Number of Service Chains"
10664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10665 #  layout:
10666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10667 #    layout: "plot-service-density"
10668 #
10669 #- type: "plot"
10670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10671 #  algorithm: "plot_nf_heatmap"
10672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10673 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10674 #  filter: "'NIC_Intel-XL710' and
10675 #           'NF_DENSITY' and
10676 #           'DOCKER' and
10677 #           'CHAIN' and
10678 #           'NF_VPPIP4' and
10679 #           'IPSEC' and
10680 #           'TNL_10000' and
10681 #           'IMIX' and
10682 #           '2T2C' and
10683 #           'MRR'"
10684 #  parameters:
10685 #  - "result"
10686 #  - "name"
10687 #  - "tags"
10688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10689 #  x-axis: "X = CNFs per Service Chain"
10690 #  y-axis: "Y = Number of Service Chains"
10691 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10692 #  layout:
10693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10694 #    layout: "plot-service-density"
10695 #
10696 #- type: "plot"
10697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10698 #  algorithm: "plot_nf_heatmap"
10699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10700 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10701 #  filter: "'NIC_Intel-XL710' and
10702 #           'NF_DENSITY' and
10703 #           'DOCKER' and
10704 #           'CHAIN' and
10705 #           'NF_VPPIP4' and
10706 #           'IPSEC' and
10707 #           'TNL_10000' and
10708 #           'IMIX' and
10709 #           '4T4C' and
10710 #           'MRR'"
10711 #  parameters:
10712 #  - "result"
10713 #  - "name"
10714 #  - "tags"
10715 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10716 #  x-axis: "X = CNFs per Service Chain"
10717 #  y-axis: "Y = Number of Service Chains"
10718 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10719 #  layout:
10720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10721 #    layout: "plot-service-density"
10722
10723 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10724 #- type: "plot"
10725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10726 #  algorithm: "plot_nf_heatmap"
10727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10728 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10729 #  filter: "'NIC_Intel-XL710' and
10730 #           'NF_DENSITY' and
10731 #           'DOCKER' and
10732 #           'CHAIN' and
10733 #           'NF_VPPIP4' and
10734 #           'IPSEC' and
10735 #           'TNL_10000' and
10736 #           'IMIX' and
10737 #           '1T1C' and
10738 #           'NDRPDR'"
10739 #  parameters:
10740 #  - "throughput"
10741 #  - "name"
10742 #  - "tags"
10743 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10744 #  x-axis: "X = CNFs per Service Chain"
10745 #  y-axis: "Y = Number of Service Chains"
10746 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10747 #  layout:
10748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10749 #    layout: "plot-service-density"
10750 #
10751 #- type: "plot"
10752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10753 #  algorithm: "plot_nf_heatmap"
10754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10755 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10756 #  filter: "'NIC_Intel-XL710' and
10757 #           'NF_DENSITY' and
10758 #           'DOCKER' and
10759 #           'CHAIN' and
10760 #           'NF_VPPIP4' and
10761 #           'IPSEC' and
10762 #           'TNL_10000' and
10763 #           'IMIX' and
10764 #           '2T2C' and
10765 #           'NDRPDR'"
10766 #  parameters:
10767 #  - "throughput"
10768 #  - "name"
10769 #  - "tags"
10770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10771 #  x-axis: "X = CNFs per Service Chain"
10772 #  y-axis: "Y = Number of Service Chains"
10773 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10774 #  layout:
10775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10776 #    layout: "plot-service-density"
10777 #
10778 #- type: "plot"
10779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10780 #  algorithm: "plot_nf_heatmap"
10781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10782 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10783 #  filter: "'NIC_Intel-XL710' and
10784 #           'NF_DENSITY' and
10785 #           'DOCKER' and
10786 #           'CHAIN' and
10787 #           'NF_VPPIP4' and
10788 #           'IPSEC' and
10789 #           'TNL_10000' and
10790 #           'IMIX' and
10791 #           '4T4C' and
10792 #           'NDRPDR'"
10793 #  parameters:
10794 #  - "throughput"
10795 #  - "name"
10796 #  - "tags"
10797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10798 #  x-axis: "X = CNFs per Service Chain"
10799 #  y-axis: "Y = Number of Service Chains"
10800 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10801 #  layout:
10802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10803 #    layout: "plot-service-density"
10804 #
10805 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10806 #- type: "plot"
10807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10808 #  algorithm: "plot_nf_heatmap"
10809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10810 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10811 #  filter: "'NIC_Intel-XL710' and
10812 #           'NF_DENSITY' and
10813 #           'DOCKER' and
10814 #           'CHAIN' and
10815 #           'NF_VPPIP4' and
10816 #           'IPSEC' and
10817 #           'TNL_10000' and
10818 #           'IMIX' and
10819 #           '1T1C' and
10820 #           'NDRPDR'"
10821 #  parameters:
10822 #  - "throughput"
10823 #  - "name"
10824 #  - "tags"
10825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10826 #  x-axis: "X = CNFs per Service Chain"
10827 #  y-axis: "Y = Number of Service Chains"
10828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10829 #  layout:
10830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10831 #    layout: "plot-service-density"
10832 #
10833 #- type: "plot"
10834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10835 #  algorithm: "plot_nf_heatmap"
10836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10837 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10838 #  filter: "'NIC_Intel-XL710' and
10839 #           'NF_DENSITY' and
10840 #           'DOCKER' and
10841 #           'CHAIN' and
10842 #           'NF_VPPIP4' and
10843 #           'IPSEC' and
10844 #           'TNL_10000' and
10845 #           'IMIX' and
10846 #           '2T2C' and
10847 #           'NDRPDR'"
10848 #  parameters:
10849 #  - "throughput"
10850 #  - "name"
10851 #  - "tags"
10852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10853 #  x-axis: "X = CNFs per Service Chain"
10854 #  y-axis: "Y = Number of Service Chains"
10855 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10856 #  layout:
10857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10858 #    layout: "plot-service-density"
10859 #
10860 #- type: "plot"
10861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10862 #  algorithm: "plot_nf_heatmap"
10863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10864 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10865 #  filter: "'NIC_Intel-XL710' and
10866 #           'NF_DENSITY' and
10867 #           'DOCKER' and
10868 #           'CHAIN' and
10869 #           'NF_VPPIP4' and
10870 #           'IPSEC' and
10871 #           'TNL_10000' and
10872 #           'IMIX' and
10873 #           '4T4C' and
10874 #           'NDRPDR'"
10875 #  parameters:
10876 #  - "throughput"
10877 #  - "name"
10878 #  - "tags"
10879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10880 #  x-axis: "X = CNFs per Service Chain"
10881 #  y-axis: "Y = Number of Service Chains"
10882 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10883 #  layout:
10884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10885 #    layout: "plot-service-density"
10886
10887 ###############################################################################
10888
10889 # Plots - NF Density - CSP - MRR IMIX
10890 - type: "plot"
10891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10892   algorithm: "plot_nf_heatmap"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10895   data: "plot-vpp-nfv-2n-skx-mrr"
10896   filter: "'NIC_Intel-XXV710' and
10897            'NF_DENSITY' and
10898            'DOCKER' and
10899            'PIPELINE' and
10900            'NF_VPPIP4' and
10901            'IMIX' and
10902            '2T1C' and
10903            'MRR'"
10904   parameters:
10905   - "result"
10906   - "name"
10907   - "tags"
10908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10909   x-axis: "X = CNFs per Service Pipeline"
10910   y-axis: "Y = Number of Service Pipelines"
10911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10912   layout:
10913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10914     layout: "plot-service-density"
10915
10916 - type: "plot"
10917   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10918   algorithm: "plot_nf_heatmap"
10919   output-file-type: ".html"
10920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10921   data: "plot-vpp-nfv-2n-skx-mrr"
10922   filter: "'NIC_Intel-XXV710' and
10923            'NF_DENSITY' and
10924            'DOCKER' and
10925            'PIPELINE' and
10926            'NF_VPPIP4' and
10927            'IMIX' and
10928            '4T2C' and
10929            'MRR'"
10930   parameters:
10931   - "result"
10932   - "name"
10933   - "tags"
10934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10935   x-axis: "X = CNFs per Service Pipeline"
10936   y-axis: "Y = Number of Service Pipelines"
10937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10938   layout:
10939     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10940     layout: "plot-service-density"
10941
10942 - type: "plot"
10943   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10944   algorithm: "plot_nf_heatmap"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10947   data: "plot-vpp-nfv-2n-skx-mrr"
10948   filter: "'NIC_Intel-XXV710' and
10949            'NF_DENSITY' and
10950            'DOCKER' and
10951            'PIPELINE' and
10952            'NF_VPPIP4' and
10953            'IMIX' and
10954            '8T4C' and
10955            'MRR'"
10956   parameters:
10957   - "result"
10958   - "name"
10959   - "tags"
10960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10961   x-axis: "X = CNFs per Service Pipeline"
10962   y-axis: "Y = Number of Service Pipelines"
10963   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10964   layout:
10965     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10966     layout: "plot-service-density"
10967
10968 # Plots - NF Density - CSP - NDR IMIX
10969 - type: "plot"
10970   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10971   algorithm: "plot_nf_heatmap"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10974   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10975   filter: "'NIC_Intel-XXV710' and
10976            'NF_DENSITY' and
10977            'DOCKER' and
10978            'PIPELINE' and
10979            'NF_VPPIP4' and
10980            'IMIX' and
10981            '2T1C' and
10982            'NDRPDR'"
10983   parameters:
10984   - "throughput"
10985   - "name"
10986   - "tags"
10987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10988   x-axis: "X = CNFs per Service Pipeline"
10989   y-axis: "Y = Number of Service Pipelines"
10990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10991   layout:
10992     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10993     layout: "plot-service-density"
10994
10995 - type: "plot"
10996   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10997   algorithm: "plot_nf_heatmap"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11000   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11001   filter: "'NIC_Intel-XXV710' and
11002            'NF_DENSITY' and
11003            'DOCKER' and
11004            'PIPELINE' and
11005            'NF_VPPIP4' and
11006            'IMIX' and
11007            '4T2C' and
11008            'NDRPDR'"
11009   parameters:
11010   - "throughput"
11011   - "name"
11012   - "tags"
11013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11014   x-axis: "X = CNFs per Service Pipeline"
11015   y-axis: "Y = Number of Service Pipelines"
11016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11017   layout:
11018     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11019     layout: "plot-service-density"
11020
11021 - type: "plot"
11022   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11023   algorithm: "plot_nf_heatmap"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11026   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11027   filter: "'NIC_Intel-XXV710' and
11028            'NF_DENSITY' and
11029            'DOCKER' and
11030            'PIPELINE' and
11031            'NF_VPPIP4' and
11032            'IMIX' and
11033            '8T4C' and
11034            'NDRPDR'"
11035   parameters:
11036   - "throughput"
11037   - "name"
11038   - "tags"
11039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11040   x-axis: "X = CNFs per Service Pipeline"
11041   y-axis: "Y = Number of Service Pipelines"
11042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11043   layout:
11044     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11045     layout: "plot-service-density"
11046
11047 # Plots - NF Density - CSP - PDR IMIX
11048 - type: "plot"
11049   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11050   algorithm: "plot_nf_heatmap"
11051   output-file-type: ".html"
11052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11054   filter: "'NIC_Intel-XXV710' and
11055            'NF_DENSITY' and
11056            'DOCKER' and
11057            'PIPELINE' and
11058            'NF_VPPIP4' and
11059            'IMIX' and
11060            '2T1C' and
11061            'NDRPDR'"
11062   parameters:
11063   - "throughput"
11064   - "name"
11065   - "tags"
11066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11067   x-axis: "X = CNFs per Service Pipeline"
11068   y-axis: "Y = Number of Service Pipelines"
11069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11070   layout:
11071     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11072     layout: "plot-service-density"
11073
11074 - type: "plot"
11075   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11076   algorithm: "plot_nf_heatmap"
11077   output-file-type: ".html"
11078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11080   filter: "'NIC_Intel-XXV710' and
11081            'NF_DENSITY' and
11082            'DOCKER' and
11083            'PIPELINE' and
11084            'NF_VPPIP4' and
11085            'IMIX' and
11086            '4T2C' and
11087            'NDRPDR'"
11088   parameters:
11089   - "throughput"
11090   - "name"
11091   - "tags"
11092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11093   x-axis: "X = CNFs per Service Pipeline"
11094   y-axis: "Y = Number of Service Pipelines"
11095   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11096   layout:
11097     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11098     layout: "plot-service-density"
11099
11100 - type: "plot"
11101   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11102   algorithm: "plot_nf_heatmap"
11103   output-file-type: ".html"
11104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11105   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11106   filter: "'NIC_Intel-XXV710' and
11107            'NF_DENSITY' and
11108            'DOCKER' and
11109            'PIPELINE' and
11110            'NF_VPPIP4' and
11111            'IMIX' and
11112            '8T4C' and
11113            'NDRPDR'"
11114   parameters:
11115   - "throughput"
11116   - "name"
11117   - "tags"
11118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11119   x-axis: "X = CNFs per Service Pipeline"
11120   y-axis: "Y = Number of Service Pipelines"
11121   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11122   layout:
11123     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11124     layout: "plot-service-density"
11125
11126 ###############################################################################
11127 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11128
11129 - type: "plot"
11130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11131   algorithm: "plot_nf_heatmap"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11134   data: "plot-vpp-nfv-2n-clx-mrr"
11135   filter: "'NIC_Intel-XXV710' and
11136            'NF_DENSITY' and
11137            'VHOST' and
11138            not 'VXLAN' and
11139            'CHAIN' and
11140            'NF_VPPIP4' and
11141            'IMIX' and
11142            '2T1C' and
11143            'MRR'"
11144   parameters:
11145   - "result"
11146   - "name"
11147   - "tags"
11148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = VNFs per Service Chain"
11150   y-axis: "Y = Number of Service Chains"
11151   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11154     layout: "plot-service-density"
11155
11156 - type: "plot"
11157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11158   algorithm: "plot_nf_heatmap"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11161   data: "plot-vpp-nfv-2n-clx-mrr"
11162   filter: "'NIC_Intel-XXV710' and
11163            'NF_DENSITY' and
11164            'VHOST' and
11165            not 'VXLAN' and
11166            'CHAIN' and
11167            'NF_VPPIP4' and
11168            'IMIX' and
11169            '4T2C' and
11170            'MRR'"
11171   parameters:
11172   - "result"
11173   - "name"
11174   - "tags"
11175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11176   x-axis: "X = VNFs per Service Chain"
11177   y-axis: "Y = Number of Service Chains"
11178   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11179   layout:
11180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11181     layout: "plot-service-density"
11182
11183 - type: "plot"
11184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11185   algorithm: "plot_nf_heatmap"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11188   data: "plot-vpp-nfv-2n-clx-mrr"
11189   filter: "'NIC_Intel-XXV710' and
11190            'NF_DENSITY' and
11191            'VHOST' and
11192            not 'VXLAN' and
11193            'CHAIN' and
11194            'NF_VPPIP4' and
11195            'IMIX' and
11196            '8T4C' and
11197            'MRR'"
11198   parameters:
11199   - "result"
11200   - "name"
11201   - "tags"
11202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11203   x-axis: "X = VNFs per Service Chain"
11204   y-axis: "Y = Number of Service Chains"
11205   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11206   layout:
11207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11208     layout: "plot-service-density"
11209
11210 # Plots - NF Density - VSC - NDR IMIX
11211 - type: "plot"
11212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11213   algorithm: "plot_nf_heatmap"
11214   output-file-type: ".html"
11215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11216   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11217   filter: "'NIC_Intel-XXV710' and
11218            'NF_DENSITY' and
11219            'VHOST' and
11220            not 'VXLAN' and
11221            'CHAIN' and
11222            'NF_VPPIP4' and
11223            'IMIX' and
11224            '2T1C' and
11225            'NDRPDR'"
11226   parameters:
11227   - "throughput"
11228   - "name"
11229   - "tags"
11230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11231   x-axis: "X = VNFs per Service Chain"
11232   y-axis: "Y = Number of Service Chains"
11233   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11234   layout:
11235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11236     layout: "plot-service-density"
11237
11238 - type: "plot"
11239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11240   algorithm: "plot_nf_heatmap"
11241   output-file-type: ".html"
11242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11243   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11244   filter: "'NIC_Intel-XXV710' and
11245            'NF_DENSITY' and
11246            'VHOST' and
11247            not 'VXLAN' and
11248            'CHAIN' and
11249            'NF_VPPIP4' and
11250            'IMIX' and
11251            '4T2C' and
11252            'NDRPDR'"
11253   parameters:
11254   - "throughput"
11255   - "name"
11256   - "tags"
11257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11258   x-axis: "X = VNFs per Service Chain"
11259   y-axis: "Y = Number of Service Chains"
11260   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11261   layout:
11262     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11263     layout: "plot-service-density"
11264
11265 - type: "plot"
11266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11267   algorithm: "plot_nf_heatmap"
11268   output-file-type: ".html"
11269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11270   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11271   filter: "'NIC_Intel-XXV710' and
11272            'NF_DENSITY' and
11273            'VHOST' and
11274            not 'VXLAN' and
11275            'CHAIN' and
11276            'NF_VPPIP4' and
11277            'IMIX' and
11278            '8T4C' and
11279            'NDRPDR'"
11280   parameters:
11281   - "throughput"
11282   - "name"
11283   - "tags"
11284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11285   x-axis: "X = VNFs per Service Chain"
11286   y-axis: "Y = Number of Service Chains"
11287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11288   layout:
11289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11290     layout: "plot-service-density"
11291
11292 # Plots - NF Density - VSC - PDR IMIX
11293 - type: "plot"
11294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11295   algorithm: "plot_nf_heatmap"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11299   filter: "'NIC_Intel-XXV710' and
11300            'NF_DENSITY' and
11301            'VHOST' and
11302            not 'VXLAN' and
11303            'CHAIN' and
11304            'NF_VPPIP4' and
11305            'IMIX' and
11306            '2T1C' and
11307            'NDRPDR'"
11308   parameters:
11309   - "throughput"
11310   - "name"
11311   - "tags"
11312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11313   x-axis: "X = VNFs per Service Chain"
11314   y-axis: "Y = Number of Service Chains"
11315   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11316   layout:
11317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11318     layout: "plot-service-density"
11319
11320 - type: "plot"
11321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11322   algorithm: "plot_nf_heatmap"
11323   output-file-type: ".html"
11324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11325   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11326   filter: "'NIC_Intel-XXV710' and
11327            'NF_DENSITY' and
11328            'VHOST' and
11329            not 'VXLAN' and
11330            'CHAIN' and
11331            'NF_VPPIP4' and
11332            'IMIX' and
11333            '4T2C' and
11334            'NDRPDR'"
11335   parameters:
11336   - "throughput"
11337   - "name"
11338   - "tags"
11339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11340   x-axis: "X = VNFs per Service Chain"
11341   y-axis: "Y = Number of Service Chains"
11342   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11343   layout:
11344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11345     layout: "plot-service-density"
11346
11347 - type: "plot"
11348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11349   algorithm: "plot_nf_heatmap"
11350   output-file-type: ".html"
11351   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11352   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11353   filter: "'NIC_Intel-XXV710' and
11354            'NF_DENSITY' and
11355            'VHOST' and
11356            not 'VXLAN' and
11357            'CHAIN' and
11358            'NF_VPPIP4' and
11359            'IMIX' and
11360            '8T4C' and
11361            'NDRPDR'"
11362   parameters:
11363   - "throughput"
11364   - "name"
11365   - "tags"
11366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11367   x-axis: "X = VNFs per Service Chain"
11368   y-axis: "Y = Number of Service Chains"
11369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11370   layout:
11371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11372     layout: "plot-service-density"
11373
11374 # Plots - NF Density - VSC - MRR IMIX
11375 - type: "plot"
11376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11377   algorithm: "plot_nf_heatmap"
11378   output-file-type: ".html"
11379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11380   data: "plot-vpp-nfv-2n-clx-mrr"
11381   filter: "'NIC_Intel-XXV710' and
11382            'NF_DENSITY' and
11383            'VHOST' and
11384            'VXLAN' and
11385            'CHAIN' and
11386            'IMIX' and
11387            '2T1C' and
11388            'MRR'"
11389   parameters:
11390   - "result"
11391   - "name"
11392   - "tags"
11393   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11394   x-axis: "X = VNFs per Service Chain"
11395   y-axis: "Y = Number of Service Chains"
11396   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11397   layout:
11398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11399     layout: "plot-service-density"
11400
11401 - type: "plot"
11402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11403   algorithm: "plot_nf_heatmap"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11406   data: "plot-vpp-nfv-2n-clx-mrr"
11407   filter: "'NIC_Intel-XXV710' and
11408            'NF_DENSITY' and
11409            'VHOST' and
11410            'VXLAN' and
11411            'CHAIN' and
11412            'IMIX' and
11413            '4T2C' and
11414            'MRR'"
11415   parameters:
11416   - "result"
11417   - "name"
11418   - "tags"
11419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11420   x-axis: "X = VNFs per Service Chain"
11421   y-axis: "Y = Number of Service Chains"
11422   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11423   layout:
11424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11425     layout: "plot-service-density"
11426
11427 - type: "plot"
11428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11429   algorithm: "plot_nf_heatmap"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11432   data: "plot-vpp-nfv-2n-clx-mrr"
11433   filter: "'NIC_Intel-XXV710' and
11434            'NF_DENSITY' and
11435            'VHOST' and
11436            'VXLAN' and
11437            'CHAIN' and
11438            'IMIX' and
11439            '8T4C' and
11440            'MRR'"
11441   parameters:
11442   - "result"
11443   - "name"
11444   - "tags"
11445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11446   x-axis: "X = VNFs per Service Chain"
11447   y-axis: "Y = Number of Service Chains"
11448   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11449   layout:
11450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11451     layout: "plot-service-density"
11452
11453 # Plots - NF Density - VSC - NDR IMIX
11454 - type: "plot"
11455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11456   algorithm: "plot_nf_heatmap"
11457   output-file-type: ".html"
11458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11459   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11460   filter: "'NIC_Intel-XXV710' and
11461            'NF_DENSITY' and
11462            'VHOST' and
11463            'VXLAN' and
11464            'CHAIN' and
11465            'IMIX' and
11466            '2T1C' and
11467            'NDRPDR'"
11468   parameters:
11469   - "throughput"
11470   - "name"
11471   - "tags"
11472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11473   x-axis: "X = VNFs per Service Chain"
11474   y-axis: "Y = Number of Service Chains"
11475   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11476   layout:
11477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11478     layout: "plot-service-density"
11479
11480 - type: "plot"
11481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11482   algorithm: "plot_nf_heatmap"
11483   output-file-type: ".html"
11484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11485   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11486   filter: "'NIC_Intel-XXV710' and
11487            'NF_DENSITY' and
11488            'VHOST' and
11489            'VXLAN' and
11490            'CHAIN' and
11491            'IMIX' and
11492            '4T2C' and
11493            'NDRPDR'"
11494   parameters:
11495   - "throughput"
11496   - "name"
11497   - "tags"
11498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11499   x-axis: "X = VNFs per Service Chain"
11500   y-axis: "Y = Number of Service Chains"
11501   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11502   layout:
11503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11504     layout: "plot-service-density"
11505
11506 - type: "plot"
11507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11508   algorithm: "plot_nf_heatmap"
11509   output-file-type: ".html"
11510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11511   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11512   filter: "'NIC_Intel-XXV710' and
11513            'NF_DENSITY' and
11514            'VHOST' and
11515            'VXLAN' and
11516            'CHAIN' and
11517            'IMIX' and
11518            '8T4C' and
11519            'NDRPDR'"
11520   parameters:
11521   - "throughput"
11522   - "name"
11523   - "tags"
11524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11525   x-axis: "X = VNFs per Service Chain"
11526   y-axis: "Y = Number of Service Chains"
11527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11528   layout:
11529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11530     layout: "plot-service-density"
11531
11532 # Plots - NF Density - VSC - PDR IMIX
11533 - type: "plot"
11534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11535   algorithm: "plot_nf_heatmap"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11539   filter: "'NIC_Intel-XXV710' and
11540            'NF_DENSITY' and
11541            'VHOST' and
11542            'VXLAN' and
11543            'CHAIN' and
11544            'IMIX' and
11545            '2T1C' and
11546            'NDRPDR'"
11547   parameters:
11548   - "throughput"
11549   - "name"
11550   - "tags"
11551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11552   x-axis: "X = VNFs per Service Chain"
11553   y-axis: "Y = Number of Service Chains"
11554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11555   layout:
11556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11557     layout: "plot-service-density"
11558
11559 - type: "plot"
11560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11561   algorithm: "plot_nf_heatmap"
11562   output-file-type: ".html"
11563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11565   filter: "'NIC_Intel-XXV710' and
11566            'NF_DENSITY' and
11567            'VHOST' and
11568            'VXLAN' and
11569            'CHAIN' and
11570            'IMIX' and
11571            '4T2C' and
11572            'NDRPDR'"
11573   parameters:
11574   - "throughput"
11575   - "name"
11576   - "tags"
11577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11578   x-axis: "X = VNFs per Service Chain"
11579   y-axis: "Y = Number of Service Chains"
11580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11581   layout:
11582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11583     layout: "plot-service-density"
11584
11585 - type: "plot"
11586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11587   algorithm: "plot_nf_heatmap"
11588   output-file-type: ".html"
11589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11591   filter: "'NIC_Intel-XXV710' and
11592            'NF_DENSITY' and
11593            'VHOST' and
11594            'VXLAN' and
11595            'CHAIN' and
11596            'IMIX' and
11597            '8T4C' and
11598            'NDRPDR'"
11599   parameters:
11600   - "throughput"
11601   - "name"
11602   - "tags"
11603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11604   x-axis: "X = VNFs per Service Chain"
11605   y-axis: "Y = Number of Service Chains"
11606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11607   layout:
11608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11609     layout: "plot-service-density"
11610
11611 # Plots - NF Density - CSC - MRR IMIX
11612 - type: "plot"
11613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11614   algorithm: "plot_nf_heatmap"
11615   output-file-type: ".html"
11616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11617   data: "plot-vpp-nfv-2n-clx-mrr"
11618   filter: "'NIC_Intel-XXV710' and
11619            'NF_DENSITY' and
11620            'DOCKER' and
11621            'CHAIN' and
11622            'NF_VPPIP4' and
11623            'IMIX' and
11624            '2T1C' and
11625            'MRR'"
11626   parameters:
11627   - "result"
11628   - "name"
11629   - "tags"
11630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11631   x-axis: "X = CNFs per Service Chain"
11632   y-axis: "Y = Number of Service Chains"
11633   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11634   layout:
11635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11636     layout: "plot-service-density"
11637
11638 - type: "plot"
11639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11640   algorithm: "plot_nf_heatmap"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11643   data: "plot-vpp-nfv-2n-clx-mrr"
11644   filter: "'NIC_Intel-XXV710' and
11645            'NF_DENSITY' and
11646            'DOCKER' and
11647            'CHAIN' and
11648            'NF_VPPIP4' and
11649            'IMIX' and
11650            '4T2C' and
11651            'MRR'"
11652   parameters:
11653   - "result"
11654   - "name"
11655   - "tags"
11656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11657   x-axis: "X = CNFs per Service Chain"
11658   y-axis: "Y = Number of Service Chains"
11659   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11660   layout:
11661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11662     layout: "plot-service-density"
11663
11664 - type: "plot"
11665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11666   algorithm: "plot_nf_heatmap"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11669   data: "plot-vpp-nfv-2n-clx-mrr"
11670   filter: "'NIC_Intel-XXV710' and
11671            'NF_DENSITY' and
11672            'DOCKER' and
11673            'CHAIN' and
11674            'NF_VPPIP4' and
11675            'IMIX' and
11676            '8T4C' and
11677            'MRR'"
11678   parameters:
11679   - "result"
11680   - "name"
11681   - "tags"
11682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11683   x-axis: "X = CNFs per Service Chain"
11684   y-axis: "Y = Number of Service Chains"
11685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11686   layout:
11687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11688     layout: "plot-service-density"
11689
11690 # Plots - NF Density - CSC - NDR IMIX
11691 - type: "plot"
11692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11693   algorithm: "plot_nf_heatmap"
11694   output-file-type: ".html"
11695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11696   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11697   filter: "'NIC_Intel-XXV710' and
11698            'NF_DENSITY' and
11699            'DOCKER' and
11700            'CHAIN' and
11701            'NF_VPPIP4' and
11702            'IMIX' and
11703            '2T1C' and
11704            'NDRPDR'"
11705   parameters:
11706   - "throughput"
11707   - "name"
11708   - "tags"
11709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11710   x-axis: "X = CNFs per Service Chain"
11711   y-axis: "Y = Number of Service Chains"
11712   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11713   layout:
11714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11715     layout: "plot-service-density"
11716
11717 - type: "plot"
11718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11719   algorithm: "plot_nf_heatmap"
11720   output-file-type: ".html"
11721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11722   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11723   filter: "'NIC_Intel-XXV710' and
11724            'NF_DENSITY' and
11725            'DOCKER' and
11726            'CHAIN' and
11727            'NF_VPPIP4' and
11728            'IMIX' and
11729            '4T2C' and
11730            'NDRPDR'"
11731   parameters:
11732   - "throughput"
11733   - "name"
11734   - "tags"
11735   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11736   x-axis: "X = CNFs per Service Chain"
11737   y-axis: "Y = Number of Service Chains"
11738   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11739   layout:
11740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11741     layout: "plot-service-density"
11742
11743 - type: "plot"
11744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11745   algorithm: "plot_nf_heatmap"
11746   output-file-type: ".html"
11747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11748   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11749   filter: "'NIC_Intel-XXV710' and
11750            'NF_DENSITY' and
11751            'DOCKER' and
11752            'CHAIN' and
11753            'NF_VPPIP4' and
11754            'IMIX' and
11755            '8T4C' and
11756            'NDRPDR'"
11757   parameters:
11758   - "throughput"
11759   - "name"
11760   - "tags"
11761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11762   x-axis: "X = CNFs per Service Chain"
11763   y-axis: "Y = Number of Service Chains"
11764   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11765   layout:
11766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11767     layout: "plot-service-density"
11768
11769 # Plots - NF Density - CSC - PDR IMIX
11770 - type: "plot"
11771   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11772   algorithm: "plot_nf_heatmap"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11775   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11776   filter: "'NIC_Intel-XXV710' and
11777            'NF_DENSITY' and
11778            'DOCKER' and
11779            'CHAIN' and
11780            'NF_VPPIP4' and
11781            'IMIX' and
11782            '2T1C' and
11783            'NDRPDR'"
11784   parameters:
11785   - "throughput"
11786   - "name"
11787   - "tags"
11788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11789   x-axis: "X = CNFs per Service Chain"
11790   y-axis: "Y = Number of Service Chains"
11791   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11792   layout:
11793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11794     layout: "plot-service-density"
11795
11796 - type: "plot"
11797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11798   algorithm: "plot_nf_heatmap"
11799   output-file-type: ".html"
11800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11801   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11802   filter: "'NIC_Intel-XXV710' and
11803            'NF_DENSITY' and
11804            'DOCKER' and
11805            'CHAIN' and
11806            'NF_VPPIP4' and
11807            'IMIX' and
11808            '4T2C' and
11809            'NDRPDR'"
11810   parameters:
11811   - "throughput"
11812   - "name"
11813   - "tags"
11814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11815   x-axis: "X = CNFs per Service Chain"
11816   y-axis: "Y = Number of Service Chains"
11817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11818   layout:
11819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11820     layout: "plot-service-density"
11821
11822 - type: "plot"
11823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11824   algorithm: "plot_nf_heatmap"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11827   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11828   filter: "'NIC_Intel-XXV710' and
11829            'NF_DENSITY' and
11830            'DOCKER' and
11831            'CHAIN' and
11832            'NF_VPPIP4' and
11833            'IMIX' and
11834            '8T4C' and
11835            'NDRPDR'"
11836   parameters:
11837   - "throughput"
11838   - "name"
11839   - "tags"
11840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11841   x-axis: "X = CNFs per Service Chain"
11842   y-axis: "Y = Number of Service Chains"
11843   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11844   layout:
11845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11846     layout: "plot-service-density"
11847
11848 # Plots - NF Density - CSP - MRR IMIX
11849 - type: "plot"
11850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11851   algorithm: "plot_nf_heatmap"
11852   output-file-type: ".html"
11853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11854   data: "plot-vpp-nfv-2n-clx-mrr"
11855   filter: "'NIC_Intel-XXV710' and
11856            'NF_DENSITY' and
11857            'DOCKER' and
11858            'PIPELINE' and
11859            'NF_VPPIP4' and
11860            'IMIX' and
11861            '2T1C' and
11862            'MRR'"
11863   parameters:
11864   - "result"
11865   - "name"
11866   - "tags"
11867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11868   x-axis: "X = CNFs per Service Pipeline"
11869   y-axis: "Y = Number of Service Pipelines"
11870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11871   layout:
11872     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11873     layout: "plot-service-density"
11874
11875 - type: "plot"
11876   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11877   algorithm: "plot_nf_heatmap"
11878   output-file-type: ".html"
11879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11880   data: "plot-vpp-nfv-2n-clx-mrr"
11881   filter: "'NIC_Intel-XXV710' and
11882            'NF_DENSITY' and
11883            'DOCKER' and
11884            'PIPELINE' and
11885            'NF_VPPIP4' and
11886            'IMIX' and
11887            '4T2C' and
11888            'MRR'"
11889   parameters:
11890   - "result"
11891   - "name"
11892   - "tags"
11893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11894   x-axis: "X = CNFs per Service Pipeline"
11895   y-axis: "Y = Number of Service Pipelines"
11896   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11897   layout:
11898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11899     layout: "plot-service-density"
11900
11901 - type: "plot"
11902   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11903   algorithm: "plot_nf_heatmap"
11904   output-file-type: ".html"
11905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11906   data: "plot-vpp-nfv-2n-clx-mrr"
11907   filter: "'NIC_Intel-XXV710' and
11908            'NF_DENSITY' and
11909            'DOCKER' and
11910            'PIPELINE' and
11911            'NF_VPPIP4' and
11912            'IMIX' and
11913            '8T4C' and
11914            'MRR'"
11915   parameters:
11916   - "result"
11917   - "name"
11918   - "tags"
11919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11920   x-axis: "X = CNFs per Service Pipeline"
11921   y-axis: "Y = Number of Service Pipelines"
11922   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11923   layout:
11924     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11925     layout: "plot-service-density"
11926
11927 # Plots - NF Density - CSP - NDR IMIX
11928 - type: "plot"
11929   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11930   algorithm: "plot_nf_heatmap"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11934   filter: "'NIC_Intel-XXV710' and
11935            'NF_DENSITY' and
11936            'DOCKER' and
11937            'PIPELINE' and
11938            'NF_VPPIP4' and
11939            'IMIX' and
11940            '2T1C' and
11941            'NDRPDR'"
11942   parameters:
11943   - "throughput"
11944   - "name"
11945   - "tags"
11946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11947   x-axis: "X = CNFs per Service Pipeline"
11948   y-axis: "Y = Number of Service Pipelines"
11949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11950   layout:
11951     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11952     layout: "plot-service-density"
11953
11954 - type: "plot"
11955   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11956   algorithm: "plot_nf_heatmap"
11957   output-file-type: ".html"
11958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11960   filter: "'NIC_Intel-XXV710' and
11961            'NF_DENSITY' and
11962            'DOCKER' and
11963            'PIPELINE' and
11964            'NF_VPPIP4' and
11965            'IMIX' and
11966            '4T2C' and
11967            'NDRPDR'"
11968   parameters:
11969   - "throughput"
11970   - "name"
11971   - "tags"
11972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11973   x-axis: "X = CNFs per Service Pipeline"
11974   y-axis: "Y = Number of Service Pipelines"
11975   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11976   layout:
11977     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11978     layout: "plot-service-density"
11979
11980 - type: "plot"
11981   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11982   algorithm: "plot_nf_heatmap"
11983   output-file-type: ".html"
11984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11986   filter: "'NIC_Intel-XXV710' and
11987            'NF_DENSITY' and
11988            'DOCKER' and
11989            'PIPELINE' and
11990            'NF_VPPIP4' and
11991            'IMIX' and
11992            '8T4C' and
11993            'NDRPDR'"
11994   parameters:
11995   - "throughput"
11996   - "name"
11997   - "tags"
11998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11999   x-axis: "X = CNFs per Service Pipeline"
12000   y-axis: "Y = Number of Service Pipelines"
12001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12002   layout:
12003     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12004     layout: "plot-service-density"
12005
12006 # Plots - NF Density - CSP - PDR IMIX
12007 - type: "plot"
12008   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12009   algorithm: "plot_nf_heatmap"
12010   output-file-type: ".html"
12011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12012   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12013   filter: "'NIC_Intel-XXV710' and
12014            'NF_DENSITY' and
12015            'DOCKER' and
12016            'PIPELINE' and
12017            'NF_VPPIP4' and
12018            'IMIX' and
12019            '2T1C' and
12020            'NDRPDR'"
12021   parameters:
12022   - "throughput"
12023   - "name"
12024   - "tags"
12025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12026   x-axis: "X = CNFs per Service Pipeline"
12027   y-axis: "Y = Number of Service Pipelines"
12028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12029   layout:
12030     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12031     layout: "plot-service-density"
12032
12033 - type: "plot"
12034   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12035   algorithm: "plot_nf_heatmap"
12036   output-file-type: ".html"
12037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12038   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12039   filter: "'NIC_Intel-XXV710' and
12040            'NF_DENSITY' and
12041            'DOCKER' and
12042            'PIPELINE' and
12043            'NF_VPPIP4' and
12044            'IMIX' and
12045            '4T2C' and
12046            'NDRPDR'"
12047   parameters:
12048   - "throughput"
12049   - "name"
12050   - "tags"
12051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12052   x-axis: "X = CNFs per Service Pipeline"
12053   y-axis: "Y = Number of Service Pipelines"
12054   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12055   layout:
12056     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12057     layout: "plot-service-density"
12058
12059 - type: "plot"
12060   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12061   algorithm: "plot_nf_heatmap"
12062   output-file-type: ".html"
12063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12064   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12065   filter: "'NIC_Intel-XXV710' and
12066            'NF_DENSITY' and
12067            'DOCKER' and
12068            'PIPELINE' and
12069            'NF_VPPIP4' and
12070            'IMIX' and
12071            '8T4C' and
12072            'NDRPDR'"
12073   parameters:
12074   - "throughput"
12075   - "name"
12076   - "tags"
12077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12078   x-axis: "X = CNFs per Service Pipeline"
12079   y-axis: "Y = Number of Service Pipelines"
12080   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12081   layout:
12082     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12083     layout: "plot-service-density"
12084
12085 ################################################################################
12086
12087 # Packet Throughput
12088
12089 - type: "plot"
12090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12099   layout:
12100     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12113   layout:
12114     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12127   layout:
12128     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12141   layout:
12142     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12150   include:
12151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12165   include:
12166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12171   layout:
12172     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12180   include:
12181     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12182     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12186   layout:
12187     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12197     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12198     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12199     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12200     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12201   layout:
12202     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12210   include:
12211     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12212     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12213     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12214     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12215     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12216   layout:
12217     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12225   include:
12226     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12227     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12228     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12229     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12230     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12231   layout:
12232     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12247   layout:
12248     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12263   layout:
12264     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12278   layout:
12279     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12293   layout:
12294     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12306   layout:
12307     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12319   layout:
12320     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12334   layout:
12335     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12349   layout:
12350     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12358   include:
12359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12362   layout:
12363     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12375   layout:
12376     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12384   include:
12385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12391   layout:
12392     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12400   include:
12401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12407   layout:
12408     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12423   layout:
12424     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12432   include:
12433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12439   layout:
12440     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12448   include:
12449     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12452   layout:
12453     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12461   include:
12462     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12465   layout:
12466     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12479 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12480   layout:
12481     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12495   layout:
12496     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12510   layout:
12511     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12519   include:
12520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12525   layout:
12526     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12555   layout:
12556     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12587   layout:
12588     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12596   include:
12597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12603   layout:
12604     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12612   include:
12613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12619   layout:
12620     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12628   include:
12629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12634   layout:
12635     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12643   include:
12644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12649   layout:
12650     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12658   include:
12659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12665   layout:
12666     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12674   include:
12675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12681   layout:
12682     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12690   include:
12691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12696   layout:
12697     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12705   include:
12706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12711   layout:
12712     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12719   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12720   include:
12721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12727   layout:
12728     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12736   include:
12737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12743   layout:
12744     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12752   include:
12753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12758   layout:
12759     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12767   include:
12768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12773   layout:
12774     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12782   include:
12783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12789   layout:
12790     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12798   include:
12799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12805   layout:
12806     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12814   include:
12815     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12817   layout:
12818     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12826   include:
12827     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12829   layout:
12830     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12843   layout:
12844     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12852   include:
12853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12857   layout:
12858     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12866   include:
12867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12885   layout:
12886     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12894   include:
12895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12899   layout:
12900     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12908   include:
12909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12913   layout:
12914     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12922   include:
12923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12927   layout:
12928     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12936   include:
12937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12938     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12939     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12941   layout:
12942     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12950   include:
12951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12957   layout:
12958     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12966   include:
12967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12973   layout:
12974     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12982   include:
12983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12988   layout:
12989     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12997   include:
12998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13003   layout:
13004     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13018   layout:
13019     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13033   layout:
13034     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13042   include:
13043     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13045     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13046   layout:
13047     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13055   include:
13056     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13059   layout:
13060     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13068   include:
13069     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13070     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13072   layout:
13073     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13083     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13084     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13085   layout:
13086     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13096     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13097     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13098     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13099     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13100   layout:
13101     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13109   include:
13110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13111     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13112     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13113     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13114     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13115   layout:
13116     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13129     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13130   layout:
13131     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13143     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13144     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13145   layout:
13146     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13154   include:
13155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13160   layout:
13161     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13169   include:
13170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13175   layout:
13176     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13183   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13184   include:
13185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13190   layout:
13191     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13199   include:
13200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13205   layout:
13206     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13214   include:
13215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13220   layout:
13221     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13229   include:
13230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13235   layout:
13236     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13244   include:
13245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13251   layout:
13252     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13260   include:
13261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13267   layout:
13268     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13276   include:
13277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13281   layout:
13282     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13290   include:
13291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13295   layout:
13296     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13297     layout: "plot-throughput"
13298
13299 - type: "plot"
13300   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13301   algorithm: "plot_perf_box_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13304   include:
13305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13311   layout:
13312     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320   include:
13321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13327   layout:
13328     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13343   layout:
13344     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13359   layout:
13360     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13391   layout:
13392     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13400   include:
13401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13407   layout:
13408     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13416   include:
13417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13423   layout:
13424     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13432   include:
13433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13439   layout:
13440     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13448   include:
13449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13455   layout:
13456     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13471   layout:
13472     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13487   layout:
13488     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13503   layout:
13504     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13512   include:
13513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13519   layout:
13520     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13528   include:
13529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13535   layout:
13536     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13551   layout:
13552     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13560   include:
13561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13565   layout:
13566     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13567     layout: "plot-throughput"
13568
13569 - type: "plot"
13570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13571   algorithm: "plot_perf_box_name"
13572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13574   include:
13575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13579   layout:
13580     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13593   layout:
13594     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13607   layout:
13608     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13623   layout:
13624     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13632   include:
13633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13639   layout:
13640     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13645   algorithm: "plot_perf_box_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13648   include:
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13654   layout:
13655     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13669   layout:
13670     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13684   layout:
13685     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13699   layout:
13700     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13701     layout: "plot-throughput"
13702
13703 - type: "plot"
13704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13705   algorithm: "plot_perf_box_name"
13706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13708   include:
13709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13713   layout:
13714     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13727   layout:
13728     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13743   layout:
13744     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13791   layout:
13792     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13800   include:
13801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13807   layout:
13808     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13823   layout:
13824     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13832   include:
13833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13839   layout:
13840     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13848   include:
13849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13855   layout:
13856     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13857     layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13861   algorithm: "plot_perf_box_name"
13862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13864   include:
13865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13869   layout:
13870     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13878   include:
13879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13883   layout:
13884     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13885     layout: "plot-throughput"
13886
13887 - type: "plot"
13888   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13889   algorithm: "plot_perf_box_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13892   include:
13893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13899   layout:
13900     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13908   include:
13909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13915   layout:
13916     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13917     layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13921   algorithm: "plot_perf_box_name"
13922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13924   include:
13925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13949     layout: "plot-throughput"
13950
13951 #- type: "plot"
13952 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13953 #  algorithm: "plot_perf_box_name"
13954 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13955 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13956 #  include:
13957 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13958 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13959 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13960 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13961 #  layout:
13962 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13963 #    layout: "plot-throughput"
13964 #
13965 #- type: "plot"
13966 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13967 #  algorithm: "plot_perf_box_name"
13968 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13969 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13970 #  include:
13971 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13972 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13973 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13974 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13975 #  layout:
13976 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13977 #    layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13981   algorithm: "plot_perf_box_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13983   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13984   include:
13985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13991   layout:
13992     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13999   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14000   include:
14001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14007   layout:
14008     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14009     layout: "plot-throughput"
14010
14011 #- type: "plot"
14012 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14013 #  algorithm: "plot_perf_box_name"
14014 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14015 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14016 #  include:
14017 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14018 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14019 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14020 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14021 #  layout:
14022 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14023 #    layout: "plot-throughput"
14024 #
14025 #- type: "plot"
14026 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14027 #  algorithm: "plot_perf_box_name"
14028 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14029 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14030 #  include:
14031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14035 #  layout:
14036 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14037 #    layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14044   include:
14045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14051   layout:
14052     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14060   include:
14061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14067   layout:
14068     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14069     layout: "plot-throughput"
14070
14071 #- type: "plot"
14072 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14073 #  algorithm: "plot_perf_box_name"
14074 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14075 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14076 #  include:
14077 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14078 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14079 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14083 #  layout:
14084 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14085 #    layout: "plot-throughput"
14086 #
14087 #- type: "plot"
14088 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14089 #  algorithm: "plot_perf_box_name"
14090 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14091 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14092 #  include:
14093 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14094 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14099 #  layout:
14100 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14101 #    layout: "plot-throughput"
14102
14103 - type: "plot"
14104   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14105   algorithm: "plot_perf_box_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14108   include:
14109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14112     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14113     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14114     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14115   layout:
14116     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14117     layout: "plot-throughput"
14118
14119 - type: "plot"
14120   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14121   algorithm: "plot_perf_box_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14124   include:
14125     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14126     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14127     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14128     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14129     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14130     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14131   layout:
14132     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14133     layout: "plot-throughput"
14134
14135 - type: "plot"
14136   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14137   algorithm: "plot_perf_box_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14142     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14143     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14144 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14145 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14146 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14147   layout:
14148     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14153   algorithm: "plot_perf_box_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14158     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14159     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14160 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14161 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14162 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14163   layout:
14164     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14174     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14175     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14176     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14177     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14178     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14179   layout:
14180     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14190     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14191     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14192     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14193     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14194     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14195   layout:
14196     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14204   include:
14205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14207     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14208     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14209     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14210     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14211   layout:
14212     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14213     layout: "plot-throughput"
14214
14215 - type: "plot"
14216   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14217   algorithm: "plot_perf_box_name"
14218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14220   include:
14221     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14222     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14223     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14224     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14225     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14226     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14227   layout:
14228     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14229     layout: "plot-throughput"
14230
14231 #- type: "plot"
14232 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14233 #  algorithm: "plot_perf_box_name"
14234 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14235 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14236 #  include:
14237 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14238 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14239 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14240 #  layout:
14241 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14242 #    layout: "plot-throughput"
14243 #
14244 #- type: "plot"
14245 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14246 #  algorithm: "plot_perf_box_name"
14247 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14248 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14249 #  include:
14250 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14253 #  layout:
14254 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14255 #    layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14259   algorithm: "plot_perf_box_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14268   layout:
14269     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14270     layout: "plot-throughput"
14271
14272 - type: "plot"
14273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14274   algorithm: "plot_perf_box_name"
14275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14283   layout:
14284     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14285     layout: "plot-throughput"
14286
14287 - type: "plot"
14288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14289   algorithm: "plot_perf_box_name"
14290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14292   include:
14293     - "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"
14294     - "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"
14295     - "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"
14296     - "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"
14297     - "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"
14298   layout:
14299     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14300     layout: "plot-throughput"
14301
14302 - type: "plot"
14303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14304   algorithm: "plot_perf_box_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "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"
14309     - "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"
14310     - "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"
14311     - "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"
14312     - "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"
14313   layout:
14314     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14328   layout:
14329     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14330     layout: "plot-throughput"
14331
14332 - type: "plot"
14333   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14334   algorithm: "plot_perf_box_name"
14335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14343   layout:
14344     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14345     layout: "plot-throughput"
14346
14347 - type: "plot"
14348   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14349   algorithm: "plot_perf_box_name"
14350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14352   include:
14353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14358   layout:
14359     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14360     layout: "plot-throughput"
14361
14362 - type: "plot"
14363   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14364   algorithm: "plot_perf_box_name"
14365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14367   include:
14368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14373   layout:
14374     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14375     layout: "plot-throughput"
14376
14377 - type: "plot"
14378   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14379   algorithm: "plot_perf_box_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14382   include:
14383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14388   layout:
14389     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14390     layout: "plot-throughput"
14391
14392 - type: "plot"
14393   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14394   algorithm: "plot_perf_box_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14397   include:
14398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14403   layout:
14404     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14405     layout: "plot-throughput"
14406
14407 - type: "plot"
14408   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14409   algorithm: "plot_perf_box_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14412   include:
14413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14418   layout:
14419     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14420     layout: "plot-throughput"
14421
14422 - type: "plot"
14423   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14424   algorithm: "plot_perf_box_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14427   include:
14428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14433   layout:
14434     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14435     layout: "plot-throughput"
14436
14437 - type: "plot"
14438   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14439   algorithm: "plot_perf_box_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447   layout:
14448     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14449     layout: "plot-throughput"
14450
14451 - type: "plot"
14452   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14453   algorithm: "plot_perf_box_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14461   layout:
14462     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14463     layout: "plot-throughput"
14464
14465 - type: "plot"
14466   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14467   algorithm: "plot_perf_box_name"
14468   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14470   include:
14471     - "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"
14472     - "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"
14473     - "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"
14474     - "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"
14475   layout:
14476     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14477     layout: "plot-throughput"
14478
14479 - type: "plot"
14480   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14481   algorithm: "plot_perf_box_name"
14482   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14484   include:
14485     - "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"
14486     - "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"
14487     - "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"
14488     - "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"
14489   layout:
14490     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14491     layout: "plot-throughput"
14492
14493 - type: "plot"
14494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14495   algorithm: "plot_perf_box_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14505   layout:
14506     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14507     layout: "plot-throughput"
14508
14509 - type: "plot"
14510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14511   algorithm: "plot_perf_box_name"
14512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14521   layout:
14522     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14523     layout: "plot-throughput"
14524
14525 - type: "plot"
14526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14527   algorithm: "plot_perf_box_name"
14528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14530   include:
14531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14537   layout:
14538     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14539     layout: "plot-throughput"
14540
14541 - type: "plot"
14542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14543   algorithm: "plot_perf_box_name"
14544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14553   layout:
14554     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14555     layout: "plot-throughput"
14556
14557 - type: "plot"
14558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14559   algorithm: "plot_perf_box_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14569   layout:
14570     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14571     layout: "plot-throughput"
14572
14573 - type: "plot"
14574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14575   algorithm: "plot_perf_box_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14587     layout: "plot-throughput"
14588
14589 - type: "plot"
14590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14591   algorithm: "plot_perf_box_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14600   layout:
14601     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14602     layout: "plot-throughput"
14603
14604 - type: "plot"
14605   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14606   algorithm: "plot_perf_box_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14617     layout: "plot-throughput"
14618
14619 - type: "plot"
14620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14621   algorithm: "plot_perf_box_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14627   layout:
14628     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14629     layout: "plot-throughput"
14630
14631 - type: "plot"
14632   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14633   algorithm: "plot_perf_box_name"
14634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14639   layout:
14640     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14641     layout: "plot-throughput"
14642
14643 - type: "plot"
14644   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14645   algorithm: "plot_perf_box_name"
14646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14648   include:
14649     - "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"
14650     - "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"
14651   layout:
14652     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14653     layout: "plot-throughput"
14654
14655 - type: "plot"
14656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14657   algorithm: "plot_perf_box_name"
14658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14660   include:
14661     - "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"
14662     - "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"
14663   layout:
14664     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14665     layout: "plot-throughput"
14666
14667 - type: "plot"
14668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14669   algorithm: "plot_perf_box_name"
14670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14672   include:
14673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14675   layout:
14676     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14677     layout: "plot-throughput"
14678
14679 - type: "plot"
14680   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14681   algorithm: "plot_perf_box_name"
14682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14684   include:
14685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14687   layout:
14688     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14689     layout: "plot-throughput"
14690
14691 - type: "plot"
14692   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14693   algorithm: "plot_perf_box_name"
14694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14696   include:
14697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14699   layout:
14700     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14701     layout: "plot-throughput"
14702
14703 - type: "plot"
14704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14705   algorithm: "plot_perf_box_name"
14706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14711   layout:
14712     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14713     layout: "plot-throughput"
14714
14715 - type: "plot"
14716   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14717   algorithm: "plot_perf_box_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14719   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14720   include:
14721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14727   layout:
14728     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14729     layout: "plot-throughput"
14730
14731 - type: "plot"
14732   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14733   algorithm: "plot_perf_box_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14736   include:
14737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14743   layout:
14744     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14745     layout: "plot-throughput"
14746
14747 - type: "plot"
14748   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14749   algorithm: "plot_perf_box_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14751   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14752   include:
14753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14759   layout:
14760     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14761     layout: "plot-throughput"
14762
14763 - type: "plot"
14764   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14765   algorithm: "plot_perf_box_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14768   include:
14769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14775   layout:
14776     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14777     layout: "plot-throughput"
14778
14779 #- type: "plot"
14780 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14781 #  algorithm: "plot_perf_box_name"
14782 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14783 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14784 #  include:
14785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14788 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14789 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14790 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14791 #  layout:
14792 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14793 #    layout: "plot-throughput"
14794 #
14795 #- type: "plot"
14796 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14797 #  algorithm: "plot_perf_box_name"
14798 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14799 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14800 #  include:
14801 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14803 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14804 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14805 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14806 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14807 #  layout:
14808 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14809 #    layout: "plot-throughput"
14810
14811 - type: "plot"
14812   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14813   algorithm: "plot_perf_box_name"
14814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14816   include:
14817     - "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"
14818     - "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"
14819     - "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"
14820     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14821     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14822     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14823   layout:
14824     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14825     layout: "plot-throughput"
14826
14827 - type: "plot"
14828   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14829   algorithm: "plot_perf_box_name"
14830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14832   include:
14833     - "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"
14834     - "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"
14835     - "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"
14836     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14837     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14838     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14839   layout:
14840     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14841     layout: "plot-throughput"
14842
14843 ################################################################################
14844
14845 # Packet Speedup
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14857   layout:
14858     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14866   include:
14867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14871   layout:
14872     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14885   layout:
14886     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14899   layout:
14900     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14929   layout:
14930     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14944   layout:
14945     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14953   include:
14954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14957     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14958     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14959   layout:
14960     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14975   layout:
14976     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14991   layout:
14992     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15006   layout:
15007     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15021   layout:
15022     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15034   layout:
15035     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15047   layout:
15048     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15077   layout:
15078     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15090   layout:
15091     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15103   layout:
15104     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15135   layout:
15136     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15151   layout:
15152     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15167   layout:
15168     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15176   include:
15177     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15180   layout:
15181     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 - type: "plot"
15185   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15186   algorithm: "plot_tsa_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15189   include:
15190     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15193   layout:
15194     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15206 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15207 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15208   layout:
15209     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15221 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15222 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15223   layout:
15224     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15232   include:
15233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15238   layout:
15239     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15253   layout:
15254     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15262   include:
15263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15268   layout:
15269     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15277   include:
15278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15283   layout:
15284     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15292   include:
15293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15299   layout:
15300     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15301     layout: "plot-throughput-speedup-analysis"
15302
15303 - type: "plot"
15304   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15305   algorithm: "plot_tsa_name"
15306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15308   include:
15309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15315   layout:
15316     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15324   include:
15325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15331   layout:
15332     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15347   layout:
15348     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15356   include:
15357     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15359   layout:
15360     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15368   include:
15369     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15371   layout:
15372     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15380   include:
15381     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15385   layout:
15386     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15399   layout:
15400     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15413   layout:
15414     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15415     layout: "plot-throughput-speedup-analysis"
15416
15417 - type: "plot"
15418   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15419   algorithm: "plot_tsa_name"
15420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15422   include:
15423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15427   layout:
15428     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15443   layout:
15444     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 - type: "plot"
15448   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15449   algorithm: "plot_tsa_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15452   include:
15453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15459   layout:
15460     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15468   include:
15469     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15474   layout:
15475     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15489   layout:
15490     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15498   include:
15499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15504   layout:
15505     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15519   layout:
15520     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15528   include:
15529     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15532   layout:
15533     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15545   layout:
15546     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15554   include:
15555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15558   layout:
15559     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15571   layout:
15572     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15582     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15586   layout:
15587     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15595   include:
15596     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15613     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15614     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15616   layout:
15617     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15628     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15629     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15631   layout:
15632     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15640   include:
15641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15647   layout:
15648     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15649     layout: "plot-throughput-speedup-analysis"
15650
15651 - type: "plot"
15652   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15653   algorithm: "plot_tsa_name"
15654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15656   include:
15657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15663   layout:
15664     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15672   include:
15673     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15674     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15675     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15676     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15677   layout:
15678     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15686   include:
15687     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15688     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15689     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15690     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15691   layout:
15692     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15703     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15704     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15707   layout:
15708     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   include:
15717     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15718     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15719     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15720     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15721     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15723   layout:
15724     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15732   include:
15733     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15734     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15735     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15736     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15739   layout:
15740     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15748   include:
15749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15750     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15755   layout:
15756     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15764   include:
15765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15771   layout:
15772     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15780   include:
15781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15787   layout:
15788     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15796   include:
15797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15803   layout:
15804     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15812   include:
15813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15819   layout:
15820     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15828   include:
15829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15835   layout:
15836     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15844   include:
15845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15851   layout:
15852     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15860   include:
15861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15865   layout:
15866     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15879   layout:
15880     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15893   layout:
15894     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15902   include:
15903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15907   layout:
15908     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15916   include:
15917     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15923   layout:
15924     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15932   include:
15933     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15939   layout:
15940     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15948   include:
15949     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15954   layout:
15955     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15963   include:
15964     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15969   layout:
15970     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15978   include:
15979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15984   layout:
15985     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15993   include:
15994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15999   layout:
16000     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16008   include:
16009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16013   layout:
16014     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16027   layout:
16028     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16036   include:
16037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16043   layout:
16044     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16052   include:
16053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16059   layout:
16060     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16068   include:
16069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16075   layout:
16076     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16084   include:
16085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16091   layout:
16092     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16100   include:
16101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16107   layout:
16108     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
16109     layout: "plot-throughput-speedup-analysis"
16110
16111 - type: "plot"
16112   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16113   algorithm: "plot_tsa_name"
16114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16116   include:
16117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16123   layout:
16124     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 - type: "plot"
16128   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16129   algorithm: "plot_tsa_name"
16130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16132   include:
16133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16134     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16136     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16137     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16139   layout:
16140     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16148   include:
16149     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16150     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16153     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16154     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16155   layout:
16156     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16157     layout: "plot-throughput-speedup-analysis"
16158
16159 - type: "plot"
16160   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16161   algorithm: "plot_tsa_name"
16162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16164   include:
16165     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16166     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16168     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16169     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16171   layout:
16172     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16180   include:
16181     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16182     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16183     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16184     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16185     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16187   layout:
16188     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 - type: "plot"
16192   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16193   algorithm: "plot_tsa_name"
16194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16196   include:
16197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16202   layout:
16203     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16211   include:
16212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16217   layout:
16218     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16226   include:
16227     - "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"
16228     - "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"
16229     - "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"
16230     - "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"
16231     - "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"
16232   layout:
16233     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16234     layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16241   include:
16242     - "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"
16243     - "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"
16244     - "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"
16245     - "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"
16246     - "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"
16247   layout:
16248     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16256   include:
16257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16262   layout:
16263     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16271   include:
16272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16277   layout:
16278     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16286   include:
16287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16292   layout:
16293     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16301   include:
16302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16307   layout:
16308     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16316   include:
16317     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16321     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16322   layout:
16323     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16331   include:
16332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16334     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16335     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16337   layout:
16338     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16346   include:
16347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16348     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16349     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16352   layout:
16353     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16361   include:
16362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16367   layout:
16368     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16376   include:
16377     - "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"
16378     - "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"
16379     - "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"
16380     - "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"
16381   layout:
16382     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16390   include:
16391     - "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"
16392     - "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"
16393     - "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"
16394     - "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"
16395   layout:
16396     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16404   include:
16405     - "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"
16406     - "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"
16407     - "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"
16408     - "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"
16409   layout:
16410     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16418   include:
16419     - "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"
16420     - "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"
16421     - "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"
16422     - "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"
16423   layout:
16424     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16432   include:
16433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16439   layout:
16440     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16448   include:
16449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16455   layout:
16456     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16464   include:
16465     - "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"
16466     - "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"
16467     - "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"
16468     - "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"
16469     - "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"
16470     - "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"
16471   layout:
16472     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16480   include:
16481     - "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"
16482     - "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"
16483     - "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"
16484     - "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"
16485     - "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"
16486     - "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"
16487   layout:
16488     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16496   include:
16497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16503   layout:
16504     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 - type: "plot"
16508   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16509   algorithm: "plot_tsa_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16512   include:
16513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16519   layout:
16520     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16521     layout: "plot-throughput-speedup-analysis"
16522
16523 - type: "plot"
16524   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16525   algorithm: "plot_tsa_name"
16526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16528   include:
16529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16534   layout:
16535     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16543   include:
16544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16549   layout:
16550     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16558   include:
16559     - "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"
16560     - "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"
16561   layout:
16562     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16570   include:
16571     - "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"
16572     - "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"
16573   layout:
16574     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16582   include:
16583     - "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"
16584     - "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"
16585   layout:
16586     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16594   include:
16595     - "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"
16596     - "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"
16597   layout:
16598     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16606   include:
16607     - "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"
16608     - "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"
16609     - "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"
16610     - "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"
16611     - "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"
16612     - "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"
16613   layout:
16614     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16622   include:
16623     - "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"
16624     - "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"
16625     - "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"
16626     - "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"
16627     - "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"
16628     - "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"
16629   layout:
16630     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16631     layout: "plot-throughput-speedup-analysis"
16632
16633 - type: "plot"
16634   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16635   algorithm: "plot_tsa_name"
16636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16638   include:
16639     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16640     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16641     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16642     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16643     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16644   layout:
16645     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16653   include:
16654     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16655     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16656     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16657     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16658     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16659   layout:
16660     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16661     layout: "plot-throughput-speedup-analysis"
16662
16663 - type: "plot"
16664   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16665   algorithm: "plot_tsa_name"
16666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16668   include:
16669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16674   layout:
16675     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 - type: "plot"
16679   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16680   algorithm: "plot_tsa_name"
16681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16683   include:
16684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16689   layout:
16690     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16698   include:
16699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16705   layout:
16706     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16714   include:
16715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16721   layout:
16722     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16730   include:
16731     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16735   layout:
16736     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16744   include:
16745     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16749   layout:
16750     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16751     layout: "plot-throughput-speedup-analysis"
16752
16753 - type: "plot"
16754   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16755   algorithm: "plot_tsa_name"
16756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16758   include:
16759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16764   layout:
16765     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16766     layout: "plot-throughput-speedup-analysis"
16767
16768 - type: "plot"
16769   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16770   algorithm: "plot_tsa_name"
16771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16773   include:
16774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16779   layout:
16780     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16788   include:
16789     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16790     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16791     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16792     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16793     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16794     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16795   layout:
16796     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16804   include:
16805     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16806     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16807     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16808     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16809     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16810     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16811   layout:
16812     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16820   include:
16821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16825   layout:
16826     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16827     layout: "plot-throughput-speedup-analysis"
16828
16829 - type: "plot"
16830   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16831   algorithm: "plot_tsa_name"
16832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16834   include:
16835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16839   layout:
16840     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16841     layout: "plot-throughput-speedup-analysis"
16842
16843 - type: "plot"
16844   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16845   algorithm: "plot_tsa_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16848   include:
16849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16855   layout:
16856     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16857     layout: "plot-throughput-speedup-analysis"
16858
16859 - type: "plot"
16860   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16861   algorithm: "plot_tsa_name"
16862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16864   include:
16865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16871   layout:
16872     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16880   include:
16881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16887   layout:
16888     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16889     layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16896   include:
16897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16903   layout:
16904     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16905     layout: "plot-throughput-speedup-analysis"
16906
16907 - type: "plot"
16908   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16909   algorithm: "plot_tsa_name"
16910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16912   include:
16913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16919   layout:
16920     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16928   include:
16929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16930     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16931     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16935   layout:
16936     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16937     layout: "plot-throughput-speedup-analysis"
16938
16939 - type: "plot"
16940   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16941   algorithm: "plot_tsa_name"
16942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16944   include:
16945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16951   layout:
16952     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16960   include:
16961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16967   layout:
16968     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16969     layout: "plot-throughput-speedup-analysis"
16970
16971 - type: "plot"
16972   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16973   algorithm: "plot_tsa_name"
16974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16976   include:
16977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16978     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16983   layout:
16984     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16985     layout: "plot-throughput-speedup-analysis"
16986
16987 - type: "plot"
16988   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16989   algorithm: "plot_tsa_name"
16990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16992   include:
16993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16999   layout:
17000     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
17001     layout: "plot-throughput-speedup-analysis"
17002
17003 #- type: "plot"
17004 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17005 #  algorithm: "plot_tsa_name"
17006 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17007 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17008 #  include:
17009 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17010 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17011 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17012 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17015 #  layout:
17016 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
17017 #    layout: "plot-throughput-speedup-analysis"
17018 #
17019 #- type: "plot"
17020 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17021 #  algorithm: "plot_tsa_name"
17022 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17023 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17024 #  include:
17025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17026 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17027 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17028 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17029 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17030 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17031 #  layout:
17032 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
17033 #    layout: "plot-throughput-speedup-analysis"
17034
17035 - type: "plot"
17036   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17037   algorithm: "plot_tsa_name"
17038   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17039   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17040   include:
17041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17046   layout:
17047     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17048     layout: "plot-throughput-speedup-analysis"
17049
17050 - type: "plot"
17051   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17052   algorithm: "plot_tsa_name"
17053   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17054   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17055   include:
17056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17061   layout:
17062     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17063     layout: "plot-throughput-speedup-analysis"
17064
17065 - type: "plot"
17066   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17067   algorithm: "plot_tsa_name"
17068   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17069   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17070   include:
17071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17077   layout:
17078     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17079     layout: "plot-throughput-speedup-analysis"
17080
17081 - type: "plot"
17082   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17083   algorithm: "plot_tsa_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17085   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17086   include:
17087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17093   layout:
17094     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17095     layout: "plot-throughput-speedup-analysis"
17096
17097 - type: "plot"
17098   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17099   algorithm: "plot_tsa_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17101   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17102   include:
17103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17108   layout:
17109     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17110     layout: "plot-throughput-speedup-analysis"
17111
17112 - type: "plot"
17113   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17114   algorithm: "plot_tsa_name"
17115   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17116   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17117   include:
17118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17123   layout:
17124     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17125     layout: "plot-throughput-speedup-analysis"
17126
17127 #- type: "plot"
17128 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17129 #  algorithm: "plot_tsa_name"
17130 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17131 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17132 #  include:
17133 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17134 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17135 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17136 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17137 #  layout:
17138 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17139 #    layout: "plot-throughput-speedup-analysis"
17140 #
17141 #- type: "plot"
17142 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17143 #  algorithm: "plot_tsa_name"
17144 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17145 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17146 #  include:
17147 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17148 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17149 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17150 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17151 #  layout:
17152 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17153 #    layout: "plot-throughput-speedup-analysis"
17154
17155 - type: "plot"
17156   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17157   algorithm: "plot_tsa_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17159   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17160   include:
17161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17167   layout:
17168     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17169     layout: "plot-throughput-speedup-analysis"
17170
17171 - type: "plot"
17172   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17173   algorithm: "plot_tsa_name"
17174   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17175   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17176   include:
17177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17183   layout:
17184     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17185     layout: "plot-throughput-speedup-analysis"
17186
17187 - type: "plot"
17188   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17189   algorithm: "plot_tsa_name"
17190   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17191   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17192   include:
17193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17198   layout:
17199     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17200     layout: "plot-throughput-speedup-analysis"
17201
17202 - type: "plot"
17203   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17204   algorithm: "plot_tsa_name"
17205   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17206   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17207   include:
17208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17213   layout:
17214     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17215     layout: "plot-throughput-speedup-analysis"
17216
17217 - type: "plot"
17218   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17219   algorithm: "plot_tsa_name"
17220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17222   include:
17223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17229   layout:
17230     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17231     layout: "plot-throughput-speedup-analysis"
17232
17233 - type: "plot"
17234   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17235   algorithm: "plot_tsa_name"
17236   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17237   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17238   include:
17239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17245   layout:
17246     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17247     layout: "plot-throughput-speedup-analysis"
17248
17249 - type: "plot"
17250   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17251   algorithm: "plot_tsa_name"
17252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17254   include:
17255     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17259   layout:
17260     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17261     layout: "plot-throughput-speedup-analysis"
17262
17263 - type: "plot"
17264   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17265   algorithm: "plot_tsa_name"
17266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17273   layout:
17274     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17275     layout: "plot-throughput-speedup-analysis"
17276
17277 - type: "plot"
17278   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17279   algorithm: "plot_tsa_name"
17280   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17281   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17282   include:
17283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17288   layout:
17289     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17290     layout: "plot-throughput-speedup-analysis"
17291
17292 - type: "plot"
17293   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17294   algorithm: "plot_tsa_name"
17295   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17296   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17297   include:
17298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17303   layout:
17304     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17305     layout: "plot-throughput-speedup-analysis"
17306
17307 - type: "plot"
17308   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17309   algorithm: "plot_tsa_name"
17310   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17311   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17312   include:
17313     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17314     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17315     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17316     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17317     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17318     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17319   layout:
17320     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17321     layout: "plot-throughput-speedup-analysis"
17322
17323 - type: "plot"
17324   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17325   algorithm: "plot_tsa_name"
17326   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17327   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17328   include:
17329     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17330     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17331     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17335   layout:
17336     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17337     layout: "plot-throughput-speedup-analysis"
17338
17339 #- type: "plot"
17340 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17341 #  algorithm: "plot_tsa_name"
17342 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17343 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17344 #  include:
17345 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17346 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17347 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17348 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17349 #  layout:
17350 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17351 #    layout: "plot-throughput-speedup-analysis"
17352 #
17353 #- type: "plot"
17354 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17355 #  algorithm: "plot_tsa_name"
17356 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17357 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17358 #  include:
17359 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17360 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17361 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17362 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17363 #  layout:
17364 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17365 #    layout: "plot-throughput-speedup-analysis"
17366
17367 - type: "plot"
17368   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17369   algorithm: "plot_tsa_name"
17370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17372   include:
17373     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17379   layout:
17380     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17381     layout: "plot-throughput-speedup-analysis"
17382
17383 - type: "plot"
17384   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17385   algorithm: "plot_tsa_name"
17386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17388   include:
17389     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17390     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17391     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17395   layout:
17396     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17397     layout: "plot-throughput-speedup-analysis"
17398
17399 #- type: "plot"
17400 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17401 #  algorithm: "plot_tsa_name"
17402 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17403 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17404 #  include:
17405 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17406 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17407 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17408 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17409 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17410 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17411 #  layout:
17412 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17413 #    layout: "plot-throughput-speedup-analysis"
17414 #
17415 #- type: "plot"
17416 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17417 #  algorithm: "plot_tsa_name"
17418 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17419 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17420 #  include:
17421 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17422 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17423 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17424 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17425 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17426 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17427 #  layout:
17428 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17429 #    layout: "plot-throughput-speedup-analysis"
17430
17431 #- type: "plot"
17432 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17433 #  algorithm: "plot_tsa_name"
17434 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17435 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17436 #  include:
17437 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17438 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17439 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17440 #  layout:
17441 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17442 #    layout: "plot-throughput-speedup-analysis"
17443 #
17444 #- type: "plot"
17445 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17446 #  algorithm: "plot_tsa_name"
17447 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17448 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17449 #  include:
17450 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17451 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17452 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17453 #  layout:
17454 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17455 #    layout: "plot-throughput-speedup-analysis"
17456
17457 ################################################################################
17458
17459 # Packet Throughput - DPDK
17460
17461 # 2n-skx-xxv710
17462
17463 - type: "plot"
17464   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17467   data: "plot-dpdk-throughput-latency-2n-skx"
17468   include:
17469     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17470     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17471   layout:
17472     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17479   data: "plot-dpdk-throughput-latency-2n-skx"
17480   include:
17481     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17483   layout:
17484     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17485     layout: "plot-throughput"
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17491   data: "plot-dpdk-throughput-latency-2n-skx"
17492   include:
17493     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17503   data: "plot-dpdk-throughput-latency-2n-skx"
17504   include:
17505     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17509     layout: "plot-throughput"
17510
17511 # 2n-skx-x710
17512
17513 - type: "plot"
17514   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17517   data: "plot-dpdk-throughput-latency-2n-skx"
17518   include:
17519     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17520     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17521   layout:
17522     title: "2n-skx-x710-64b-2t1c-base-ndr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17529   data: "plot-dpdk-throughput-latency-2n-skx"
17530   include:
17531     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17532     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17533   layout:
17534     title: "2n-skx-x710-64b-4t2c-base-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17541   data: "plot-dpdk-throughput-latency-2n-skx"
17542   include:
17543     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17544     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17545   layout:
17546     title: "2n-skx-x710-64b-2t1c-base-pdr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17553   data: "plot-dpdk-throughput-latency-2n-skx"
17554   include:
17555     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17556     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17557   layout:
17558     title: "2n-skx-x710-64b-4t2c-base-pdr"
17559     layout: "plot-throughput"
17560
17561 # 3n-skx-xxv710
17562
17563 - type: "plot"
17564   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17567   data: "plot-dpdk-throughput-latency-3n-skx"
17568   include:
17569     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17570     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17571   layout:
17572     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17579   data: "plot-dpdk-throughput-latency-3n-skx"
17580   include:
17581     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17582     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17583   layout:
17584     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17591   data: "plot-dpdk-throughput-latency-3n-skx"
17592   include:
17593     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17594     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17595   layout:
17596     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17601   algorithm: "plot_perf_box_name"
17602   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17603   data: "plot-dpdk-throughput-latency-3n-skx"
17604   include:
17605     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17606     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17607   layout:
17608     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17609     layout: "plot-throughput"
17610
17611 # 3n-skx-x710
17612
17613 - type: "plot"
17614   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17617   data: "plot-dpdk-throughput-latency-3n-skx"
17618   include:
17619     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17620     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17621   layout:
17622     title: "3n-skx-x710-64b-2t1c-base-ndr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17627   algorithm: "plot_perf_box_name"
17628   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17629   data: "plot-dpdk-throughput-latency-3n-skx"
17630   include:
17631     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17632     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17633   layout:
17634     title: "3n-skx-x710-64b-4t2c-base-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17641   data: "plot-dpdk-throughput-latency-3n-skx"
17642   include:
17643     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17644     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17645   layout:
17646     title: "3n-skx-x710-64b-2t1c-base-pdr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17653   data: "plot-dpdk-throughput-latency-3n-skx"
17654   include:
17655     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17656     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17657   layout:
17658     title: "3n-skx-x710-64b-4t2c-base-pdr"
17659     layout: "plot-throughput"
17660
17661 # 3n-hsw-xl710
17662
17663 - type: "plot"
17664   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17667   data: "plot-dpdk-throughput-latency-3n-hsw"
17668   include:
17669     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17670     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17671   layout:
17672     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17679   data: "plot-dpdk-throughput-latency-3n-hsw"
17680   include:
17681     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17682     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17683   layout:
17684     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17685     layout: "plot-throughput"
17686
17687 - type: "plot"
17688   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17689   algorithm: "plot_perf_box_name"
17690   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17691   data: "plot-dpdk-throughput-latency-3n-hsw"
17692   include:
17693     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17694     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17695   layout:
17696     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17697     layout: "plot-throughput"
17698
17699 - type: "plot"
17700   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17701   algorithm: "plot_perf_box_name"
17702   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17703   data: "plot-dpdk-throughput-latency-3n-hsw"
17704   include:
17705     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17706     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17707   layout:
17708     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17709     layout: "plot-throughput"
17710
17711 # 3n-hsw-x710
17712
17713 - type: "plot"
17714   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17717   data: "plot-dpdk-throughput-latency-3n-hsw"
17718   include:
17719     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17720     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17721   layout:
17722     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17729   data: "plot-dpdk-throughput-latency-3n-hsw"
17730   include:
17731     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17732     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17733   layout:
17734     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17741   data: "plot-dpdk-throughput-latency-3n-hsw"
17742   include:
17743     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17744     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17745   layout:
17746     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17753   data: "plot-dpdk-throughput-latency-3n-hsw"
17754   include:
17755     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17756     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17757   layout:
17758     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17759     layout: "plot-throughput"
17760
17761 # 2n-dnv-x553
17762
17763 - type: "plot"
17764   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17767   data: "plot-dpdk-throughput-latency-2n-dnv"
17768   include:
17769     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17770     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17771   layout:
17772     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17779   data: "plot-dpdk-throughput-latency-2n-dnv"
17780   include:
17781     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17782     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17783   layout:
17784     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17785     layout: "plot-throughput"
17786
17787 - type: "plot"
17788   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17789   algorithm: "plot_perf_box_name"
17790   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17791   data: "plot-dpdk-throughput-latency-2n-dnv"
17792   include:
17793     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17794     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17795   layout:
17796     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17803   data: "plot-dpdk-throughput-latency-2n-dnv"
17804   include:
17805     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17806     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17807   layout:
17808     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17809     layout: "plot-throughput"
17810
17811 # 3n-dnv-x553
17812
17813 - type: "plot"
17814   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17817   data: "plot-dpdk-throughput-latency-3n-dnv"
17818   include:
17819     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17820     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17821   layout:
17822     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17829   data: "plot-dpdk-throughput-latency-3n-dnv"
17830   include:
17831     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17832     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17833   layout:
17834     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17841   data: "plot-dpdk-throughput-latency-3n-dnv"
17842   include:
17843     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17844     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17845   layout:
17846     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17853   data: "plot-dpdk-throughput-latency-3n-dnv"
17854   include:
17855     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17856     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17857   layout:
17858     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17859     layout: "plot-throughput"
17860
17861 # 3n-tsh-x520
17862
17863 - type: "plot"
17864   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17867   data: "plot-dpdk-throughput-latency-3n-tsh"
17868   include:
17869     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17870     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17871   layout:
17872     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17873     layout: "plot-throughput"
17874
17875 - type: "plot"
17876   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17877   algorithm: "plot_perf_box_name"
17878   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17879   data: "plot-dpdk-throughput-latency-3n-tsh"
17880   include:
17881     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17882     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17883   layout:
17884     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17891   data: "plot-dpdk-throughput-latency-3n-tsh"
17892   include:
17893     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17894     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17895   layout:
17896     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17903   data: "plot-dpdk-throughput-latency-3n-tsh"
17904   include:
17905     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17906     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17907   layout:
17908     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17909     layout: "plot-throughput"
17910
17911 ################################################################################
17912 ###   2n-clx                                                                 ###
17913 ################################################################################
17914
17915 # Packet Throughput
17916
17917 - type: "plot"
17918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17919   algorithm: "plot_perf_box_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17927   layout:
17928     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17929     layout: "plot-throughput"
17930
17931 - type: "plot"
17932   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17933   algorithm: "plot_perf_box_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17980     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17981     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17982     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17983   layout:
17984     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17994     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17995     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17996     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17997   layout:
17998     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18013   layout:
18014     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18029   layout:
18030     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18043   layout:
18044     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18045     layout: "plot-throughput"
18046
18047 - type: "plot"
18048   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18049   algorithm: "plot_perf_box_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18070   layout:
18071     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18072     layout: "plot-throughput"
18073
18074 - type: "plot"
18075   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18076   algorithm: "plot_perf_box_name"
18077   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18079   include:
18080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18085     layout: "plot-throughput"
18086
18087 - type: "plot"
18088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18089   algorithm: "plot_perf_box_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18126   layout:
18127     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18128     layout: "plot-throughput"
18129
18130 - type: "plot"
18131   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18132   algorithm: "plot_perf_box_name"
18133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18135   include:
18136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18139   layout:
18140     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18141     layout: "plot-throughput"
18142
18143 - type: "plot"
18144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18145   algorithm: "plot_perf_box_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18173     layout: "plot-throughput"
18174
18175 - type: "plot"
18176   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18177   algorithm: "plot_perf_box_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18215   layout:
18216     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18227   layout:
18228     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18229     layout: "plot-throughput"
18230
18231 - type: "plot"
18232   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18233   algorithm: "plot_perf_box_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18259   layout:
18260     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18261     layout: "plot-throughput"
18262
18263 - type: "plot"
18264   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18265   algorithm: "plot_perf_box_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18274 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18277     layout: "plot-throughput"
18278
18279 - type: "plot"
18280   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18281   algorithm: "plot_perf_box_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18290 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18293     layout: "plot-throughput"
18294
18295 - type: "plot"
18296   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18297   algorithm: "plot_perf_box_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18307   layout:
18308     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18323   layout:
18324     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18325     layout: "plot-throughput"
18326
18327 - type: "plot"
18328   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18329   algorithm: "plot_perf_box_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18338   layout:
18339     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18340     layout: "plot-throughput"
18341
18342 - type: "plot"
18343   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18344   algorithm: "plot_perf_box_name"
18345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18347   include:
18348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18355     layout: "plot-throughput"
18356
18357 - type: "plot"
18358   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18359   algorithm: "plot_perf_box_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18368   layout:
18369     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18370     layout: "plot-throughput"
18371
18372 - type: "plot"
18373   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18374   algorithm: "plot_perf_box_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18383   layout:
18384     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18385     layout: "plot-throughput"
18386
18387 - type: "plot"
18388   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18389   algorithm: "plot_perf_box_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18398   layout:
18399     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18400     layout: "plot-throughput"
18401
18402 - type: "plot"
18403   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18404   algorithm: "plot_perf_box_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18413   layout:
18414     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18415     layout: "plot-throughput"
18416
18417 - type: "plot"
18418   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18419   algorithm: "plot_perf_box_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18428   layout:
18429     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18430     layout: "plot-throughput"
18431
18432 - type: "plot"
18433   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18434   algorithm: "plot_perf_box_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18443   layout:
18444     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18445     layout: "plot-throughput"
18446
18447 - type: "plot"
18448   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18449   algorithm: "plot_perf_box_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18458   layout:
18459     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18460     layout: "plot-throughput"
18461
18462 - type: "plot"
18463   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18464   algorithm: "plot_perf_box_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18473   layout:
18474     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18475     layout: "plot-throughput"
18476
18477 - type: "plot"
18478   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18479   algorithm: "plot_perf_box_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18489   layout:
18490     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18507     layout: "plot-throughput"
18508
18509 - type: "plot"
18510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18511   algorithm: "plot_perf_box_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18519   layout:
18520     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18521     layout: "plot-throughput"
18522
18523 - type: "plot"
18524   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18525   algorithm: "plot_perf_box_name"
18526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18528   include:
18529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18535     layout: "plot-throughput"
18536
18537 - type: "plot"
18538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18539   algorithm: "plot_perf_box_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18551     layout: "plot-throughput"
18552
18553 - type: "plot"
18554   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18555   algorithm: "plot_perf_box_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18567     layout: "plot-throughput"
18568
18569 - type: "plot"
18570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18571   algorithm: "plot_perf_box_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18579   layout:
18580     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18581     layout: "plot-throughput"
18582
18583 - type: "plot"
18584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18585   algorithm: "plot_perf_box_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18609   layout:
18610     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18611     layout: "plot-throughput"
18612
18613 - type: "plot"
18614   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18615   algorithm: "plot_perf_box_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18627     layout: "plot-throughput"
18628
18629 - type: "plot"
18630   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18631   algorithm: "plot_perf_box_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18641     layout: "plot-throughput"
18642
18643 - type: "plot"
18644   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18645   algorithm: "plot_perf_box_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18655     layout: "plot-throughput"
18656
18657 - type: "plot"
18658   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18659   algorithm: "plot_perf_box_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18668   layout:
18669     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18670     layout: "plot-throughput"
18671
18672 - type: "plot"
18673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18674   algorithm: "plot_perf_box_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18685     layout: "plot-throughput"
18686
18687 - type: "plot"
18688   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18689   algorithm: "plot_perf_box_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "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"
18694     - "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"
18695     - "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"
18696     - "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"
18697     - "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"
18698   layout:
18699     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18700     layout: "plot-throughput"
18701
18702 - type: "plot"
18703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18704   algorithm: "plot_perf_box_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "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"
18709     - "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"
18710     - "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"
18711     - "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"
18712     - "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"
18713   layout:
18714     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18715     layout: "plot-throughput"
18716
18717 - type: "plot"
18718   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18719   algorithm: "plot_perf_box_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18728   layout:
18729     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18730     layout: "plot-throughput"
18731
18732 - type: "plot"
18733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18734   algorithm: "plot_perf_box_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18745     layout: "plot-throughput"
18746
18747 - type: "plot"
18748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18749   algorithm: "plot_perf_box_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18758   layout:
18759     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18760     layout: "plot-throughput"
18761
18762 - type: "plot"
18763   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18764   algorithm: "plot_perf_box_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18773   layout:
18774     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18775     layout: "plot-throughput"
18776
18777 - type: "plot"
18778   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18779   algorithm: "plot_perf_box_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18787   layout:
18788     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18789     layout: "plot-throughput"
18790
18791 - type: "plot"
18792   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18793   algorithm: "plot_perf_box_name"
18794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18796   include:
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801   layout:
18802     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18803     layout: "plot-throughput"
18804
18805 - type: "plot"
18806   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18807   algorithm: "plot_perf_box_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "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"
18812     - "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"
18813     - "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"
18814     - "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"
18815   layout:
18816     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18817     layout: "plot-throughput"
18818
18819 - type: "plot"
18820   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18821   algorithm: "plot_perf_box_name"
18822   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18824   include:
18825     - "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"
18826     - "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"
18827     - "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"
18828     - "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"
18829   layout:
18830     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18831     layout: "plot-throughput"
18832
18833 - type: "plot"
18834   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18835   algorithm: "plot_perf_box_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "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"
18840     - "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"
18841     - "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"
18842     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18845   layout:
18846     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18847     layout: "plot-throughput"
18848
18849 - type: "plot"
18850   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18851   algorithm: "plot_perf_box_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "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"
18856     - "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"
18857     - "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"
18858     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18861   layout:
18862     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18863     layout: "plot-throughput"
18864
18865 ################################################################################
18866
18867 # Packet Speedup
18868
18869 - type: "plot"
18870   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18871   algorithm: "plot_tsa_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18879   layout:
18880     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18881     layout: "plot-throughput-speedup-analysis"
18882
18883 - type: "plot"
18884   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18885   algorithm: "plot_tsa_name"
18886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18888   include:
18889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18907   layout:
18908     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18932     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18933     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18934     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18935   layout:
18936     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 - type: "plot"
18940   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18941   algorithm: "plot_tsa_name"
18942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18944   include:
18945     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18946     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18947     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18948     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18949   layout:
18950     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18965   layout:
18966     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18981   layout:
18982     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18995   layout:
18996     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18997     layout: "plot-throughput-speedup-analysis"
18998
18999 - type: "plot"
19000   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19001   algorithm: "plot_tsa_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19009   layout:
19010     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19022   layout:
19023     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19024     layout: "plot-throughput-speedup-analysis"
19025
19026 - type: "plot"
19027   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19028   algorithm: "plot_tsa_name"
19029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19031   include:
19032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19050   layout:
19051     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19065   layout:
19066     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19080     layout: "plot-throughput-speedup-analysis"
19081
19082 - type: "plot"
19083   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19084   algorithm: "plot_tsa_name"
19085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19087   include:
19088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19091   layout:
19092     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19093     layout: "plot-throughput-speedup-analysis"
19094
19095 - type: "plot"
19096   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19097   algorithm: "plot_tsa_name"
19098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19100   include:
19101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19107   layout:
19108     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19123   layout:
19124     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19139   layout:
19140     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19155   layout:
19156     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19166     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19167   layout:
19168     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19169     layout: "plot-throughput-speedup-analysis"
19170
19171 - type: "plot"
19172   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19173   algorithm: "plot_tsa_name"
19174   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19176   include:
19177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19178     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19179   layout:
19180     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19181     layout: "plot-throughput-speedup-analysis"
19182
19183 - type: "plot"
19184   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19185   algorithm: "plot_tsa_name"
19186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19188   include:
19189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19195   layout:
19196     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19197     layout: "plot-throughput-speedup-analysis"
19198
19199 - type: "plot"
19200   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19201   algorithm: "plot_tsa_name"
19202   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19204   include:
19205     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19207     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19211   layout:
19212     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19213     layout: "plot-throughput-speedup-analysis"
19214
19215 - type: "plot"
19216   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19217   algorithm: "plot_tsa_name"
19218   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19220   include:
19221     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19227   layout:
19228     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19229     layout: "plot-throughput-speedup-analysis"
19230
19231 - type: "plot"
19232   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19233   algorithm: "plot_tsa_name"
19234   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19236   include:
19237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19243   layout:
19244     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19245     layout: "plot-throughput-speedup-analysis"
19246
19247 - type: "plot"
19248   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19249   algorithm: "plot_tsa_name"
19250   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19252   include:
19253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19259   layout:
19260     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19275   layout:
19276     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19277     layout: "plot-throughput-speedup-analysis"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19290   layout:
19291     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19292     layout: "plot-throughput-speedup-analysis"
19293
19294 - type: "plot"
19295   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19296   algorithm: "plot_tsa_name"
19297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19299   include:
19300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19305   layout:
19306     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19307     layout: "plot-throughput-speedup-analysis"
19308
19309 - type: "plot"
19310   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19311   algorithm: "plot_tsa_name"
19312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19314   include:
19315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19320   layout:
19321     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19322     layout: "plot-throughput-speedup-analysis"
19323
19324 - type: "plot"
19325   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19326   algorithm: "plot_tsa_name"
19327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19329   include:
19330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19335   layout:
19336     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19337     layout: "plot-throughput-speedup-analysis"
19338
19339 - type: "plot"
19340   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19341   algorithm: "plot_tsa_name"
19342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19344   include:
19345     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19346     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19347     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19348     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19349     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19350   layout:
19351     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19352     layout: "plot-throughput-speedup-analysis"
19353
19354 - type: "plot"
19355   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19356   algorithm: "plot_tsa_name"
19357   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19359   include:
19360     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19361     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19362     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19364     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19365   layout:
19366     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19367     layout: "plot-throughput-speedup-analysis"
19368
19369 - type: "plot"
19370   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19371   algorithm: "plot_tsa_name"
19372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19374   include:
19375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19380   layout:
19381     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19382     layout: "plot-throughput-speedup-analysis"
19383
19384 - type: "plot"
19385   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19386   algorithm: "plot_tsa_name"
19387   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19389   include:
19390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19395   layout:
19396     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19397     layout: "plot-throughput-speedup-analysis"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19410   layout:
19411     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19412     layout: "plot-throughput-speedup-analysis"
19413
19414 - type: "plot"
19415   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19416   algorithm: "plot_tsa_name"
19417   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19419   include:
19420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19425   layout:
19426     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19427     layout: "plot-throughput-speedup-analysis"
19428
19429 - type: "plot"
19430   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19431   algorithm: "plot_tsa_name"
19432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19434   include:
19435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19441   layout:
19442     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19443     layout: "plot-throughput-speedup-analysis"
19444
19445 - type: "plot"
19446   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19447   algorithm: "plot_tsa_name"
19448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19450   include:
19451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19457   layout:
19458     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19459     layout: "plot-throughput-speedup-analysis"
19460
19461 - type: "plot"
19462   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19463   algorithm: "plot_tsa_name"
19464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19466   include:
19467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19471   layout:
19472     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19473     layout: "plot-throughput-speedup-analysis"
19474
19475 - type: "plot"
19476   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19477   algorithm: "plot_tsa_name"
19478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19480   include:
19481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19485   layout:
19486     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19487     layout: "plot-throughput-speedup-analysis"
19488
19489 - type: "plot"
19490   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19491   algorithm: "plot_tsa_name"
19492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19494   include:
19495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19501   layout:
19502     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19503     layout: "plot-throughput-speedup-analysis"
19504
19505 - type: "plot"
19506   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19507   algorithm: "plot_tsa_name"
19508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19510   include:
19511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19517   layout:
19518     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19519     layout: "plot-throughput-speedup-analysis"
19520
19521 - type: "plot"
19522   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19523   algorithm: "plot_tsa_name"
19524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19526   include:
19527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19531   layout:
19532     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19533     layout: "plot-throughput-speedup-analysis"
19534
19535 - type: "plot"
19536   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19537   algorithm: "plot_tsa_name"
19538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19540   include:
19541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19545   layout:
19546     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19547     layout: "plot-throughput-speedup-analysis"
19548
19549 - type: "plot"
19550   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19551   algorithm: "plot_tsa_name"
19552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19554   include:
19555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19557     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19558     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19559     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19560     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19561   layout:
19562     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19563     layout: "plot-throughput-speedup-analysis"
19564
19565 - type: "plot"
19566   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19567   algorithm: "plot_tsa_name"
19568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19570   include:
19571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19574     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19575     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19576     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19577   layout:
19578     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19579     layout: "plot-throughput-speedup-analysis"
19580
19581 - type: "plot"
19582   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19583   algorithm: "plot_tsa_name"
19584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19586   include:
19587     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19588     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19589     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19590     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19591   layout:
19592     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19593     layout: "plot-throughput-speedup-analysis"
19594
19595 - type: "plot"
19596   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19597   algorithm: "plot_tsa_name"
19598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19600   include:
19601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19602     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19603     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19604     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19605   layout:
19606     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19607     layout: "plot-throughput-speedup-analysis"
19608
19609 - type: "plot"
19610   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19611   algorithm: "plot_tsa_name"
19612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19614   include:
19615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19620   layout:
19621     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19622     layout: "plot-throughput-speedup-analysis"
19623
19624 - type: "plot"
19625   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19626   algorithm: "plot_tsa_name"
19627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19629   include:
19630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19635   layout:
19636     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19637     layout: "plot-throughput-speedup-analysis"
19638
19639 - type: "plot"
19640   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19641   algorithm: "plot_tsa_name"
19642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19644   include:
19645     - "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"
19646     - "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"
19647     - "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"
19648     - "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"
19649     - "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"
19650   layout:
19651     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19652     layout: "plot-throughput-speedup-analysis"
19653
19654 - type: "plot"
19655   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19656   algorithm: "plot_tsa_name"
19657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19659   include:
19660     - "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"
19661     - "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"
19662     - "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"
19663     - "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"
19664     - "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"
19665   layout:
19666     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19667     layout: "plot-throughput-speedup-analysis"
19668
19669 - type: "plot"
19670   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19671   algorithm: "plot_tsa_name"
19672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19674   include:
19675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19680   layout:
19681     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19682     layout: "plot-throughput-speedup-analysis"
19683
19684 - type: "plot"
19685   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19686   algorithm: "plot_tsa_name"
19687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19689   include:
19690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19695   layout:
19696     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19697     layout: "plot-throughput-speedup-analysis"
19698
19699 - type: "plot"
19700   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19701   algorithm: "plot_tsa_name"
19702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19704   include:
19705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19710   layout:
19711     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19712     layout: "plot-throughput-speedup-analysis"
19713
19714 - type: "plot"
19715   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19716   algorithm: "plot_tsa_name"
19717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19719   include:
19720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19725   layout:
19726     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19727     layout: "plot-throughput-speedup-analysis"
19728
19729 - type: "plot"
19730   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19731   algorithm: "plot_tsa_name"
19732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19734   include:
19735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19739   layout:
19740     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19741     layout: "plot-throughput-speedup-analysis"
19742
19743 - type: "plot"
19744   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19745   algorithm: "plot_tsa_name"
19746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19748   include:
19749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19753   layout:
19754     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19755     layout: "plot-throughput-speedup-analysis"
19756
19757 - type: "plot"
19758   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19759   algorithm: "plot_tsa_name"
19760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19762   include:
19763     - "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"
19764     - "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"
19765     - "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"
19766     - "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"
19767   layout:
19768     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19769     layout: "plot-throughput-speedup-analysis"
19770
19771 - type: "plot"
19772   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19773   algorithm: "plot_tsa_name"
19774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19776   include:
19777     - "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"
19778     - "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"
19779     - "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"
19780     - "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"
19781   layout:
19782     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19783     layout: "plot-throughput-speedup-analysis"
19784
19785 - type: "plot"
19786   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19787   algorithm: "plot_tsa_name"
19788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19790   include:
19791     - "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"
19792     - "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"
19793     - "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"
19794     - "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"
19795     - "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"
19796     - "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"
19797   layout:
19798     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19799     layout: "plot-throughput-speedup-analysis"
19800
19801 - type: "plot"
19802   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19803   algorithm: "plot_tsa_name"
19804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19806   include:
19807     - "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"
19808     - "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"
19809     - "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"
19810     - "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"
19811     - "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"
19812     - "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"
19813   layout:
19814     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19815     layout: "plot-throughput-speedup-analysis"
19816
19817 ################################################################################
19818
19819 # Packet Throughput - DPDK
19820
19821 # 2n-clx-xxv710
19822
19823 - type: "plot"
19824   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19825   algorithm: "plot_perf_box_name"
19826   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19827   data: "plot-dpdk-throughput-latency-2n-clx"
19828   include:
19829     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19830     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19831   layout:
19832     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19833     layout: "plot-throughput"
19834
19835 - type: "plot"
19836   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19837   algorithm: "plot_perf_box_name"
19838   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19839   data: "plot-dpdk-throughput-latency-2n-clx"
19840   include:
19841     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19842     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19843   layout:
19844     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19845     layout: "plot-throughput"
19846
19847 - type: "plot"
19848   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19849   algorithm: "plot_perf_box_name"
19850   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19851   data: "plot-dpdk-throughput-latency-2n-clx"
19852   include:
19853     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19854     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19855   layout:
19856     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19857     layout: "plot-throughput"
19858
19859 - type: "plot"
19860   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19861   algorithm: "plot_perf_box_name"
19862   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19863   data: "plot-dpdk-throughput-latency-2n-clx"
19864   include:
19865     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19866     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19867   layout:
19868     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19869     layout: "plot-throughput"
19870
19871 # 2n-clx-x710
19872
19873 - type: "plot"
19874   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19875   algorithm: "plot_perf_box_name"
19876   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19877   data: "plot-dpdk-throughput-latency-2n-clx"
19878   include:
19879     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19880     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19881   layout:
19882     title: "2n-clx-x710-64b-2t1c-base-ndr"
19883     layout: "plot-throughput"
19884
19885 - type: "plot"
19886   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19887   algorithm: "plot_perf_box_name"
19888   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19889   data: "plot-dpdk-throughput-latency-2n-clx"
19890   include:
19891     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19892     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19893   layout:
19894     title: "2n-clx-x710-64b-4t2c-base-ndr"
19895     layout: "plot-throughput"
19896
19897 - type: "plot"
19898   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19899   algorithm: "plot_perf_box_name"
19900   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19901   data: "plot-dpdk-throughput-latency-2n-clx"
19902   include:
19903     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19904     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19905   layout:
19906     title: "2n-clx-x710-64b-2t1c-base-pdr"
19907     layout: "plot-throughput"
19908
19909 - type: "plot"
19910   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19911   algorithm: "plot_perf_box_name"
19912   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19913   data: "plot-dpdk-throughput-latency-2n-clx"
19914   include:
19915     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19916     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19917   layout:
19918     title: "2n-clx-x710-64b-4t2c-base-pdr"
19919     layout: "plot-throughput"
19920
19921 ################################################################################
19922
19923 - type: "plot"
19924   title: "Latency by percentile: 2n-skx"
19925   algorithm: "plot_hdrh_lat_by_percentile"
19926   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19927   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19928   target-links: "../../_static/vpp"
19929   data: "plot-vpp-hdrh-lat-2n-skx"
19930   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19931   layout:
19932     layout: "plot-hdrh-latency-by-percentile"
19933
19934 - type: "plot"
19935   title: "Latency by percentile: 3n-skx"
19936   algorithm: "plot_hdrh_lat_by_percentile"
19937   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19938   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19939   target-links: "../../_static/vpp"
19940   data: "plot-vpp-hdrh-lat-3n-skx"
19941   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19942   layout:
19943     layout: "plot-hdrh-latency-by-percentile"
19944
19945 - type: "plot"
19946   title: "Latency by percentile: 2n-clx"
19947   algorithm: "plot_hdrh_lat_by_percentile"
19948   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19949   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19950   target-links: "../../_static/vpp"
19951   data: "plot-vpp-hdrh-lat-2n-clx"
19952   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19953   layout:
19954     layout: "plot-hdrh-latency-by-percentile"
19955
19956 - type: "plot"
19957   title: "Latency by percentile: 3n-hsw"
19958   algorithm: "plot_hdrh_lat_by_percentile"
19959   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19960   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19961   target-links: "../../_static/vpp"
19962   data: "plot-vpp-hdrh-lat-3n-hsw"
19963   filter: "'1T1C' and 'NIC_Intel-XL710'"
19964   layout:
19965     layout: "plot-hdrh-latency-by-percentile"
19966
19967 - type: "plot"
19968   title: "Latency by percentile: 3n-tsh"
19969   algorithm: "plot_hdrh_lat_by_percentile"
19970   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19971   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19972   target-links: "../../_static/vpp"
19973   data: "plot-vpp-hdrh-lat-3n-tsh"
19974   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19975   layout:
19976     layout: "plot-hdrh-latency-by-percentile"
19977
19978 - type: "plot"
19979   title: "Latency by percentile: DPDK 2n-skx"
19980   algorithm: "plot_hdrh_lat_by_percentile"
19981   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19982   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19983   target-links: "../../_static/dpdk"
19984   data: "plot-dpdk-hdrh-lat-2n-skx"
19985   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19986   layout:
19987     layout: "plot-hdrh-latency-by-percentile"
19988
19989 - type: "plot"
19990   title: "Latency by percentile: DPDK 3n-skx"
19991   algorithm: "plot_hdrh_lat_by_percentile"
19992   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19993   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19994   target-links: "../../_static/dpdk"
19995   data: "plot-dpdk-hdrh-lat-3n-skx"
19996   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19997   layout:
19998     layout: "plot-hdrh-latency-by-percentile"
19999
20000 - type: "plot"
20001   title: "Latency by percentile: DPDK 2n-clx"
20002   algorithm: "plot_hdrh_lat_by_percentile"
20003   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20004   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20005   target-links: "../../_static/dpdk"
20006   data: "plot-dpdk-hdrh-lat-2n-clx"
20007   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20008   layout:
20009     layout: "plot-hdrh-latency-by-percentile"
20010
20011 - type: "plot"
20012   title: "Latency by percentile: DPDK 3n-hsw"
20013   algorithm: "plot_hdrh_lat_by_percentile"
20014   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20015   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20016   target-links: "../../_static/dpdk"
20017   data: "plot-dpdk-hdrh-lat-3n-hsw"
20018   filter: "'1T1C' and 'NIC_Intel-XL710'"
20019   layout:
20020     layout: "plot-hdrh-latency-by-percentile"
20021
20022 - type: "plot"
20023   title: "Latency by percentile: DPDK 3n-tsh"
20024   algorithm: "plot_hdrh_lat_by_percentile"
20025   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20026   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20027   target-links: "../../_static/dpdk"
20028   data: "plot-dpdk-hdrh-lat-3n-tsh"
20029   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20030   layout:
20031     layout: "plot-hdrh-latency-by-percentile"