PAL: Improve comparison tables
[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         - 32  # NDRPDR sel 2001.0-4
814         - 33  # NDRPDR sel 2001.0-4
815         - 34  # NDRPDR sel 2001.0-4
816         - 35  # NDRPDR sel 2001.0-4
817         - 36  # NDRPDR sel 2001.0-4
818         - 38  # NDRPDR sel 2001.0-4
819
820     vpp-performance-changes-3n-skx-h1:
821       csit-vpp-perf-verify-1908_1-3n-skx:
822         - 26  # NDRPDR sel - new1908.1
823         - 27  # NDRPDR sel - new1908.1
824         - 28  # NDRPDR sel - new1908.1
825         - 29  # NDRPDR sel - new1908.1
826         - 30  # NDRPDR sel - new1908.1
827         - 31  # NDRPDR sel - new1908.1
828         - 33  # NDRPDR sel - new1908.1
829         - 34  # NDRPDR sel - new1908.1
830         - 35  # NDRPDR sel - new1908.1
831         - 36  # NDRPDR sel - new1908.1
832     vpp-performance-changes-3n-skx-ref:
833       csit-vpp-perf-verify-2001-3n-skx:
834         - 69  # NDRPDR sel - new2001.0
835         - 71  # NDRPDR sel - new2001.0
836         - 72  # NDRPDR sel - new2001.0
837         - 76  # NDRPDR sel - new2001.0
838         - 77  # NDRPDR sel - new2001.0
839         - 78  # NDRPDR sel - new2001.0
840         - 80  # NDRPDR sel - new2001.0
841     vpp-performance-changes-3n-skx-cmp:
842       csit-vpp-perf-report-iterative-2005-3n-skx:
843         - 4   # NDRPDR sel
844         - 5   # NDRPDR sel ??? all x710 failed
845         - 33  # NDRPDR sel
846         - 28  # NDRPDR sel
847         - 34  # NDRPDR sel
848         - 36  # NDRPDR sel
849         - 37  # NDRPDR sel
850         - 38  # NDRPDR sel
851         - 39  # NDRPDR sel
852         - 41  # NDRPDR sel
853     vpp-performance-changes-3n-skx-cmp-2:
854       csit-vpp-perf-report-iterative-2005-3n-skx:
855         - 42  # NDRPDR sel env 4
856         - 43  # NDRPDR sel env 4
857         - 44  # NDRPDR sel env 4
858         - 45  # NDRPDR sel env 4
859         - 47  # NDRPDR sel env 4
860     vpp-performance-changes-3n-skx-cmp-2001.0-4:
861       csit-vpp-perf-report-iterative-2005-3n-skx:
862         - 50  # NDRPDR sel 2001.0-4
863         - 51  # NDRPDR sel 2001.0-4
864         - 52  # NDRPDR sel 2001.0-4
865         - 53  # NDRPDR sel 2001.0-4
866         - 54  # NDRPDR sel 2001.0-4
867
868     vpp-performance-changes-2n-skx-h1:
869       csit-vpp-perf-verify-1908_1-2n-skx:
870         - 39  # NDRPDR sel - new1908.1
871         - 40  # NDRPDR sel - new1908.1
872         - 41  # NDRPDR sel - new1908.1
873         - 43  # NDRPDR sel - new1908.1
874         - 44  # NDRPDR sel - new1908.1
875         - 45  # NDRPDR sel - new1908.1
876         - 46  # NDRPDR sel - new1908.1
877         - 47  # NDRPDR sel - new1908.1
878         - 48  # NDRPDR sel - new1908.1
879         - 49  # NDRPDR sel - new1908.1
880     vpp-performance-changes-2n-skx-ref:
881       csit-vpp-perf-verify-2001-2n-skx:
882         - 143  # NDRPDR sel - new2001.0
883         - 146  # NDRPDR sel - new2001.0
884         - 147  # NDRPDR sel - new2001.0
885         - 148  # NDRPDR sel - new2001.0
886         - 149  # NDRPDR sel - new2001.0
887         - 150  # NDRPDR sel - new2001.0
888         - 151  # NDRPDR sel - new2001.0
889         - 152  # NDRPDR sel - new2001.0
890         - 153  # NDRPDR sel - new2001.0
891         - 154  # NDRPDR sel - new2001.0
892     vpp-performance-changes-2n-skx-cmp:
893       csit-vpp-perf-report-iterative-2005-2n-skx:
894         - 43  # NDRPDR sel
895         - 38  # NDRPDR sel
896         - 7   # NDRPDR sel
897         - 65  # NDRPDR sel
898         - 47  # NDRPDR sel
899         - 55  # NDRPDR sel
900         - 67  # NDRPDR sel
901         - 75  # NDRPDR sel
902         - 76  # NDRPDR sel
903         - 73  # NDRPDR sel
904     vpp-performance-changes-2n-skx-cmp-2:
905       csit-vpp-perf-report-iterative-2005-2n-skx:
906         - 88  # NDRPDR sel env 4
907         - 89  # NDRPDR sel env 4
908         - 90  # NDRPDR sel env 4
909         - 91  # NDRPDR sel env 4
910         - 92  # NDRPDR sel env 4
911         - 93  # NDRPDR sel env 4
912         - 94  # NDRPDR sel env 4
913     vpp-performance-changes-2n-skx-cmp-2001.0-4:
914       csit-vpp-perf-report-iterative-2005-2n-skx:
915         - 100 # NDRPDR sel 2001.0-4
916         - 101 # NDRPDR sel 2001.0-4
917         - 102 # NDRPDR sel 2001.0-4
918         - 103 # NDRPDR sel 2001.0-4
919         - 104 # NDRPDR sel 2001.0-4
920         - 105 # NDRPDR sel 2001.0-4
921
922 #    vpp-performance-changes-nfv-2n-skx-ref:
923 #      csit-vpp-perf-verify-2001-2n-skx:
924 #        - 30  # NFV
925 #        - 31  # NFV
926 #    vpp-performance-changes-nfv-2n-skx-cmp:
927 #      csit-vpp-perf-report-iterative-2005-2n-skx:
928 #        - 43  # NDRPDR sel
929 #        - 38  # NDRPDR sel
930 #        - 7   # NDRPDR sel
931 #        - 78  # nf-density-sel
932 #        - 83  # nf-density-sel
933
934     vpp-performance-changes-2n-clx-ref:
935       csit-vpp-perf-verify-2001-2n-clx:
936         - 28  # NDRPDR sel
937         - 29  # NDRPDR sel
938         - 32  # NDRPDR sel
939         - 40  # NDRPDR sel
940         - 43  # NDRPDR sel
941         - 44  # NDRPDR sel
942         - 45  # NDRPDR sel
943         - 47  # NDRPDR sel
944         - 48  # NDRPDR sel
945         - 49  # NDRPDR sel
946     vpp-performance-changes-2n-clx-cmp:
947       csit-vpp-perf-report-iterative-2005-2n-clx:
948         - 7   # NDRPDR sel
949         - 38  # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 32  # NDRPDR sel ???
952         - 33  # NDRPDR sel ???
953         - 39  # NDRPDR sel
954         - 40  # NDRPDR sel
955         - 43  # NDRPDR sel
956         - 50  # NDRPDR sel
957         - 51  # NDRPDR sel
958     vpp-performance-changes-2n-clx-cmp-2:
959       csit-vpp-perf-report-iterative-2005-2n-clx:
960         - 62  # NDRPDR sel env 4
961         - 63  # NDRPDR sel env 4
962         - 64  # NDRPDR sel env 4
963         - 65  # NDRPDR sel env 4
964         - 66  # NDRPDR sel env 4
965         - 68  # NDRPDR sel env 4
966         - 69  # NDRPDR sel env 4
967         - 70  # NDRPDR sel env 4
968     vpp-performance-changes-2n-clx-cmp-2001.0-4:
969       csit-vpp-perf-report-iterative-2005-2n-clx:
970         - 73  # NDRPDR sel 2001.0-4
971         - 74  # NDRPDR sel 2001.0-4
972         - 75  # NDRPDR sel 2001.0-4
973         - 76  # NDRPDR sel 2001.0-4
974         - 77  # NDRPDR sel 2001.0-4
975         - 78  # NDRPDR sel 2001.0-4
976         - 79  # NDRPDR sel 2001.0-4
977         - 80  # NDRPDR sel 2001.0-4
978
979     vpp-performance-changes-2n-dnv-h1:
980       csit-vpp-perf-verify-1908-2n-dnv:
981         - 1   # NDRPDR sel
982         - 2   # NDRPDR sel
983         - 3   # NDRPDR sel
984         - 4   # NDRPDR sel
985         - 5   # NDRPDR sel
986         - 6   # NDRPDR sel
987         - 7   # NDRPDR sel
988         - 8   # NDRPDR sel
989         - 9   # NDRPDR sel
990         - 10  # NDRPDR sel
991     vpp-performance-changes-2n-dnv-ref:
992       csit-vpp-perf-verify-2001-2n-dnv:
993         - 4   # NDRPDR sel
994         - 5   # NDRPDR sel
995         - 6   # NDRPDR sel
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 11  # NDRPDR sel
1001         - 13  # NDRPDR sel
1002         - 16  # NDRPDR sel
1003     vpp-performance-changes-2n-dnv-cmp:
1004       csit-vpp-perf-report-iterative-2005-2n-dnv:
1005         - 3   # NDRPDR sel
1006         - 6   # NDRPDR sel
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 9   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 11  # NDRPDR sel
1012         - 12  # NDRPDR sel
1013         - 13  # NDRPDR sel
1014         - 14  # NDRPDR sel
1015
1016     vpp-performance-changes-3n-dnv-h1:
1017       csit-vpp-perf-verify-1908-3n-dnv:
1018         - 6   # NDRPDR sel
1019         - 7   # NDRPDR sel
1020         - 8   # NDRPDR sel
1021         - 9   # NDRPDR sel
1022         - 10  # NDRPDR sel
1023         - 12  # NDRPDR sel
1024         - 13  # NDRPDR sel
1025         - 14  # NDRPDR sel
1026         - 15  # NDRPDR sel
1027         - 16  # NDRPDR sel
1028     vpp-performance-changes-3n-dnv-ref:
1029       csit-vpp-perf-verify-2001-3n-dnv:
1030         - 5   # NDRPDR sel
1031         - 6   # NDRPDR sel
1032         - 7   # NDRPDR sel
1033         - 8   # NDRPDR sel
1034         - 9   # NDRPDR sel
1035         - 10  # NDRPDR sel
1036         - 12  # NDRPDR sel
1037         - 16  # NDRPDR sel
1038         - 17  # NDRPDR sel
1039         - 18  # NDRPDR sel
1040     vpp-performance-changes-3n-dnv-cmp:
1041       csit-vpp-perf-report-iterative-2005-3n-dnv:
1042         - 2   # NDRPDR sel
1043         - 3   # NDRPDR sel
1044         - 4   # NDRPDR sel
1045         - 5   # NDRPDR sel
1046         - 6   # NDRPDR sel
1047         - 7   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 11  # NDRPDR sel
1051         - 12  # NDRPDR sel
1052
1053     vpp-performance-changes-3n-tsh-h1:
1054       csit-vpp-perf-verify-1908-3n-tsh:
1055         - 7   # NDRPDR sel
1056         - 8   # NDRPDR sel
1057         - 9   # NDRPDR sel
1058         - 10  # NDRPDR sel
1059         - 11  # NDRPDR sel
1060         - 12  # NDRPDR sel
1061         - 13  # NDRPDR sel
1062         - 14  # NDRPDR sel
1063         - 15  # NDRPDR sel
1064         - 16  # NDRPDR sel
1065     vpp-performance-changes-3n-tsh-ref:
1066       csit-vpp-perf-verify-2001-3n-tsh:
1067         - 3   # NDRPDR sel
1068         - 4   # NDRPDR sel
1069         - 7   # NDRPDR sel
1070         - 8   # NDRPDR sel
1071         - 10  # NDRPDR sel
1072         - 12  # NDRPDR sel
1073         - 13  # NDRPDR sel
1074         - 14  # NDRPDR sel
1075         - 15  # NDRPDR sel
1076         - 21  # NDRPDR sel
1077     vpp-performance-changes-3n-tsh-cmp:
1078       # TODO: Add data:
1079       csit-vpp-perf-report-iterative-2005-3n-tsh:
1080         - 9   # NDRPDR sel
1081         - 11  # NDRPDR sel
1082         - 12  # NDRPDR sel
1083         - 20  # NDRPDR sel
1084         - 14  # NDRPDR sel
1085         - 21  # NDRPDR sel
1086     vpp-performance-changes-3n-tsh-cmp-2:
1087       csit-vpp-perf-report-iterative-2005-3n-tsh:
1088         - 23  # NDRPDR sel env 4
1089         - 25  # NDRPDR sel env 4
1090     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1091       csit-vpp-perf-report-iterative-2005-3n-tsh:
1092         - 28  # NDRPDR sel 2001.0-4
1093         - 29  # NDRPDR sel 2001.0-4
1094         - 31  # NDRPDR sel 2001.0-4
1095
1096     vpp-soak-vs-ndr-2n-skx-ref:
1097       csit-vpp-perf-report-iterative-2005-2n-skx:
1098         - 43  # NDRPDR sel
1099         - 38  # NDRPDR sel
1100         - 7   # NDRPDR sel
1101         - 65  # NDRPDR sel
1102         - 47  # NDRPDR sel
1103         - 55  # NDRPDR sel
1104         - 67  # NDRPDR sel
1105         - 75  # NDRPDR sel
1106         - 76  # NDRPDR sel
1107         - 73  # NDRPDR sel
1108     vpp-soak-vs-ndr-2n-skx-cmp:
1109       csit-vpp-perf-report-iterative-2005-2n-skx:
1110         - 49  # Soak
1111         - 54  # Soak
1112     vpp-soak-vs-ndr-2n-skx:
1113       csit-vpp-perf-report-iterative-2005-2n-skx:
1114         - 43  # NDRPDR sel
1115         - 38  # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 65  # NDRPDR sel
1118         - 47  # NDRPDR sel
1119         - 55  # NDRPDR sel
1120         - 67  # NDRPDR sel
1121         - 75  # NDRPDR sel
1122         - 76  # NDRPDR sel
1123         - 73  # NDRPDR sel
1124         - 49  # Soak
1125         - 54  # Soak
1126
1127     vpp-soak-vs-ndr-2n-clx-ref:
1128       csit-vpp-perf-report-iterative-2005-2n-clx:
1129         - 7   # NDRPDR sel
1130         - 38  # NDRPDR sel
1131         - 9   # NDRPDR sel
1132         - 32  # NDRPDR sel ???
1133         - 33  # NDRPDR sel ???
1134         - 39  # NDRPDR sel
1135         - 40  # NDRPDR sel
1136         - 43  # NDRPDR sel
1137         - 50  # NDRPDR sel
1138         - 51  # NDRPDR sel
1139     vpp-soak-vs-ndr-2n-clx-cmp:
1140       csit-vpp-perf-report-iterative-2005-2n-clx:
1141         - 44  # Soak
1142         - 49  # Soak
1143     vpp-soak-vs-ndr-2n-clx:
1144       csit-vpp-perf-report-iterative-2005-2n-clx:
1145         - 7   # NDRPDR sel
1146         - 38  # NDRPDR sel
1147         - 9   # NDRPDR sel
1148         - 32  # NDRPDR sel ???
1149         - 33  # NDRPDR sel ???
1150         - 39  # NDRPDR sel
1151         - 40  # NDRPDR sel
1152         - 43  # NDRPDR sel
1153         - 50  # NDRPDR sel
1154         - 51  # NDRPDR sel
1155         - 44  # Soak
1156         - 49  # Soak
1157
1158     vpp-performance-changes-3n-hsw-mrr-h1:
1159       csit-vpp-perf-verify-1908-3n-hsw:
1160         - 39  # MRR sel
1161     vpp-performance-changes-3n-hsw-mrr-ref:
1162       csit-vpp-perf-verify-2001-3n-hsw:
1163         - 17  # MRR sel
1164     vpp-performance-changes-3n-hsw-mrr-cmp:
1165       csit-vpp-perf-report-iterative-2005-3n-hsw:
1166         - 13  # MRR
1167     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1168       csit-vpp-perf-report-iterative-2005-3n-hsw:
1169         - 30  # MRR env 4
1170
1171 #    vpp-performance-changes-3n-skx-mrr-h1:
1172 #      csit-vpp-perf-verify-1908-3n-skx:
1173 #        - 36  # MRR sel
1174     vpp-performance-changes-3n-skx-mrr-ref:
1175       csit-vpp-perf-verify-2001-3n-skx:
1176         - 50  # MRR sel
1177         - 53  # MRR sel addition
1178     vpp-performance-changes-3n-skx-mrr-cmp:
1179       csit-vpp-perf-report-iterative-2005-3n-skx:
1180         - 6   # MRR sel
1181     vpp-performance-changes-3n-skx-mrr-cmp-2:
1182       csit-vpp-perf-report-iterative-2005-3n-skx:
1183         - 49  # MRR sel env 4
1184
1185 #    vpp-performance-changes-2n-skx-mrr-h1:
1186 #      csit-vpp-perf-verify-1908-2n-skx:
1187 #        - 69  # MRR sel
1188     vpp-performance-changes-2n-skx-mrr-ref:
1189       csit-vpp-perf-verify-2001-2n-skx:
1190         - 101 # MRR sel
1191         - 128 # MRR sel addition
1192     vpp-performance-changes-2n-skx-mrr-cmp:
1193       csit-vpp-perf-report-iterative-2005-2n-skx:
1194         - 42  # MRR sel
1195     vpp-performance-changes-2n-skx-mrr-cmp-2:
1196       csit-vpp-perf-report-iterative-2005-2n-skx:
1197         - 99  # MRR sel env 4
1198
1199     vpp-performance-changes-2n-clx-mrr-ref:
1200       csit-vpp-perf-verify-2001-2n-clx:
1201         - 39  # MRR
1202     vpp-performance-changes-2n-clx-mrr-cmp:
1203       csit-vpp-perf-report-iterative-2005-2n-clx:
1204         - 12   # MRR
1205     vpp-performance-changes-2n-clx-mrr-cmp-2:
1206       csit-vpp-perf-report-iterative-2005-2n-clx:
1207         - 72   # MRR
1208
1209 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1210 #      csit-vpp-perf-verify-1908-2n-skx:
1211 #        - 71  # NFV MRR
1212 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1213 #      # csit-vpp-perf-verify-2001-2n-skx:
1214 #      csit-vpp-perf-verify-1908-2n-skx:
1215 #        - 71  # NFV MRR
1216
1217     vpp-performance-changes-2n-dnv-mrr-h1:
1218       csit-vpp-perf-verify-1908-2n-dnv:
1219         - 11  # MRR sel
1220     vpp-performance-changes-2n-dnv-mrr-ref:
1221       csit-vpp-perf-verify-2001-2n-dnv:
1222         - 12  # MRR sel
1223     vpp-performance-changes-2n-dnv-mrr-cmp:
1224       csit-vpp-perf-report-iterative-2005-2n-dnv:
1225         - 15  # MRR sel
1226
1227     vpp-performance-changes-3n-dnv-mrr-h1:
1228       csit-vpp-perf-verify-1908-3n-dnv:
1229         - 17  # MRR sel
1230     vpp-performance-changes-3n-dnv-mrr-ref:
1231       csit-vpp-perf-verify-2001-3n-dnv:
1232         - 11  # MRR sel
1233     vpp-performance-changes-3n-dnv-mrr-cmp:
1234       csit-vpp-perf-report-iterative-2005-3n-dnv:
1235         - 8   # MRR
1236
1237     vpp-performance-changes-3n-tsh-mrr-h1:
1238       csit-vpp-perf-verify-1908-3n-tsh:
1239         - 17  # MRR sel
1240     vpp-performance-changes-3n-tsh-mrr-ref:
1241       csit-vpp-perf-verify-2001-3n-tsh:
1242         - 9   # MRR sel
1243     vpp-performance-changes-3n-tsh-mrr-cmp:
1244       csit-vpp-perf-report-iterative-2005-3n-tsh:
1245         - 10  # MRR sel
1246     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1247       csit-vpp-perf-report-iterative-2005-3n-tsh:
1248         - 27  # MRR sel env 4
1249
1250     dpdk-performance-changes-3n-hsw-h1:
1251       csit-dpdk-perf-verify-1908-3n-hsw:
1252         - 2   # NDRPDR sel
1253         - 3   # NDRPDR sel
1254         - 4   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 6   # NDRPDR sel
1257         - 7   # NDRPDR sel
1258         - 8   # NDRPDR sel
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262     dpdk-performance-changes-3n-hsw-ref:
1263       csit-dpdk-perf-verify-2001-3n-hsw:
1264         - 4   # NDRPDR sel
1265         - 5   # NDRPDR sel
1266         - 6   # NDRPDR sel
1267         - 7   # NDRPDR sel
1268         - 8   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272         - 12  # NDRPDR sel
1273         - 13  # NDRPDR sel
1274         - 15  # NDRPDR sel
1275         - 16  # NDRPDR sel
1276         - 17  # NDRPDR sel
1277         - 18  # NDRPDR sel
1278         - 19  # NDRPDR sel
1279         - 20  # NDRPDR sel
1280         - 21  # NDRPDR sel
1281         - 22  # NDRPDR sel
1282         - 23  # NDRPDR sel
1283         - 24  # NDRPDR sel
1284     dpdk-performance-changes-3n-hsw-cmp:
1285       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 8   # NDRPDR sel
1290         - 9   # NDRPDR sel
1291         - 10  # NDRPDR sel
1292         - 11  # NDRPDR sel
1293         - 12  # NDRPDR sel
1294         - 13  # NDRPDR sel
1295         - 14  # NDRPDR sel
1296
1297     dpdk-performance-changes-3n-skx-h1:
1298       csit-dpdk-perf-verify-1908-3n-skx:
1299         - 3   # NDRPDR sel
1300         - 4   # NDRPDR sel
1301         - 5   # NDRPDR sel
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309     dpdk-performance-changes-3n-skx-ref:
1310       csit-dpdk-perf-verify-2001-3n-skx:
1311         - 29  # NDRPDR sel xxv710
1312         - 33  # NDRPDR sel xxv710
1313         - 34  # NDRPDR sel xxv710
1314         - 35  # NDRPDR sel xxv710
1315         - 36  # NDRPDR sel xxv710
1316         - 37  # NDRPDR sel xxv710
1317         - 41  # NDRPDR sel xxv710
1318         - 42  # NDRPDR sel xxv710
1319         - 43  # NDRPDR sel xxv710
1320         - 45  # NDRPDR sel xxv710
1321         - 30  # NDRPDR sel x710
1322         - 31  # NDRPDR sel x710
1323         - 32  # NDRPDR sel x710
1324         - 38  # NDRPDR sel x710
1325         - 39  # NDRPDR sel x710
1326         - 40  # NDRPDR sel x710
1327         - 44  # NDRPDR sel x710
1328         - 46  # NDRPDR sel x710
1329         - 47  # NDRPDR sel x710
1330         - 48  # NDRPDR sel x710
1331     dpdk-performance-changes-3n-skx-cmp:
1332       csit-dpdk-perf-report-iterative-2005-3n-skx:
1333         - 4   # NDRPDR sel
1334         - 5   # NDRPDR sel
1335         - 6   # NDRPDR sel
1336         - 7   # NDRPDR sel
1337         - 8   # NDRPDR sel
1338         - 11  # NDRPDR sel
1339         - 12  # NDRPDR sel
1340         - 13  # NDRPDR sel
1341         - 14  # NDRPDR sel
1342         - 15  # NDRPDR sel
1343
1344     dpdk-performance-changes-2n-skx-h1:
1345       csit-dpdk-perf-verify-1908-2n-skx:
1346         - 2   # NDRPDR sel
1347         - 3   # NDRPDR sel
1348         - 4   # NDRPDR sel
1349         - 5   # NDRPDR sel
1350         - 7   # NDRPDR sel
1351         - 8   # NDRPDR sel
1352         - 9   # NDRPDR sel
1353         - 10  # NDRPDR sel
1354         - 11  # NDRPDR sel
1355         - 12  # NDRPDR sel
1356     dpdk-performance-changes-2n-skx-ref:
1357       csit-dpdk-perf-verify-2001-2n-skx:
1358         - 35  # NDRPDR sel xxv710
1359         - 36  # NDRPDR sel xxv710
1360         - 37  # NDRPDR sel xxv710
1361         - 41  # NDRPDR sel xxv710
1362         - 42  # NDRPDR sel xxv710
1363         - 43  # NDRPDR sel xxv710
1364         - 46  # NDRPDR sel xxv710
1365         - 47  # NDRPDR sel xxv710
1366         - 52  # NDRPDR sel xxv710
1367         - 53  # NDRPDR sel xxv710
1368         - 38  # NDRPDR sel x710
1369         - 39  # NDRPDR sel x710
1370         - 40  # NDRPDR sel x710
1371         - 44  # NDRPDR sel x710
1372         - 45  # NDRPDR sel x710
1373         - 48  # NDRPDR sel x710
1374         - 49  # NDRPDR sel x710
1375         - 50  # NDRPDR sel x710
1376         - 51  # NDRPDR sel x710
1377         - 54  # NDRPDR sel x710
1378     dpdk-performance-changes-2n-skx-cmp:
1379       csit-dpdk-perf-report-iterative-2005-2n-skx:
1380         - 1   # NDRPDR sel
1381         - 2   # NDRPDR sel
1382         - 3   # NDRPDR sel
1383         - 4   # NDRPDR sel
1384         - 5   # NDRPDR sel
1385         - 6   # NDRPDR sel
1386         - 7   # NDRPDR sel
1387         - 8   # NDRPDR sel
1388         - 9   # NDRPDR sel
1389         - 10  # NDRPDR sel
1390
1391     dpdk-performance-changes-2n-clx-ref:
1392       csit-dpdk-perf-verify-2001-2n-clx:
1393         - 15  # NDRPDR sel
1394         - 16  # NDRPDR sel
1395         - 17  # NDRPDR sel
1396         - 18  # NDRPDR sel
1397         - 19  # NDRPDR sel
1398         - 20  # NDRPDR sel
1399         - 21  # NDRPDR sel
1400         - 22  # NDRPDR sel
1401         - 23  # NDRPDR sel
1402         - 24  # NDRPDR sel
1403         - 25  # NDRPDR sel
1404         - 26  # NDRPDR sel
1405         - 27  # NDRPDR sel
1406         - 28  # NDRPDR sel
1407         - 29  # NDRPDR sel
1408         - 30  # NDRPDR sel
1409         - 31  # NDRPDR sel
1410         - 32  # NDRPDR sel
1411         - 33  # NDRPDR sel
1412         - 34  # NDRPDR sel
1413     dpdk-performance-changes-2n-clx-cmp:
1414       csit-dpdk-perf-report-iterative-2005-2n-clx:
1415         - 1   # NDRPDR sel
1416         - 2   # NDRPDR sel
1417         - 3   # NDRPDR sel
1418         - 4   # NDRPDR sel
1419         - 5   # NDRPDR sel
1420         - 6   # NDRPDR sel
1421         - 7   # NDRPDR sel
1422         - 8   # NDRPDR sel
1423         - 9   # NDRPDR sel
1424         - 10  # NDRPDR sel
1425
1426     dpdk-performance-changes-2n-dnv-ref:
1427       csit-dpdk-perf-verify-2001-2n-dnv:
1428         - 9   # NDRPDR sel
1429         - 10  # NDRPDR sel
1430         - 11  # NDRPDR sel
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     dpdk-performance-changes-2n-dnv-cmp:
1439       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1440         - 8   # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 10  # NDRPDR sel
1443         - 11  # NDRPDR sel
1444         - 12  # NDRPDR sel
1445         - 13  # NDRPDR sel
1446         - 14  # NDRPDR sel
1447         - 15  # NDRPDR sel
1448         - 16  # NDRPDR sel
1449         - 17  # NDRPDR sel
1450
1451     dpdk-performance-changes-3n-dnv-ref:
1452       csit-dpdk-perf-verify-2001-3n-dnv:
1453         - 12  # NDRPDR sel
1454         - 13  # NDRPDR sel
1455         - 14  # NDRPDR sel
1456         - 15  # NDRPDR sel
1457         - 16  # NDRPDR sel
1458         - 17  # NDRPDR sel
1459         - 18  # NDRPDR sel
1460         - 19  # NDRPDR sel
1461         - 20  # NDRPDR sel
1462         - 22  # NDRPDR sel
1463     dpdk-performance-changes-3n-dnv-cmp:
1464       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1465         - 6   # NDRPDR sel
1466         - 7   # NDRPDR sel
1467         - 8   # NDRPDR sel
1468         - 9   # NDRPDR sel
1469         - 10  # NDRPDR sel
1470         - 11  # NDRPDR sel
1471         - 12  # NDRPDR sel
1472         - 13  # NDRPDR sel
1473         - 14  # NDRPDR sel
1474         - 16  # NDRPDR sel
1475
1476     dpdk-performance-changes-3n-tsh-ref:
1477       csit-dpdk-perf-verify-2001-3n-tsh:
1478         - 3   # NDRPDR sel
1479         - 4   # NDRPDR sel
1480         - 5   # NDRPDR sel
1481         - 9   # NDRPDR sel
1482         - 10  # NDRPDR sel
1483         - 11  # NDRPDR sel
1484         - 12  # NDRPDR sel
1485         - 14  # NDRPDR sel
1486         - 15  # NDRPDR sel
1487         - 18  # NDRPDR sel
1488     dpdk-performance-changes-3n-tsh-cmp:
1489       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1490         - 5   # NDRPDR sel
1491
1492     # Compare testbeds
1493
1494     vpp-compare-testbeds-ref:
1495       csit-vpp-perf-report-iterative-2005-3n-hsw:
1496         - 3   # NDRPDR sel
1497         - 4   # NDRPDR sel
1498         - 5   # NDRPDR sel
1499         - 10  # NDRPDR sel
1500         - 11  # NDRPDR sel
1501         - 12  # NDRPDR sel
1502         - 15  # NDRPDR sel
1503         - 16  # NDRPDR sel
1504         - 18  # NDRPDR sel
1505         - 19  # NDRPDR sel
1506     vpp-compare-testbeds-cmp:
1507       csit-vpp-perf-report-iterative-2005-3n-skx:
1508         - 4   # NDRPDR sel
1509         - 5   # NDRPDR sel ??? all x710 failed
1510         - 33  # NDRPDR sel
1511         - 28  # NDRPDR sel
1512         - 34  # NDRPDR sel
1513         - 36  # NDRPDR sel
1514         - 37  # NDRPDR sel
1515         - 38  # NDRPDR sel
1516         - 39  # NDRPDR sel
1517         - 41  # NDRPDR sel
1518
1519     vpp-compare-testbeds-skx-clx-ref:
1520       csit-vpp-perf-report-iterative-2005-2n-skx:
1521         - 43  # NDRPDR sel
1522         - 38  # NDRPDR sel
1523         - 7   # NDRPDR sel
1524         - 65  # NDRPDR sel
1525         - 47  # NDRPDR sel
1526         - 55  # NDRPDR sel
1527         - 67  # NDRPDR sel
1528         - 75  # NDRPDR sel
1529         - 76  # NDRPDR sel
1530         - 73  # NDRPDR sel
1531     vpp-compare-testbeds-skx-clx-cmp:
1532       csit-vpp-perf-report-iterative-2005-2n-clx:
1533         - 7   # NDRPDR sel
1534         - 38  # NDRPDR sel
1535         - 9   # NDRPDR sel
1536         - 32  # NDRPDR sel ???
1537         - 33  # NDRPDR sel ???
1538         - 39  # NDRPDR sel
1539         - 40  # NDRPDR sel
1540         - 43  # NDRPDR sel
1541         - 50  # NDRPDR sel
1542         - 51  # NDRPDR sel
1543
1544     vpp-compare-testbeds-hsw-clx-ref:
1545       csit-vpp-perf-report-iterative-2005-3n-hsw:
1546         - 3   # NDRPDR sel
1547         - 4   # NDRPDR sel
1548         - 5   # NDRPDR sel
1549         - 10  # NDRPDR sel
1550         - 11  # NDRPDR sel
1551         - 12  # NDRPDR sel
1552         - 15  # NDRPDR sel
1553         - 16  # NDRPDR sel
1554         - 18  # NDRPDR sel
1555         - 19  # NDRPDR sel
1556     vpp-compare-testbeds-hsw-clx-cmp:
1557       csit-vpp-perf-report-iterative-2005-2n-clx:
1558         - 7   # NDRPDR sel
1559         - 38  # NDRPDR sel
1560         - 9   # NDRPDR sel
1561         - 32  # NDRPDR sel ???
1562         - 33  # NDRPDR sel ???
1563         - 39  # NDRPDR sel
1564         - 40  # NDRPDR sel
1565         - 43  # NDRPDR sel
1566         - 50  # NDRPDR sel
1567         - 51  # NDRPDR sel
1568
1569     vpp-compare-testbeds-mrr-ref:
1570       csit-vpp-perf-report-iterative-2005-3n-hsw:
1571         - 13  # MRR
1572     vpp-compare-testbeds-mrr-cmp:
1573       csit-vpp-perf-report-iterative-2005-3n-skx:
1574         - 6   # MRR sel
1575
1576     vpp-compare-testbeds-mrr-skx-clx-ref:
1577       csit-vpp-perf-report-iterative-2005-2n-skx:
1578         - 42  # MRR sel
1579     vpp-compare-testbeds-mrr-skx-clx-cmp:
1580       csit-vpp-perf-report-iterative-2005-2n-clx:
1581         - 12   # MRR
1582
1583     vpp-compare-testbeds-mrr-hsw-clx-ref:
1584       csit-vpp-perf-report-iterative-2005-3n-hsw:
1585         - 13  # MRR
1586     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1587       csit-vpp-perf-report-iterative-2005-2n-clx:
1588         - 12   # MRR
1589
1590     dpdk-compare-testbeds-ref:
1591       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1592         - 5   # NDRPDR sel
1593         - 6   # NDRPDR sel
1594         - 7   # NDRPDR sel
1595         - 8   # NDRPDR sel
1596         - 9   # NDRPDR sel
1597         - 10  # NDRPDR sel
1598         - 11  # NDRPDR sel
1599         - 12  # NDRPDR sel
1600         - 13  # NDRPDR sel
1601         - 14  # NDRPDR sel
1602     dpdk-compare-testbeds-cmp:
1603       csit-dpdk-perf-report-iterative-2005-3n-skx:
1604         - 4   # NDRPDR sel
1605         - 5   # NDRPDR sel
1606         - 6   # NDRPDR sel
1607         - 7   # NDRPDR sel
1608         - 8   # NDRPDR sel
1609         - 11  # NDRPDR sel
1610         - 12  # NDRPDR sel
1611         - 13  # NDRPDR sel
1612         - 14  # NDRPDR sel
1613         - 15  # NDRPDR sel
1614
1615     dpdk-compare-testbeds-skx-clx-ref:
1616       csit-dpdk-perf-report-iterative-2005-2n-skx:
1617         - 1   # NDRPDR sel
1618         - 2   # NDRPDR sel
1619         - 3   # NDRPDR sel
1620         - 4   # NDRPDR sel
1621         - 5   # NDRPDR sel
1622         - 6   # NDRPDR sel
1623         - 7   # NDRPDR sel
1624         - 8   # NDRPDR sel
1625         - 9   # NDRPDR sel
1626         - 10  # NDRPDR sel
1627     dpdk-compare-testbeds-skx-clx-cmp:
1628       csit-dpdk-perf-report-iterative-2005-2n-clx:
1629         - 1   # NDRPDR sel
1630         - 2   # NDRPDR sel
1631         - 3   # NDRPDR sel
1632         - 4   # NDRPDR sel
1633         - 5   # NDRPDR sel
1634         - 6   # NDRPDR sel
1635         - 7   # NDRPDR sel
1636         - 8   # NDRPDR sel
1637         - 9   # NDRPDR sel
1638         - 10  # NDRPDR sel
1639
1640     # Compare topologies
1641
1642     vpp-compare-topologies-ref:
1643       csit-vpp-perf-report-iterative-2005-3n-skx:
1644         - 4   # NDRPDR sel
1645         - 5   # NDRPDR sel ??? all x710 failed
1646         - 33  # NDRPDR sel
1647         - 28  # NDRPDR sel
1648         - 34  # NDRPDR sel
1649         - 36  # NDRPDR sel
1650         - 37  # NDRPDR sel
1651         - 38  # NDRPDR sel
1652         - 39  # NDRPDR sel
1653         - 41  # NDRPDR sel
1654     vpp-compare-topologies-cmp:
1655       csit-vpp-perf-report-iterative-2005-2n-skx:
1656         - 43  # NDRPDR sel
1657         - 38  # NDRPDR sel
1658         - 7   # NDRPDR sel
1659         - 65  # NDRPDR sel
1660         - 47  # NDRPDR sel
1661         - 55  # NDRPDR sel
1662         - 67  # NDRPDR sel
1663         - 75  # NDRPDR sel
1664         - 76  # NDRPDR sel
1665         - 73  # NDRPDR sel
1666
1667     vpp-compare-topologies-mrr-ref:
1668       csit-vpp-perf-report-iterative-2005-3n-skx:
1669         - 6   # MRR sel
1670     vpp-compare-topologies-mrr-cmp:
1671       csit-vpp-perf-report-iterative-2005-2n-skx:
1672         - 42  # MRR sel
1673
1674     dpdk-compare-topologies-ref:
1675       csit-dpdk-perf-report-iterative-2005-3n-skx:
1676         - 4   # NDRPDR sel
1677         - 5   # NDRPDR sel
1678         - 6   # NDRPDR sel
1679         - 7   # NDRPDR sel
1680         - 8   # NDRPDR sel
1681         - 11  # NDRPDR sel
1682         - 12  # NDRPDR sel
1683         - 13  # NDRPDR sel
1684         - 14  # NDRPDR sel
1685         - 15  # NDRPDR sel
1686     dpdk-compare-topologies-cmp:
1687       csit-dpdk-perf-report-iterative-2005-2n-skx:
1688         - 1   # NDRPDR sel
1689         - 2   # NDRPDR sel
1690         - 3   # NDRPDR sel
1691         - 4   # NDRPDR sel
1692         - 5   # NDRPDR sel
1693         - 6   # NDRPDR sel
1694         - 7   # NDRPDR sel
1695         - 8   # NDRPDR sel
1696         - 9   # NDRPDR sel
1697         - 10  # NDRPDR sel
1698
1699   plot-layouts:
1700
1701     plot-soak-throughput:
1702       titlefont:
1703         size: 18
1704       xaxis:
1705         title: "<b>Test Cases [Index]</b>"
1706         titlefont:
1707           size: 16
1708         autorange: True
1709         fixedrange: False
1710         gridcolor: "rgb(230, 230, 230)"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         showgrid: True
1714         showline: True
1715         showticklabels: True
1716         tickcolor: "rgb(220, 220, 220)"
1717         tickmode: "linear"
1718         tickfont:
1719           size: 16
1720         zeroline: False
1721       yaxis:
1722         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1723         titlefont:
1724           size: 16
1725         gridcolor: "rgb(230, 230, 230)"
1726         hoverformat: ".4r"
1727         tickformat: ".3r"
1728         linecolor: "rgb(220, 220, 220)"
1729         linewidth: 1
1730         showgrid: True
1731         showline: True
1732         showticklabels: True
1733         tickcolor: "rgb(220, 220, 220)"
1734         tickfont:
1735           size: 16
1736         zeroline: False
1737         range: [0,50]
1738       autosize: False
1739       margin:
1740         t: 50
1741         b: 0
1742         l: 80
1743         r: 20
1744       showlegend: True
1745       legend:
1746         orientation: "h"
1747         font:
1748           size: 16
1749       width: 700
1750       height: 900
1751       paper_bgcolor: "#fff"
1752       plot_bgcolor: "#fff"
1753       hoverlabel:
1754         namelength: -1
1755
1756     plot-service-density:
1757       titlefont:
1758         size: 18
1759       xaxis:
1760         side: "top"
1761         autorange: True
1762         fixedrange: False
1763         showgrid: False
1764         showline: False
1765         showticklabels: False
1766         ticks: ""
1767         ticklen: 0
1768         tickwidth: 0
1769         zeroline: False
1770       yaxis:
1771         autorange: "reversed"
1772         showgrid: False
1773         showline: False
1774         showticklabels: False
1775         ticks: ""
1776         ticklen: 0
1777         tickwidth: 0
1778         zeroline: False
1779       showlegend: False
1780       paper_bgcolor: "#fff"
1781       plot_bgcolor: "#fff"
1782       width: 700
1783       height: 700
1784       hoverlabel:
1785         namelength: -1
1786
1787     plot-hoststack:
1788       titlefont:
1789         size: 16
1790       xaxis:
1791         title: "<b>Test Cases [Index]</b>"
1792         titlefont:
1793           size: 14
1794         autorange: True
1795         fixedrange: False
1796         gridcolor: "rgb(230, 230, 230)"
1797         linecolor: "rgb(220, 220, 220)"
1798         linewidth: 1
1799         showgrid: True
1800         showline: True
1801         showticklabels: True
1802         tickcolor: "rgb(220, 220, 220)"
1803         tickmode: "linear"
1804         tickfont:
1805           size: 14
1806         zeroline: False
1807       yaxis:
1808         title: "<b>Bandwidth [Gbps]</b>"
1809         titlefont:
1810           size: 14
1811         gridcolor: "rgb(230, 230, 230)"
1812         hoverformat: ".4s"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         rangemode: "tozero"
1816         showgrid: True
1817         showline: True
1818         showticklabels: True
1819         tickcolor: "rgb(230, 230, 230)"
1820         tickformat: ".3s"
1821         tickfont:
1822           size: 14
1823         zeroline: False
1824       boxmode: "group"
1825       boxgroupgap: 0.5
1826       autosize: False
1827       margin:
1828         t: 50
1829         b: 20
1830         l: 80
1831         r: 20
1832       showlegend: True
1833       legend:
1834         orientation: "h"
1835         font:
1836           size: 14
1837       width: 700
1838       height: 800
1839       paper_bgcolor: "#fff"
1840       plot_bgcolor: "#fff"
1841       hoverlabel:
1842         namelength: -1
1843
1844     plot-throughput:
1845       titlefont:
1846         size: 18
1847       xaxis:
1848         title: "<b>Test Cases [Index]</b>"
1849         titlefont:
1850           size: 16
1851         autorange: True
1852         fixedrange: False
1853         gridcolor: "rgb(230, 230, 230)"
1854         linecolor: "rgb(220, 220, 220)"
1855         linewidth: 1
1856         showgrid: True
1857         showline: True
1858         showticklabels: True
1859         tickcolor: "rgb(220, 220, 220)"
1860         tickmode: "linear"
1861         tickfont:
1862           size: 16
1863         zeroline: False
1864       yaxis:
1865         title: "<b>Packet Throughput [Mpps]</b>"
1866         titlefont:
1867           size: 16
1868         gridcolor: "rgb(230, 230, 230)"
1869         hoverformat: ".4r"
1870         tickformat: ".3r"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickfont:
1878           size: 16
1879         zeroline: False
1880         range: [0,50]
1881       autosize: False
1882       margin:
1883         t: 50
1884         b: 0
1885         l: 80
1886         r: 20
1887       showlegend: True
1888       legend:
1889         orientation: "h"
1890         font:
1891           size: 16
1892       width: 700
1893       height: 900
1894       paper_bgcolor: "#fff"
1895       plot_bgcolor: "#fff"
1896       hoverlabel:
1897         namelength: -1
1898
1899     plot-throughput-speedup-analysis:
1900       titlefont:
1901         size: 18
1902       xaxis:
1903         title: "<b>Number of Cores [Qty]</b>"
1904         titlefont:
1905           size: 16
1906         autorange: True
1907         fixedrange: False
1908         gridcolor: "rgb(230, 230, 230)"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: True
1914         tickcolor: "rgb(238, 238, 238)"
1915         tickmode: "linear"
1916         tickfont:
1917           size: 16
1918         zeroline: False
1919       yaxis:
1920         title: "<b>Packet Throughput [Mpps]</b>"
1921         titlefont:
1922           size: 16
1923         type: "linear"
1924         gridcolor: "rgb(230, 230, 230)"
1925         hoverformat: ".4s"
1926         linecolor: "rgb(220, 220, 220)"
1927         linewidth: 1
1928         showgrid: True
1929         showline: True
1930         showticklabels: True
1931         tickcolor: "rgb(220, 220, 220)"
1932         tickformat: ".4s"
1933         tickfont:
1934           size: 16
1935         zeroline: True
1936         rangemode: "tozero"
1937         range: [0,100]
1938       legend:
1939         orientation: "h"
1940         font:
1941           size: 16
1942         xanchor: "left"
1943         yanchor: "top"
1944         x: 0
1945         y: -0.2
1946         bgcolor: "rgba(255, 255, 255, 0)"
1947         bordercolor: "rgba(255, 255, 255, 0)"
1948         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1949       autosize: False
1950       margin:
1951           't': 50
1952           'b': 150
1953           'l': 85
1954           'r': 10
1955       showlegend: True
1956       width: 700
1957       height: 700
1958       paper_bgcolor: "#fff"
1959       plot_bgcolor: "#fff"
1960       hoverlabel:
1961         namelength: -1
1962       annotations: [
1963         {
1964           text: "_ _          __          ...",
1965           align: "left",
1966           showarrow: False,
1967           xref: "paper",
1968           yref: "paper",
1969           xanchor: "left",
1970           yanchor: "top",
1971           x: 0,
1972           y: -0.13,
1973           font: {
1974             family: "Consolas, Courier New",
1975             size: 15
1976           },
1977         },
1978         {
1979           text: "    Perfect     Measured     Limit",
1980           align: "left",
1981           showarrow: False,
1982           xref: "paper",
1983           yref: "paper",
1984           xanchor: "left",
1985           yanchor: "top",
1986           x: 0,
1987           y: -0.15,
1988           font: {
1989             family: "Consolas, Courier New",
1990             size: 15
1991           },
1992         },
1993       ]
1994
1995     plot-latency:
1996       titlefont:
1997         size: 18
1998       xaxis:
1999         title: "<b>Direction</b>"
2000         titlefont:
2001           size: 16
2002         autorange: True
2003         fixedrange: False
2004         gridcolor: "rgb(230, 230, 230)"
2005         linecolor: "rgb(220, 220, 220)"
2006         linewidth: 1
2007         showgrid: True
2008         showline: True
2009         showticklabels: False
2010         tickcolor: "rgb(220, 220, 220)"
2011         tickmode: "linear"
2012         tickfont:
2013           size: 16
2014         zeroline: False
2015       yaxis:
2016         title: "<b>Packet Latency [uSec]</b>"
2017         titlefont:
2018           size: 16
2019         type: "linear"
2020         gridcolor: "rgb(230, 230, 230)"
2021         hoverformat: ".4s"
2022         linecolor: "rgb(220, 220, 220)"
2023         linewidth: 1
2024         showgrid: True
2025         showline: True
2026         showticklabels: True
2027         tickcolor: "rgb(220, 220, 220)"
2028         tickformat: ".4s"
2029         tickfont:
2030           size: 16
2031         zeroline: True
2032         rangemode: "tozero"
2033       legend:
2034         orientation: "h"
2035         font:
2036           size: 16
2037         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2038       autosize: False
2039       margin:
2040           't': 50
2041           'b': 150
2042           'l': 80
2043           'r': 10
2044       showlegend: True
2045       width: 700
2046       height: 700
2047       paper_bgcolor: "#fff"
2048       plot_bgcolor: "#fff"
2049       hoverlabel:
2050         namelength: -1
2051
2052     plot-hdrh-latency:
2053       title:
2054         text: ""
2055         xanchor: "center"
2056         x: 0.5
2057         font:
2058           size: 16
2059       width: 700
2060       plot_bgcolor: "white"
2061       annotations:
2062         - font:
2063             size: 14
2064           showarrow: False
2065           text: "<b>Packet Latency [uSec]</b>"
2066           x: 1
2067           xanchor: "right"
2068           xref: "paper"
2069           y: -0.045
2070           yanchor: "top"
2071           yref: "paper"
2072         - font:
2073             size: 14
2074           showarrow: False
2075           text: "<b>Probability [%]</b>"
2076           textangle: 270
2077           x: -0.06
2078           xanchor: "center"
2079           xref: "paper"
2080           y: 0.5
2081           yanchor: "middle"
2082           yref: "paper"
2083         - font:
2084             size: 14
2085           showarrow: False
2086           text: "<b>Direction: E-W</b>"
2087           x: 0.24
2088           xanchor: "center"
2089           xref: "paper"
2090           y: 1.05
2091           yanchor: "bottom"
2092           yref: "paper"
2093         - font:
2094             size: 14
2095           showarrow: False
2096           text: "<b>Direction: W-E</b>"
2097           x: 0.74
2098           xanchor: "center"
2099           xref: "paper"
2100           y: 1.05
2101           yanchor: "bottom"
2102           yref: "paper"
2103
2104     plot-hdrh-latency-percentile:
2105       title:
2106         text: ""
2107         xanchor: "center"
2108         x: 0.5
2109         font:
2110           size: 18
2111       xaxis:
2112         type: "log"
2113         title: "<b>Percentile [%]</b>"
2114         titlefont:
2115           size: 16
2116         autorange: True
2117         fixedrange: False
2118         gridcolor: "rgb(230, 230, 230)"
2119         linecolor: "rgb(220, 220, 220)"
2120         linewidth: 1
2121         showgrid: True
2122         showline: True
2123         showticklabels: True
2124         tickcolor: "rgb(220, 220, 220)"
2125         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2126         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2127         tickfont:
2128           size: 16
2129       yaxis:
2130         title: "<b>Packet Latency [uSec]</b>"
2131         titlefont:
2132           size: 16
2133         gridcolor: "rgb(230, 230, 230)"
2134         linecolor: "rgb(220, 220, 220)"
2135         linewidth: 1
2136         showgrid: True
2137         showline: True
2138         showticklabels: True
2139         tickcolor: "rgb(220, 220, 220)"
2140         tickfont:
2141           size: 16
2142       autosize: False
2143       showlegend: True
2144       legend:
2145         traceorder: "normal"
2146         orientation: "h"
2147         font:
2148           size: 16
2149         xanchor: "left"
2150         yanchor: "top"
2151         x: 0
2152         y: -0.15
2153         bgcolor: "rgba(255, 255, 255, 0)"
2154         bordercolor: "rgba(255, 255, 255, 0)"
2155       width: 700
2156       height: 700
2157       paper_bgcolor: "white"
2158       plot_bgcolor: "white"
2159
2160     plot-hdrh-latency-by-percentile:
2161       title:
2162         text: "<b>Latency by Percentile Distribution</b>"
2163         xanchor: "center"
2164         x: 0.5
2165         font:
2166           size: 18
2167       showlegend: True
2168       legend:
2169         traceorder: "normal"
2170         orientation: "h"
2171         font:
2172           size: 16
2173         xanchor: "left"
2174         yanchor: "top"
2175         x: 0
2176         y: -0.2
2177         bgcolor: "rgba(255, 255, 255, 0)"
2178         bordercolor: "rgba(255, 255, 255, 0)"
2179       xaxis:
2180         type: "linear"
2181         title: "<b>Percentile [%]</b>"
2182         titlefont:
2183           size: 14
2184         autorange: False
2185         fixedrange: False
2186         range: [0, 100]
2187         gridcolor: "rgb(230, 230, 230)"
2188         linecolor: "rgb(220, 220, 220)"
2189         linewidth: 1
2190         showgrid: True
2191         showline: True
2192         showticklabels: True
2193         tickcolor: "rgb(220, 220, 220)"
2194         tickvals: [0, 25, 50, 75, 100]
2195         ticktext: [0, 25, 50, 75, 100]
2196         tickfont:
2197           size: 14
2198       yaxis:
2199         title: "<b>One-Way Latency per Direction [uSec]</b>"
2200         titlefont:
2201           size: 14
2202         gridcolor: "rgb(230, 230, 230)"
2203         linecolor: "rgb(220, 220, 220)"
2204         linewidth: 1
2205         showgrid: True
2206         showline: True
2207         showticklabels: True
2208         tickcolor: "rgb(220, 220, 220)"
2209         tickfont:
2210           size: 14
2211       width: 700
2212       height: 700
2213       paper_bgcolor: "white"
2214       plot_bgcolor: "white"
2215
2216 - type: "static"
2217   src-path: "{DIR[RST]}"
2218   dst-path: "{DIR[WORKING,SRC]}"
2219
2220 - type: "input"
2221   general:
2222     file-name: "output_info.xml.gz"
2223     file-format: ".gz"
2224     arch-file-format:
2225       - ".gz"
2226       - ".zip"
2227     download-path: "{job}/{build}/archives/{filename}"
2228     extract: "output.xml"
2229
2230     zip-file-name: "robot-plugin.zip"
2231     zip-file-format: ".zip"
2232     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2233     zip-extract: "robot-plugin/output.xml"
2234
2235   builds:
2236
2237     csit-vpp-perf-verify-1908-3n-hsw:
2238       - 12  # NDRPDR sel
2239       - 13  # NDRPDR sel
2240       - 14  # NDRPDR sel
2241       - 15  # NDRPDR sel
2242       - 16  # NDRPDR sel
2243       - 17  # NDRPDR sel
2244       - 18  # NDRPDR sel
2245       - 19  # NDRPDR sel
2246       - 20  # NDRPDR sel
2247       - 21  # NDRPDR sel
2248       - 39  # MRR sel
2249     csit-vpp-perf-verify-2001-3n-hsw:
2250       - 21  # NDRPDR sel
2251       - 22  # NDRPDR sel
2252       - 23  # NDRPDR sel
2253       - 24  # NDRPDR sel
2254       - 25  # NDRPDR sel
2255       - 29  # NDRPDR sel
2256       - 30  # NDRPDR sel
2257       - 31  # NDRPDR sel
2258       - 32  # NDRPDR sel
2259       - 34  # NDRPDR sel
2260       - 17  # MRR sel
2261     csit-vpp-perf-report-iterative-2005-3n-hsw:
2262       - 3   # NDRPDR sel
2263       - 4   # NDRPDR sel
2264       - 5   # NDRPDR sel
2265       - 10  # NDRPDR sel
2266       - 11  # NDRPDR sel
2267       - 12  # NDRPDR sel
2268       - 15  # NDRPDR sel
2269       - 16  # NDRPDR sel
2270       - 18  # NDRPDR sel
2271       - 19  # NDRPDR sel
2272       - 20  # NDRPDR sel env 4
2273       - 21  # NDRPDR sel env 4
2274       - 22  # NDRPDR sel env 4
2275       - 23  # NDRPDR sel env 4
2276       - 24  # NDRPDR sel env 4
2277       - 25  # NDRPDR sel env 4
2278       - 26  # NDRPDR sel env 4
2279       - 27  # NDRPDR sel env 4
2280       - 28  # NDRPDR sel env 4
2281       - 29  # NDRPDR sel env 4
2282       - 13  # MRR
2283       - 30  # MRR env 4
2284       - 31  # NDRPDR sel 2001.0-4
2285       - 32  # NDRPDR sel 2001.0-4
2286       - 33  # NDRPDR sel 2001.0-4
2287       - 34  # NDRPDR sel 2001.0-4
2288       - 35  # NDRPDR sel 2001.0-4
2289       - 36  # NDRPDR sel 2001.0-4
2290       - 38  # NDRPDR sel 2001.0-4
2291     csit-vpp-perf-verify-2005-3n-hsw:
2292       - 3   # hoststack
2293       - 5   # hoststack
2294       - 6   # hoststack
2295       - 7   # hoststack
2296       - 8   # hoststack
2297       - 9   # hoststack
2298       - 10  # hoststack
2299       - 11  # hoststack
2300       - 12  # hoststack
2301       - 13  # hoststack
2302     csit-vpp-perf-report-coverage-2005-3n-hsw:
2303       - 1   # perf-full-3n-dnv-crypto_I
2304       - 7   # perf-full-3n-hsw-crypto_II
2305       - 3   # perf-full-3n-hsw-crypto_III
2306       - 4   # perf-full-3n-dnv-crypto_IV
2307       - 5   # perf-full-3n-hsw-ip4_I
2308       - 6   # perf-full-3n-hsw-ip4_II
2309       - 8   # perf-full-3n-hsw-ip4_III
2310       - 9   # perf-full-3n-hsw-ip4_IV
2311       - 10  # perf-full-3n-hsw-ip4_V
2312       - 26  # perf-full-3n-hsw-ip4_VI
2313       - 18  # perf-full-3n-hsw-ip4_VII
2314       - 27  # perf-full-3n-hsw-ip4_VIII
2315       - 28  # perf-full-3n-hsw-ip4_IX
2316       - 29  # perf-full-3n-hsw-ip6_I
2317       - 35  # perf-full-3n-hsw-ip6_II
2318       - 42  # perf-full-3n-hsw-l2_I
2319       - 33  # perf-full-3n-hsw-l2_II
2320       - 37  # perf-full-3n-hsw-l2_III
2321       - 45  # perf-full-3n-hsw-l2_IV
2322       - 43  # perf-full-3n-hsw-l2_V
2323       - 40  # perf-full-3n-hsw-l2_VI
2324       - 44  # perf-full-3n-hsw-l2_VII
2325       - 51  # perf-full-3n-hsw-l2_VIII
2326       - 50  # perf-full-3n-hsw-l2_IX
2327       - 52  # perf-full-3n-hsw-l2_X
2328       - 53  # perf-full-3n-hsw-l2_XI
2329       - 54  # perf-full-3n-hsw-memif
2330       - 55  # perf-full-3n-hsw-ip4tunnels-I
2331       - 56  # perf-full-3n-hsw-ip4tunnels-II
2332       - 57  # perf-full-3n-hsw-ip4tunnels-III
2333       - 58  # perf-full-3n-hsw-ip6tunnels-I
2334       - 59  # perf-full-3n-hsw-srv6-I
2335       - 60  # perf-full-3n-hsw-srv6-II
2336       - 61  # perf-full-3n-hsw-vhost-I
2337       - 62  # perf-full-3n-hsw-vhost-II
2338       - 63  # perf-full-3n-hsw-vhost-III
2339
2340     csit-vpp-perf-verify-1908_1-3n-skx:
2341       - 26  # NDRPDR sel - new1908.1
2342       - 27  # NDRPDR sel - new1908.1
2343       - 28  # NDRPDR sel - new1908.1
2344       - 29  # NDRPDR sel - new1908.1
2345       - 30  # NDRPDR sel - new1908.1
2346       - 31  # NDRPDR sel - new1908.1
2347       - 33  # NDRPDR sel - new1908.1
2348       - 34  # NDRPDR sel - new1908.1
2349       - 35  # NDRPDR sel - new1908.1
2350       - 36  # NDRPDR sel - new1908.1
2351     csit-vpp-perf-verify-2001-3n-skx:
2352       - 69  # NDRPDR sel - new2001.0
2353       - 71  # NDRPDR sel - new2001.0
2354       - 72  # NDRPDR sel - new2001.0
2355       - 76  # NDRPDR sel - new2001.0
2356       - 77  # NDRPDR sel - new2001.0
2357       - 78  # NDRPDR sel - new2001.0
2358       - 80  # NDRPDR sel - new2001.0
2359       - 50  # MRR sel
2360       - 53  # MRR sel addition
2361     csit-vpp-perf-report-iterative-2005-3n-skx:
2362       - 4   # NDRPDR sel
2363       - 5   # NDRPDR sel ??? all x710 failed
2364       - 33  # NDRPDR sel
2365       - 28  # NDRPDR sel
2366       - 34  # NDRPDR sel
2367       - 36  # NDRPDR sel
2368       - 37  # NDRPDR sel
2369       - 38  # NDRPDR sel
2370       - 39  # NDRPDR sel
2371       - 41  # NDRPDR sel
2372       - 42  # NDRPDR sel env 4
2373       - 43  # NDRPDR sel env 4
2374       - 44  # NDRPDR sel env 4
2375       - 45  # NDRPDR sel env 4
2376       - 47  # NDRPDR sel env 4
2377       - 50  # NDRPDR sel 2001.0-4
2378       - 51  # NDRPDR sel 2001.0-4
2379       - 52  # NDRPDR sel 2001.0-4
2380       - 53  # NDRPDR sel 2001.0-4
2381       - 54  # NDRPDR sel 2001.0-4
2382       - 6   # MRR sel
2383       - 49  # MRR sel env 4
2384     csit-vpp-perf-report-coverage-2005-3n-skx:
2385       - 10  # perf-full-3n-skx-crypto_I
2386       - 11  # perf-full-3n-skx-crypto_II
2387       - 12  # perf-full-3n-skx-crypto_III
2388       - 5   # perf-full-3n-skx-ip4_I
2389       - 14  # perf-full-3n-skx-ip4_II
2390       - 7   # perf-full-3n-skx-ip4_III
2391       - 15  # perf-full-3n-skx-ip4_IV
2392       - 16  # perf-full-3n-skx-ip4_V
2393       - 17  # perf-full-3n-skx-ip4_VI
2394       - 18  # perf-full-3n-skx-ip4_VII
2395       - 19  # perf-full-3n-skx-ip4_VIII
2396       - 20  # perf-full-3n-skx-ip4_IX
2397       - 24  # perf-full-3n-skx-ip6_I
2398       - 25  # perf-full-3n-skx-ip6_II
2399       - 21  # perf-full-3n-skx-ip4tunnels-I
2400       - 22  # perf-full-3n-skx-ip4tunnels-II
2401       - 23  # perf-full-3n-skx-ip4tunnels-III
2402       - 26  # perf-full-3n-skx-ip6tunnels-I
2403       - 28  # perf-full-3n-skx-l2_II
2404       - 29  # perf-full-3n-skx-l2_III
2405       - 30  # perf-full-3n-skx-l2_IV
2406       - 32  # perf-full-3n-skx-l2_VI
2407       - 33  # perf-full-3n-skx-l2_VII
2408       - 34  # perf-full-3n-skx-l2_VIII
2409       - 35  # perf-full-3n-skx-l2_IX
2410       - 36  # perf-full-3n-skx-l2_X
2411       - 37  # perf-full-3n-skx-l2_XI
2412       - 38  # perf-full-3n-skx-memif
2413       - 39  # perf-full-3n-skx-srv6-I
2414       - 40  # perf-full-3n-skx-srv6-II
2415       - 43  # perf-full-3n-skx-vhost-III
2416
2417     csit-vpp-perf-verify-1908_1-2n-skx:
2418       - 39  # NDRPDR sel - new1908.1
2419       - 40  # NDRPDR sel - new1908.1
2420       - 41  # NDRPDR sel - new1908.1
2421       - 43  # NDRPDR sel - new1908.1
2422       - 44  # NDRPDR sel - new1908.1
2423       - 45  # NDRPDR sel - new1908.1
2424       - 46  # NDRPDR sel - new1908.1
2425       - 47  # NDRPDR sel - new1908.1
2426       - 48  # NDRPDR sel - new1908.1
2427       - 49  # NDRPDR sel - new1908.1
2428     csit-vpp-perf-verify-2001-2n-skx:
2429       - 143  # NDRPDR sel - new2001.0
2430       - 146  # NDRPDR sel - new2001.0
2431       - 147  # NDRPDR sel - new2001.0
2432       - 148  # NDRPDR sel - new2001.0
2433       - 149  # NDRPDR sel - new2001.0
2434       - 150  # NDRPDR sel - new2001.0
2435       - 151  # NDRPDR sel - new2001.0
2436       - 152  # NDRPDR sel - new2001.0
2437       - 153  # NDRPDR sel - new2001.0
2438       - 154  # NDRPDR sel - new2001.0
2439       - 101  # MRR sel - old
2440       - 128  # MRR sel addition - old
2441     csit-vpp-perf-report-iterative-2005-2n-skx:
2442       - 43  # NDRPDR sel
2443       - 38  # NDRPDR sel
2444       - 7   # NDRPDR sel
2445       - 65  # NDRPDR sel
2446       - 47  # NDRPDR sel
2447       - 55  # NDRPDR sel
2448       - 67  # NDRPDR sel
2449       - 75  # NDRPDR sel
2450       - 76  # NDRPDR sel
2451       - 73  # NDRPDR sel
2452       - 88  # NDRPDR sel env 4
2453       - 89  # NDRPDR sel env 4
2454       - 90  # NDRPDR sel env 4
2455       - 91  # NDRPDR sel env 4
2456       - 92  # NDRPDR sel env 4
2457       - 93  # NDRPDR sel env 4
2458       - 94  # NDRPDR sel env 4
2459       - 100 # NDRPDR sel 2001.0-4
2460       - 101 # NDRPDR sel 2001.0-4
2461       - 102 # NDRPDR sel 2001.0-4
2462       - 103 # NDRPDR sel 2001.0-4
2463       - 104 # NDRPDR sel 2001.0-4
2464       - 105 # NDRPDR sel 2001.0-4
2465       - 42  # MRR sel
2466       - 99  # MRR sel env 4
2467       - 48  # Reconf
2468       - 50  # Reconf
2469       - 51  # Reconf
2470       - 52  # Reconf
2471       - 53  # Reconf
2472       - 60  # Reconf
2473       - 70  # Reconf
2474       - 71  # Reconf
2475       - 63  # Reconf
2476       - 66  # Reconf
2477       - 49  # Soak
2478       - 54  # Soak
2479       - 78  # nf-density-sel
2480       - 83  # nf-density-sel
2481     csit-vpp-perf-report-coverage-2005-2n-skx:
2482       - 11  # perf-full-2n-skx-ip4_I
2483       - 3   # perf-full-2n-skx-ip4_II
2484       - 18  # perf-full-2n-skx-ip4_III
2485       - 19  # perf-full-2n-skx-ip4_IV
2486       - 5   # perf-full-2n-skx-ip4_V
2487       - 20  # perf-full-2n-skx-ip4_VI
2488       - 7   # perf-full-2n-skx-ip6_I
2489       - 21  # perf-full-2n-skx-ip6_II
2490       - 9   # perf-full-2n-skx-l2_I
2491       - 22  # perf-full-2n-skx-l2_II
2492       - 23  # perf-full-2n-skx-memif
2493       - 24  # perf-full-2n-skx-loadbalancer
2494       - 25  # perf-full-2n-skx-vhost I
2495       - 26  # perf-full-2n-skx-vhost II
2496       - 27  # perf-full-2n-skx-vts
2497
2498     csit-vpp-perf-verify-1908_1-2n-clx:
2499       - 5  # NDRPDR sel
2500       - 6  # NDRPDR sel
2501       - 7  # NDRPDR sel
2502       - 8  # NDRPDR sel
2503       - 9  # NDRPDR sel
2504     csit-vpp-perf-verify-2001-2n-clx:
2505       - 28  # NDRPDR sel
2506       - 29  # NDRPDR sel
2507       - 32  # NDRPDR sel
2508       - 40  # NDRPDR sel
2509       - 43  # NDRPDR sel
2510       - 44  # NDRPDR sel
2511       - 45  # NDRPDR sel
2512       - 47  # NDRPDR sel
2513       - 48  # NDRPDR sel
2514       - 49  # NDRPDR sel
2515       - 39  # MRR
2516     csit-vpp-perf-report-iterative-2005-2n-clx:
2517       - 7   # NDRPDR sel
2518       - 38  # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 32  # NDRPDR sel ???
2521       - 33  # NDRPDR sel ???
2522       - 39  # NDRPDR sel
2523       - 40  # NDRPDR sel
2524       - 43  # NDRPDR sel
2525       - 50  # NDRPDR sel
2526       - 51  # NDRPDR sel
2527       - 62  # NDRPDR sel env 4
2528       - 63  # NDRPDR sel env 4
2529       - 64  # NDRPDR sel env 4
2530       - 65  # NDRPDR sel env 4
2531       - 66  # NDRPDR sel env 4
2532       - 68  # NDRPDR sel env 4
2533       - 69  # NDRPDR sel env 4
2534       - 70  # NDRPDR sel env 4
2535       - 73  # NDRPDR sel 2001.0-4
2536       - 74  # NDRPDR sel 2001.0-4
2537       - 75  # NDRPDR sel 2001.0-4
2538       - 76  # NDRPDR sel 2001.0-4
2539       - 77  # NDRPDR sel 2001.0-4
2540       - 78  # NDRPDR sel 2001.0-4
2541       - 79  # NDRPDR sel 2001.0-4
2542       - 80  # NDRPDR sel 2001.0-4
2543       - 12  # MRR
2544       - 72  # MRR env 4
2545       - 42  # Reconf
2546       - 45  # Reconf
2547       - 46  # Reconf
2548       - 47  # Reconf
2549       - 48  # Reconf
2550       - 52  # Reconf
2551       - 53  # Reconf
2552       - 54  # Reconf
2553       - 55  # Reconf
2554       - 56  # Reconf
2555       - 44  # Soak
2556       - 49  # Soak
2557       - 57  # 2n-clx nfv-density-00
2558       - 58  # 2n-clx nfv-density-00
2559       - 59  # 2n-clx nfv-density-00
2560       - 60  # 2n-clx nfv-density-00
2561       - 61  # 2n-clx nfv-density-00
2562     csit-vpp-perf-report-coverage-2005-2n-clx:
2563       - 21  # perf-full-2n-clx-ip4_I
2564       - 2   # perf-full-2n-clx-ip4_II
2565       - 3   # perf-full-2n-clx-ip4_III
2566       - 4   # perf-full-2n-clx-ip4_IV
2567       - 5   # perf-full-2n-clx-ip4_V
2568       - 6   # perf-full-2n-clx-ip4_VI
2569       - 7   # perf-full-2n-clx-ip6_I
2570       - 16  # perf-full-2n-clx-ip6_II
2571       - 23  # perf-full-2n-clx-l2_I
2572       - 10  # perf-full-2n-clx-l2_II
2573       - 11  # perf-full-2n-clx-memif
2574       - 12  # perf-full-2n-clx-loadbalancer
2575       - 13  # perf-full-2n-clx-vhost I
2576       - 22  # perf-full-2n-clx-vhost II
2577       - 15  # perf-full-2n-clx-vts
2578
2579     csit-vpp-perf-verify-1908-3n-tsh:
2580       - 7   # NDRPDR sel
2581       - 8   # NDRPDR sel
2582       - 9   # NDRPDR sel
2583       - 10  # NDRPDR sel
2584       - 11  # NDRPDR sel
2585       - 12  # NDRPDR sel
2586       - 13  # NDRPDR sel
2587       - 14  # NDRPDR sel
2588       - 15  # NDRPDR sel
2589       - 16  # NDRPDR sel
2590       - 17  # MRR sel
2591     csit-vpp-perf-verify-2001-3n-tsh:
2592       - 3   # NDRPDR sel
2593       - 4   # NDRPDR sel
2594       - 7   # NDRPDR sel
2595       - 8   # NDRPDR sel
2596       - 10  # NDRPDR sel
2597       - 12  # NDRPDR sel
2598       - 13  # NDRPDR sel
2599       - 14  # NDRPDR sel
2600       - 15  # NDRPDR sel
2601       - 21  # NDRPDR sel
2602       - 9   # MRR sel
2603     # TODO: Add data:
2604     csit-vpp-perf-report-iterative-2005-3n-tsh:
2605       - 9   # NDRPDR sel
2606       - 11  # NDRPDR sel
2607       - 12  # NDRPDR sel
2608       - 20  # NDRPDR sel
2609       - 14  # NDRPDR sel
2610       - 21  # NDRPDR sel
2611       - 23  # NDRPDR sel env 4
2612       - 25  # NDRPDR sel env 4
2613       - 28  # NDRPDR sel 2001.0-4
2614       - 29  # NDRPDR sel 2001.0-4
2615       - 31  # NDRPDR sel 2001.0-4
2616       - 10  # MRR sel
2617       - 27  # MRR sel env 4
2618
2619     csit-vpp-perf-verify-1908-3n-dnv:
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625       - 12  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630       - 17  # MRR sel
2631     csit-vpp-perf-verify-2001-3n-dnv:
2632       - 5   # NDRPDR sel
2633       - 6   # NDRPDR sel
2634       - 7   # NDRPDR sel
2635       - 8   # NDRPDR sel
2636       - 9   # NDRPDR sel
2637       - 10  # NDRPDR sel
2638       - 12  # NDRPDR sel
2639       - 16  # NDRPDR sel
2640       - 17  # NDRPDR sel
2641       - 18  # NDRPDR sel
2642       - 11  # MRR sel
2643     csit-vpp-perf-report-iterative-2005-3n-dnv:
2644       - 2   # NDRPDR sel
2645       - 3   # NDRPDR sel
2646       - 4   # NDRPDR sel
2647       - 5   # NDRPDR sel
2648       - 6   # NDRPDR sel
2649       - 7   # NDRPDR sel
2650       - 9   # NDRPDR sel
2651       - 10  # NDRPDR sel
2652       - 11  # NDRPDR sel
2653       - 12  # NDRPDR sel
2654       - 8   # MRR
2655     csit-vpp-perf-report-coverage-2005-3n-dnv:
2656       - 1   # perf-full-3n-dnv-crypto_I
2657       - 24  # perf-full-3n-dnv-crypto_II
2658       - 5   # perf-full-3n-dnv-ip4_I
2659       - 13  # perf-full-3n-dnv-ip4_II
2660       - 17  # perf-full-3n-dnv-ip6_I
2661       - 18  # perf-full-3n-dnv-ip6_II
2662       - 21  # perf-full-3n-dnv-l2_I
2663       - 22  # perf-full-3n-dnv-l2_II
2664       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2665
2666     csit-vpp-perf-verify-1908-2n-dnv:
2667       - 1   # NDRPDR sel
2668       - 2   # NDRPDR sel
2669       - 3   # NDRPDR sel
2670       - 4   # NDRPDR sel
2671       - 5   # NDRPDR sel
2672       - 6   # NDRPDR sel
2673       - 7   # NDRPDR sel
2674       - 8   # NDRPDR sel
2675       - 9   # NDRPDR sel
2676       - 10  # NDRPDR sel
2677       - 11  # MRR sel
2678     csit-vpp-perf-verify-2001-2n-dnv:
2679       - 4   # NDRPDR sel
2680       - 5   # NDRPDR sel
2681       - 6   # NDRPDR sel
2682       - 7   # NDRPDR sel
2683       - 8   # NDRPDR sel
2684       - 9   # NDRPDR sel
2685       - 10  # NDRPDR sel
2686       - 11  # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 16  # NDRPDR sel
2689       - 12  # MRR sel
2690     csit-vpp-perf-report-iterative-2005-2n-dnv:
2691       - 3   # NDRPDR sel
2692       - 6   # NDRPDR sel
2693       - 7   # NDRPDR sel
2694       - 8   # NDRPDR sel
2695       - 9   # NDRPDR sel
2696       - 10  # NDRPDR sel
2697       - 11  # NDRPDR sel
2698       - 12  # NDRPDR sel
2699       - 13  # NDRPDR sel
2700       - 14  # NDRPDR sel
2701       - 15  # MRR sel
2702     csit-vpp-perf-report-coverage-2005-2n-dnv:
2703       - 1   # perf-full-2n-dnv-ip4_I
2704       - 2   # perf-full-2n-dnv-ip4_II
2705       - 3   # perf-full-2n-dnv-ip6_I
2706       - 4   # perf-full-2n-dnv-ip6_II
2707       - 5   # perf-full-2n-dnv-l2_I
2708       - 6   # perf-full-2n-dnv-l2_II
2709
2710     csit-dpdk-perf-verify-1908-3n-hsw:
2711       - 2   # NDRPDR sel
2712       - 3   # NDRPDR sel
2713       - 4   # NDRPDR sel
2714       - 5   # NDRPDR sel
2715       - 6   # NDRPDR sel
2716       - 7   # NDRPDR sel
2717       - 8   # NDRPDR sel
2718       - 9   # NDRPDR sel
2719       - 10  # NDRPDR sel
2720       - 11  # NDRPDR sel
2721     csit-dpdk-perf-verify-2001-3n-hsw:
2722       - 4   # NDRPDR sel
2723       - 5   # NDRPDR sel
2724       - 6   # NDRPDR sel
2725       - 7   # NDRPDR sel
2726       - 8   # NDRPDR sel
2727       - 9   # NDRPDR sel
2728       - 10  # NDRPDR sel
2729       - 11  # NDRPDR sel
2730       - 12  # NDRPDR sel
2731       - 13  # NDRPDR sel
2732       - 15  # NDRPDR sel
2733       - 16  # NDRPDR sel
2734       - 17  # NDRPDR sel
2735       - 18  # NDRPDR sel
2736       - 19  # NDRPDR sel
2737       - 20  # NDRPDR sel
2738       - 21  # NDRPDR sel
2739       - 22  # NDRPDR sel
2740       - 23  # NDRPDR sel
2741       - 24  # NDRPDR sel
2742     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2743       - 5   # NDRPDR sel
2744       - 6   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750       - 12  # NDRPDR sel
2751       - 13  # NDRPDR sel
2752       - 14  # NDRPDR sel
2753
2754     csit-dpdk-perf-verify-1908-3n-skx:
2755       - 3   # NDRPDR sel
2756       - 4   # NDRPDR sel
2757       - 5   # NDRPDR sel
2758       - 6   # 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-3n-skx:
2766       - 29  # NDRPDR sel xxv710
2767       - 33  # NDRPDR sel xxv710
2768       - 34  # NDRPDR sel xxv710
2769       - 35  # NDRPDR sel xxv710
2770       - 36  # NDRPDR sel xxv710
2771       - 37  # NDRPDR sel xxv710
2772       - 41  # NDRPDR sel xxv710
2773       - 42  # NDRPDR sel xxv710
2774       - 43  # NDRPDR sel xxv710
2775       - 45  # NDRPDR sel xxv710
2776       - 30  # NDRPDR sel x710
2777       - 31  # NDRPDR sel x710
2778       - 32  # NDRPDR sel x710
2779       - 38  # NDRPDR sel x710
2780       - 39  # NDRPDR sel x710
2781       - 40  # NDRPDR sel x710
2782       - 44  # NDRPDR sel x710
2783       - 46  # NDRPDR sel x710
2784       - 47  # NDRPDR sel x710
2785       - 48  # NDRPDR sel x710
2786     csit-dpdk-perf-report-iterative-2005-3n-skx:
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 6   # NDRPDR sel
2790       - 7   # NDRPDR sel
2791       - 8   # NDRPDR sel
2792       - 11  # NDRPDR sel
2793       - 12  # NDRPDR sel
2794       - 13  # NDRPDR sel
2795       - 14  # NDRPDR sel
2796       - 15  # NDRPDR sel
2797
2798     csit-dpdk-perf-verify-1908-2n-skx:
2799       - 2   # NDRPDR sel
2800       - 3   # NDRPDR sel
2801       - 4   # NDRPDR sel
2802       - 5   # NDRPDR sel
2803       - 7   # NDRPDR sel
2804       - 8   # NDRPDR sel
2805       - 9   # NDRPDR sel
2806       - 10  # NDRPDR sel
2807       - 11  # NDRPDR sel
2808       - 12  # NDRPDR sel
2809     csit-dpdk-perf-verify-2001-2n-skx:
2810       - 35  # NDRPDR sel xxv710
2811       - 36  # NDRPDR sel xxv710
2812       - 37  # NDRPDR sel xxv710
2813       - 41  # NDRPDR sel xxv710
2814       - 42  # NDRPDR sel xxv710
2815       - 43  # NDRPDR sel xxv710
2816       - 46  # NDRPDR sel xxv710
2817       - 47  # NDRPDR sel xxv710
2818       - 52  # NDRPDR sel xxv710
2819       - 53  # NDRPDR sel xxv710
2820       - 38  # NDRPDR sel x710
2821       - 39  # NDRPDR sel x710
2822       - 40  # NDRPDR sel x710
2823       - 44  # NDRPDR sel x710
2824       - 45  # NDRPDR sel x710
2825       - 48  # NDRPDR sel x710
2826       - 49  # NDRPDR sel x710
2827       - 50  # NDRPDR sel x710
2828       - 51  # NDRPDR sel x710
2829       - 54  # NDRPDR sel x710
2830     csit-dpdk-perf-report-iterative-2005-2n-skx:
2831       - 1   # NDRPDR sel
2832       - 2   # NDRPDR sel
2833       - 3   # NDRPDR sel
2834       - 4   # NDRPDR sel
2835       - 5   # NDRPDR sel
2836       - 6   # NDRPDR sel
2837       - 7   # NDRPDR sel
2838       - 8   # NDRPDR sel
2839       - 9   # NDRPDR sel
2840       - 10  # NDRPDR sel
2841
2842     csit-dpdk-perf-verify-2001-2n-clx:
2843       - 15  # NDRPDR sel
2844       - 16  # NDRPDR sel
2845       - 17  # NDRPDR sel
2846       - 18  # NDRPDR sel
2847       - 19  # NDRPDR sel
2848       - 20  # NDRPDR sel
2849       - 21  # NDRPDR sel
2850       - 22  # NDRPDR sel
2851       - 23  # NDRPDR sel
2852       - 24  # NDRPDR sel
2853       - 25  # NDRPDR sel
2854       - 26  # NDRPDR sel
2855       - 27  # NDRPDR sel
2856       - 28  # NDRPDR sel
2857       - 29  # NDRPDR sel
2858       - 30  # NDRPDR sel
2859       - 31  # NDRPDR sel
2860       - 32  # NDRPDR sel
2861       - 33  # NDRPDR sel
2862       - 34  # NDRPDR sel
2863     csit-dpdk-perf-report-iterative-2005-2n-clx:
2864       - 1   # NDRPDR sel
2865       - 2   # NDRPDR sel
2866       - 3   # NDRPDR sel
2867       - 4   # NDRPDR sel
2868       - 5   # NDRPDR sel
2869       - 6   # NDRPDR sel
2870       - 7   # NDRPDR sel
2871       - 8   # NDRPDR sel
2872       - 9   # NDRPDR sel
2873       - 10  # NDRPDR sel
2874
2875     csit-dpdk-perf-verify-2001-2n-dnv:
2876       - 9   # NDRPDR sel
2877       - 10  # NDRPDR sel
2878       - 11  # NDRPDR sel
2879       - 12  # NDRPDR sel
2880       - 13  # NDRPDR sel
2881       - 14  # NDRPDR sel
2882       - 15  # NDRPDR sel
2883       - 16  # NDRPDR sel
2884       - 17  # NDRPDR sel
2885       - 18  # NDRPDR sel
2886     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2887       - 8   # NDRPDR sel
2888       - 9   # NDRPDR sel
2889       - 10  # NDRPDR sel
2890       - 11  # NDRPDR sel
2891       - 12  # NDRPDR sel
2892       - 13  # NDRPDR sel
2893       - 14  # NDRPDR sel
2894       - 15  # NDRPDR sel
2895       - 16  # NDRPDR sel
2896       - 17  # NDRPDR sel
2897
2898     csit-dpdk-perf-verify-2001-3n-dnv:
2899       - 12  # NDRPDR sel
2900       - 13  # NDRPDR sel
2901       - 14  # NDRPDR sel
2902       - 15  # NDRPDR sel
2903       - 16  # NDRPDR sel
2904       - 17  # NDRPDR sel
2905       - 18  # NDRPDR sel
2906       - 19  # NDRPDR sel
2907       - 20  # NDRPDR sel
2908       - 22  # NDRPDR sel
2909     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2910       - 6   # NDRPDR sel
2911       - 7   # NDRPDR sel
2912       - 8   # NDRPDR sel
2913       - 9   # NDRPDR sel
2914       - 10  # NDRPDR sel
2915       - 11  # NDRPDR sel
2916       - 12  # NDRPDR sel
2917       - 13  # NDRPDR sel
2918       - 14  # NDRPDR sel
2919       - 16  # NDRPDR sel
2920
2921     csit-dpdk-perf-verify-2001-3n-tsh:
2922       - 3   # NDRPDR sel
2923       - 4   # NDRPDR sel
2924       - 5   # NDRPDR sel
2925       - 9   # NDRPDR sel
2926       - 10  # NDRPDR sel
2927       - 11  # NDRPDR sel
2928       - 12  # NDRPDR sel
2929       - 14  # NDRPDR sel
2930       - 15  # NDRPDR sel
2931       - 18  # NDRPDR sel
2932     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2933       - 5   # NDRPDR sel
2934
2935     csit-vpp-device-2005-ubuntu1804-1n-skx:
2936       - 35
2937
2938 - type: "output"
2939   output: "report"
2940   format:
2941     html:
2942     - full
2943 #    pdf:
2944 #    - minimal
2945
2946 ################################################################################
2947 ###                               T A B L E S                                ###
2948 ################################################################################
2949
2950 # VPP Soak vs NDR - 2n-skx
2951 - type: "table"
2952   title: "VPP Soak vs NDR 2n-skx"
2953   algorithm: "table_soak_vs_ndr"
2954   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2955   reference:
2956     title: "NDR"
2957     data: "vpp-soak-vs-ndr-2n-skx-ref"
2958   compare:
2959     title: "Soak"
2960     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2961   data: "vpp-soak-vs-ndr-2n-skx"
2962   include-tests: "NDR"
2963   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2964   parameters:
2965     - "throughput"
2966     - "name"
2967     - "parent"
2968
2969 # VPP Soak vs NDR - 2n-clx
2970 - type: "table"
2971   title: "VPP Soak vs NDR 2n-clx"
2972   algorithm: "table_soak_vs_ndr"
2973   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2974   reference:
2975     title: "NDR"
2976     data: "vpp-soak-vs-ndr-2n-clx-ref"
2977   compare:
2978     title: "Soak"
2979     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2980   data: "vpp-soak-vs-ndr-2n-clx"
2981   include-tests: "NDR"
2982   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2983   parameters:
2984     - "throughput"
2985     - "name"
2986     - "parent"
2987
2988 ################################################################################
2989
2990 # VPP Compare NICs 3n-skx 2t1c ndr
2991 - type: "table"
2992   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2993   algorithm: "table_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   columns:
2998     - title: "x710"
2999       data-set: "vpp-nic-comparison-3n-skx"
3000       tag: "NIC_Intel-X710"
3001     - title: "xxv710"
3002       data-set: "vpp-nic-comparison-3n-skx"
3003       tag: "NIC_Intel-XXV710"
3004   comparisons:
3005     - title: "Diff"
3006       reference: 1
3007       compare: 2
3008   legend:
3009     - ""
3010     - "x710, xxv710 - NICs tested."
3011     - "Diff - difference between x710 and xxv710 NIC."
3012
3013 # VPP Compare NICs 3n-skx 4t2c ndr
3014 - type: "table"
3015   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3016   algorithm: "table_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3019   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3020   columns:
3021     - title: "x710"
3022       data-set: "vpp-nic-comparison-3n-skx"
3023       tag: "NIC_Intel-X710"
3024     - title: "xxv710"
3025       data-set: "vpp-nic-comparison-3n-skx"
3026       tag: "NIC_Intel-XXV710"
3027   comparisons:
3028     - title: "Diff"
3029       reference: 1
3030       compare: 2
3031   legend:
3032     - ""
3033     - "x710, xxv710 - NICs tested."
3034     - "Diff - difference between x710 and xxv710 NIC."
3035
3036 # VPP Compare NICs 3n-skx 2t1c pdr
3037 - type: "table"
3038   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3042   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "x710"
3045       data-set: "vpp-nic-comparison-3n-skx"
3046       tag: "NIC_Intel-X710"
3047     - title: "xxv710"
3048       data-set: "vpp-nic-comparison-3n-skx"
3049       tag: "NIC_Intel-XXV710"
3050   comparisons:
3051     - title: "Diff"
3052       reference: 1
3053       compare: 2
3054   legend:
3055     - ""
3056     - "x710, xxv710 - NICs tested."
3057     - "Diff - difference between x710 and xxv710 NIC."
3058
3059 # VPP Compare NICs 3n-skx 4t2c pdr
3060 - type: "table"
3061   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "x710"
3068       data-set: "vpp-nic-comparison-3n-skx"
3069       tag: "NIC_Intel-X710"
3070     - title: "xxv710"
3071       data-set: "vpp-nic-comparison-3n-skx"
3072       tag: "NIC_Intel-XXV710"
3073   comparisons:
3074     - title: "Diff"
3075       reference: 1
3076       compare: 2
3077   legend:
3078     - ""
3079     - "x710, xxv710 - NICs tested."
3080     - "Diff - difference between x710 and xxv710 NIC."
3081
3082 ## VPP Compare NICs 3n-skx 2t1c mrr
3083 #- type: "table"
3084 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3085 #  algorithm: "table_comparison"
3086 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3088 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3089 #  columns:
3090 #    - title: "x710"
3091 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3092 #      tag: "NIC_Intel-X710"
3093 #    - title: "xxv710"
3094 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3095 #      tag: "NIC_Intel-XXV710"
3096 #  comparisons:
3097 #    - title: "Diff"
3098 #      reference: 1
3099 #      compare: 2
3100 #  legend:
3101 #    - ""
3102 #    - "x710, xxv710 - NICs tested."
3103 #    - "Diff - difference between x710 and xxv710 NIC."
3104 #
3105 ## VPP Compare NICs 3n-skx 4t2c mrr
3106 #- type: "table"
3107 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3108 #  algorithm: "table_comparison"
3109 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3111 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3112 #  columns:
3113 #    - title: "x710"
3114 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3115 #      tag: "NIC_Intel-X710"
3116 #    - title: "xxv710"
3117 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3118 #      tag: "NIC_Intel-XXV710"
3119 #  comparisons:
3120 #    - title: "Diff"
3121 #      reference: 1
3122 #      compare: 2
3123 #  legend:
3124 #    - ""
3125 #    - "x710, xxv710 - NICs tested."
3126 #    - "Diff - difference between x710 and xxv710 NIC."
3127 #
3128 ## VPP Compare NICs 3n-skx 8t4c mrr
3129 #- type: "table"
3130 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3131 #  algorithm: "table_comparison"
3132 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3134 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3135 #  columns:
3136 #    - title: "x710"
3137 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3138 #      tag: "NIC_Intel-X710"
3139 #    - title: "xxv710"
3140 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3141 #      tag: "NIC_Intel-XXV710"
3142 #  comparisons:
3143 #    - title: "Diff"
3144 #      reference: 1
3145 #      compare: 2
3146 #  legend:
3147 #    - ""
3148 #    - "x710, xxv710 - NICs tested."
3149 #    - "Diff - difference between x710 and xxv710 NIC."
3150
3151 # VPP Compare NICs 2n-skx 2t1c ndr
3152 - type: "table"
3153   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3154   algorithm: "table_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3158   columns:
3159     - title: "x710"
3160       data-set: "vpp-nic-comparison-2n-skx"
3161       tag: "NIC_Intel-X710"
3162     - title: "xxv710"
3163       data-set: "vpp-nic-comparison-2n-skx"
3164       tag: "NIC_Intel-XXV710"
3165   comparisons:
3166     - title: "Diff"
3167       reference: 1
3168       compare: 2
3169   legend:
3170     - ""
3171     - "x710, xxv710 - NICs tested."
3172     - "Diff - difference between x710 and xxv710 NIC."
3173
3174 # VPP Compare NICs 2n-skx 4t2c ndr
3175 - type: "table"
3176   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "x710"
3183       data-set: "vpp-nic-comparison-2n-skx"
3184       tag: "NIC_Intel-X710"
3185     - title: "xxv710"
3186       data-set: "vpp-nic-comparison-2n-skx"
3187       tag: "NIC_Intel-XXV710"
3188   comparisons:
3189     - title: "Diff"
3190       reference: 1
3191       compare: 2
3192   legend:
3193     - ""
3194     - "x710, xxv710 - NICs tested."
3195     - "Diff - difference between x710 and xxv710 NIC."
3196
3197 # VPP Compare NICs 2n-skx 2t1c pdr
3198 - type: "table"
3199   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3200   algorithm: "table_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3203   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3204   columns:
3205     - title: "x710"
3206       data-set: "vpp-nic-comparison-2n-skx"
3207       tag: "NIC_Intel-X710"
3208     - title: "xxv710"
3209       data-set: "vpp-nic-comparison-2n-skx"
3210       tag: "NIC_Intel-XXV710"
3211   comparisons:
3212     - title: "Diff"
3213       reference: 1
3214       compare: 2
3215   legend:
3216     - ""
3217     - "x710, xxv710 - NICs tested."
3218     - "Diff - difference between x710 and xxv710 NIC."
3219
3220 # VPP Compare NICs 2n-skx 4t2c pdr
3221 - type: "table"
3222   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "x710"
3229       data-set: "vpp-nic-comparison-2n-skx"
3230       tag: "NIC_Intel-X710"
3231     - title: "xxv710"
3232       data-set: "vpp-nic-comparison-2n-skx"
3233       tag: "NIC_Intel-XXV710"
3234   comparisons:
3235     - title: "Diff"
3236       reference: 1
3237       compare: 2
3238   legend:
3239     - ""
3240     - "x710, xxv710 - NICs tested."
3241     - "Diff - difference between x710 and xxv710 NIC."
3242
3243 # VPP Compare NICs 2n-skx 2t1c mrr
3244 - type: "table"
3245   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3249   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "x710"
3252       data-set: "vpp-nic-comparison-2n-skx-mrr"
3253       tag: "NIC_Intel-X710"
3254     - title: "xxv710"
3255       data-set: "vpp-nic-comparison-2n-skx-mrr"
3256       tag: "NIC_Intel-XXV710"
3257   comparisons:
3258     - title: "Diff"
3259       reference: 1
3260       compare: 2
3261   legend:
3262     - ""
3263     - "x710, xxv710 - NICs tested."
3264     - "Diff - difference between x710 and xxv710 NIC."
3265
3266 # VPP Compare NICs 2n-skx 4t2c mrr
3267 - type: "table"
3268   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3269   algorithm: "table_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3272   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3273   columns:
3274     - title: "x710"
3275       data-set: "vpp-nic-comparison-2n-skx-mrr"
3276       tag: "NIC_Intel-X710"
3277     - title: "xxv710"
3278       data-set: "vpp-nic-comparison-2n-skx-mrr"
3279       tag: "NIC_Intel-XXV710"
3280   comparisons:
3281     - title: "Diff"
3282       reference: 1
3283       compare: 2
3284   legend:
3285     - ""
3286     - "x710, xxv710 - NICs tested."
3287     - "Diff - difference between x710 and xxv710 NIC."
3288
3289 # VPP Compare NICs 2n-skx 8t4c mrr
3290 - type: "table"
3291   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3295   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "x710"
3298       data-set: "vpp-nic-comparison-2n-skx-mrr"
3299       tag: "NIC_Intel-X710"
3300     - title: "xxv710"
3301       data-set: "vpp-nic-comparison-2n-skx-mrr"
3302       tag: "NIC_Intel-XXV710"
3303   comparisons:
3304     - title: "Diff"
3305       reference: 1
3306       compare: 2
3307   legend:
3308     - ""
3309     - "x710, xxv710 - NICs tested."
3310     - "Diff - difference between x710 and xxv710 NIC."
3311
3312 ################################################################################
3313 # VPP
3314
3315 # VPP Performance Changes 3n-hsw 1t1c pdr
3316 - type: "table"
3317   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3318   algorithm: "table_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3322   columns:
3323     - title: "1908.1-2"
3324       data-set: "vpp-performance-changes-3n-hsw-h1"
3325     - title: "2001.0-2"
3326       data-set: "vpp-performance-changes-3n-hsw-ref"
3327     - title: "2001.0-4"
3328       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3329     - title: "2005.0-4"
3330       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3331   comparisons:
3332     - title: "2001.0-4 vs 2001.0-2"
3333       reference: 2
3334       compare: 3
3335       rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3336     - title: "2005.0-4 vs 2001.0-4"
3337       reference: 3
3338       compare: 4
3339       rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3340   legend:
3341     - ''
3342     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3343     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3344     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3345     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3346     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3347
3348 # VPP Performance Changes 3n-hsw 2t2c pdr
3349 - type: "table"
3350   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3351   algorithm: "table_comparison"
3352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3354   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3355   columns:
3356     - title: "1908.1-2"
3357       data-set: "vpp-performance-changes-3n-hsw-h1"
3358     - title: "2001.0-2"
3359       data-set: "vpp-performance-changes-3n-hsw-ref"
3360     - title: "2001.0-4"
3361       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3362     - title: "2005.0-4"
3363       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3364   comparisons:
3365     - title: "2001.0-4 vs 2001.0-2"
3366       reference: 2
3367       compare: 3
3368       rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3369     - title: "2005.0-4 vs 2001.0-4"
3370       reference: 3
3371       compare: 4
3372       rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3373   legend:
3374     - ''
3375     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3376     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3377     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3378     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3379     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3380
3381 # VPP Performance Changes 3n-hsw 1t1c ndr
3382 - type: "table"
3383   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3384   algorithm: "table_comparison"
3385   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3387   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3388   columns:
3389     - title: "1908.1-2"
3390       data-set: "vpp-performance-changes-3n-hsw-h1"
3391     - title: "2001.0-2"
3392       data-set: "vpp-performance-changes-3n-hsw-ref"
3393     - title: "2001.0-4"
3394       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3395     - title: "2005.0-4"
3396       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3397   comparisons:
3398     - title: "2001.0-4 vs 2001.0-2"
3399       reference: 2
3400       compare: 3
3401       rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3402     - title: "2005.0-4 vs 2001.0-4"
3403       reference: 3
3404       compare: 4
3405       rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3406   legend:
3407     - ''
3408     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3409     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3410     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3411     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3412     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3413 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3414 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3415
3416 # VPP Performance Changes 3n-hsw 2t2c ndr
3417 - type: "table"
3418   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3419   algorithm: "table_comparison"
3420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3422   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3423   columns:
3424     - title: "1908.1-2"
3425       data-set: "vpp-performance-changes-3n-hsw-h1"
3426     - title: "2001.0-2"
3427       data-set: "vpp-performance-changes-3n-hsw-ref"
3428     - title: "2001.0-4"
3429       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3430     - title: "2005.0-4"
3431       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3432   comparisons:
3433     - title: "2001.0-4 vs 2001.0-2"
3434       reference: 2
3435       compare: 3
3436       rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3437     - title: "2005.0-4 vs 2001.0-4"
3438       reference: 3
3439       compare: 4
3440       rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3441   legend:
3442     - ''
3443     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3444     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3445     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3446     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3447     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3448
3449 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3450 - type: "table"
3451   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3452   algorithm: "table_comparison"
3453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3455   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3456   columns:
3457     - title: "1908.1-2"
3458       data-set: "vpp-performance-changes-3n-hsw-h1"
3459     - title: "2001.0-2"
3460       data-set: "vpp-performance-changes-3n-hsw-ref"
3461     - title: "2001.0-4"
3462       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3463     - title: "2005.0-3"
3464       data-set: "vpp-performance-changes-3n-hsw-cmp"
3465     - title: "2005.0-4"
3466       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3467   comparisons:
3468     - title: "2005.0-4 vs 2005.0-3"
3469       reference: 4
3470       compare: 5
3471       rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3472     - title: "2001.0-4 vs 2001.0-2"
3473       reference: 2
3474       compare: 3
3475       rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3476     - title: "2005.0-4 vs 2001.0-4"
3477       reference: 3
3478       compare: 5
3479       rca-file: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
3480   legend:
3481     - ''
3482     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3483     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3484     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3485     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3486     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3487     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3488
3489 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3490 - type: "table"
3491   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3492   algorithm: "table_comparison"
3493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3496   columns:
3497     - title: "1908.1-2"
3498       data-set: "vpp-performance-changes-3n-hsw-h1"
3499     - title: "2001.0-2"
3500       data-set: "vpp-performance-changes-3n-hsw-ref"
3501     - title: "2001.0-4"
3502       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3503     - title: "2005.0-3"
3504       data-set: "vpp-performance-changes-3n-hsw-cmp"
3505     - title: "2005.0-4"
3506       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3507   comparisons:
3508     - title: "2005.0-4 vs 2005.0-3"
3509       reference: 4
3510       compare: 5
3511       rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3512     - title: "2001.0-4 vs 2001.0-2"
3513       reference: 2
3514       compare: 3
3515       rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3516     - title: "2005.0-4 vs 2001.0-4"
3517       reference: 3
3518       compare: 5
3519       rca-file: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
3520   legend:
3521     - ''
3522     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3525     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3526     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3527     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3528
3529 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3530 - type: "table"
3531   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3532   algorithm: "table_comparison"
3533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3535   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3536   columns:
3537     - title: "1908.1-2"
3538       data-set: "vpp-performance-changes-3n-hsw-h1"
3539     - title: "2001.0-2"
3540       data-set: "vpp-performance-changes-3n-hsw-ref"
3541     - title: "2001.0-4"
3542       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3543     - title: "2005.0-3"
3544       data-set: "vpp-performance-changes-3n-hsw-cmp"
3545     - title: "2005.0-4"
3546       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3547   comparisons:
3548     - title: "2005.0-4 vs 2005.0-3"
3549       reference: 4
3550       compare: 5
3551       rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3552     - title: "2001.0-4 vs 2001.0-2"
3553       reference: 2
3554       compare: 3
3555       rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3556     - title: "2005.0-4 vs 2001.0-4"
3557       reference: 3
3558       compare: 5
3559       rca-file: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3560   legend:
3561     - ''
3562     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3565     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3566     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3567     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3568
3569 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3570 - type: "table"
3571   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3575   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3576   columns:
3577     - title: "1908.1-2"
3578       data-set: "vpp-performance-changes-3n-hsw-h1"
3579     - title: "2001.0-2"
3580       data-set: "vpp-performance-changes-3n-hsw-ref"
3581     - title: "2001.0-4"
3582       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3583     - title: "2005.0-3"
3584       data-set: "vpp-performance-changes-3n-hsw-cmp"
3585     - title: "2005.0-4"
3586       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3587   comparisons:
3588     - title: "2005.0-4 vs 2005.0-3"
3589       reference: 4
3590       compare: 5
3591       rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3592     - title: "2001.0-4 vs 2001.0-2"
3593       reference: 2
3594       compare: 3
3595       rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3596     - title: "2005.0-4 vs 2001.0-4"
3597       reference: 3
3598       compare: 5
3599       rca-file: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
3600   legend:
3601     - ''
3602     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3603     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3604     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3605     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3606     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3607     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3608
3609 # VPP Performance Changes 3n-skx 2t1c pdr
3610 - type: "table"
3611   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "1908.1-2"
3618       data-set: "vpp-performance-changes-3n-skx-h1"
3619     - title: "2001.0-2"
3620       data-set: "vpp-performance-changes-3n-skx-ref"
3621     - title: "2001.0-4"
3622       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3623     - title: "2005.0-4"
3624       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3625   comparisons:
3626     - title: "2001.0-4 vs 2001.0-2"
3627       reference: 2
3628       compare: 3
3629       rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3630     - title: "2005.0-4 vs 2001.0-4"
3631       reference: 3
3632       compare: 4
3633       rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3634   legend:
3635     - ''
3636     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3637     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3639     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3640     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3641
3642 # VPP Performance Changes 3n-skx 4t2c pdr
3643 - type: "table"
3644   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3645   algorithm: "table_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3649   columns:
3650     - title: "1908.1-2"
3651       data-set: "vpp-performance-changes-3n-skx-h1"
3652     - title: "2001.0-2"
3653       data-set: "vpp-performance-changes-3n-skx-ref"
3654     - title: "2001.0-4"
3655       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3656     - title: "2005.0-4"
3657       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3658   comparisons:
3659     - title: "2001.0-4 vs 2001.0-2"
3660       reference: 2
3661       compare: 3
3662       rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3663     - title: "2005.0-4 vs 2001.0-4"
3664       reference: 3
3665       compare: 4
3666       rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3667   legend:
3668     - ''
3669     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3670     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3671     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3672     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3673     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3674
3675 # VPP Performance Changes 3n-skx 2t1c ndr
3676 - type: "table"
3677   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3678   algorithm: "table_comparison"
3679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3682   columns:
3683     - title: "1908.1-2"
3684       data-set: "vpp-performance-changes-3n-skx-h1"
3685     - title: "2001.0-2"
3686       data-set: "vpp-performance-changes-3n-skx-ref"
3687     - title: "2001.0-4"
3688       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3689     - title: "2005.0-4"
3690       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3691   comparisons:
3692     - title: "2001.0-4 vs 2001.0-2"
3693       reference: 2
3694       compare: 3
3695       rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3696     - title: "2005.0-4 vs 2001.0-4"
3697       reference: 3
3698       compare: 4
3699       rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3700   legend:
3701     - ''
3702     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3703     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3704     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3705     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3706     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3707
3708 # VPP Performance Changes 3n-skx 4t2c ndr
3709 - type: "table"
3710   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3715   columns:
3716     - title: "1908.1-2"
3717       data-set: "vpp-performance-changes-3n-skx-h1"
3718     - title: "2001.0-2"
3719       data-set: "vpp-performance-changes-3n-skx-ref"
3720     - title: "2001.0-4"
3721       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3722     - title: "2005.0-4"
3723       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3724   comparisons:
3725     - title: "2001.0-4 vs 2001.0-2"
3726       reference: 2
3727       compare: 3
3728       rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3729     - title: "2005.0-4 vs 2001.0-4"
3730       reference: 3
3731       compare: 4
3732       rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3733   legend:
3734     - ''
3735     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3738     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3739     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3740
3741 # VPP Performance Changes 3n-skx 2t1c pdr-full
3742 - type: "table"
3743   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3744   algorithm: "table_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3748   columns:
3749     - title: "1908.1-2"
3750       data-set: "vpp-performance-changes-3n-skx-h1"
3751     - title: "2001.0-2"
3752       data-set: "vpp-performance-changes-3n-skx-ref"
3753     - title: "2001.0-4"
3754       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3755     - title: "2005.0-3"
3756       data-set: "vpp-performance-changes-3n-skx-cmp"
3757     - title: "2005.0-4"
3758       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3759   comparisons:
3760     - title: "2005.0-4 vs 2005.0-3"
3761       reference: 4
3762       compare: 5
3763       rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3764     - title: "2001.0-4 vs 2001.0-2"
3765       reference: 2
3766       compare: 3
3767       rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3768     - title: "2005.0-4 vs 2001.0-4"
3769       reference: 3
3770       compare: 5
3771       rca-file: "rca/rca-2005-3n-skx-2t1c-pdr-rca3.yaml"
3772   legend:
3773     - ''
3774     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3775     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3776     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3777     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3778     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3779     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3780
3781 # VPP Performance Changes 3n-skx 4t2c pdr-full
3782 - type: "table"
3783   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3784   algorithm: "table_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3788   columns:
3789     - title: "1908.1-2"
3790       data-set: "vpp-performance-changes-3n-skx-h1"
3791     - title: "2001.0-2"
3792       data-set: "vpp-performance-changes-3n-skx-ref"
3793     - title: "2001.0-4"
3794       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3795     - title: "2005.0-3"
3796       data-set: "vpp-performance-changes-3n-skx-cmp"
3797     - title: "2005.0-4"
3798       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3799   comparisons:
3800     - title: "2005.0-4 vs 2005.0-3"
3801       reference: 4
3802       compare: 5
3803       rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3804     - title: "2001.0-4 vs 2001.0-2"
3805       reference: 2
3806       compare: 3
3807       rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3808     - title: "2005.0-4 vs 2001.0-4"
3809       reference: 3
3810       compare: 5
3811       rca-file: "rca/rca-2005-3n-skx-4t2c-pdr-rca3.yaml"
3812   legend:
3813     - ''
3814     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3815     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3816     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3817     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3818     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3819     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3820
3821 # VPP Performance Changes 3n-skx 2t1c ndr-full
3822 - type: "table"
3823   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3824   algorithm: "table_comparison"
3825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3827   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3828   columns:
3829     - title: "1908.1-2"
3830       data-set: "vpp-performance-changes-3n-skx-h1"
3831     - title: "2001.0-2"
3832       data-set: "vpp-performance-changes-3n-skx-ref"
3833     - title: "2001.0-4"
3834       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3835     - title: "2005.0-3"
3836       data-set: "vpp-performance-changes-3n-skx-cmp"
3837     - title: "2005.0-4"
3838       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3839   comparisons:
3840     - title: "2005.0-4 vs 2005.0-3"
3841       reference: 4
3842       compare: 5
3843       rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3844     - title: "2001.0-4 vs 2001.0-2"
3845       reference: 2
3846       compare: 3
3847       rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3848     - title: "2005.0-4 vs 2001.0-4"
3849       reference: 3
3850       compare: 5
3851       rca-file: "rca/rca-2005-3n-skx-2t1c-ndr-rca3.yaml"
3852   legend:
3853     - ''
3854     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3855     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3856     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3857     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3858     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3859     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3860
3861 # VPP Performance Changes 3n-skx 4t2c ndr-full
3862 - type: "table"
3863   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3864   algorithm: "table_comparison"
3865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3867   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3868   columns:
3869     - title: "1908.1-2"
3870       data-set: "vpp-performance-changes-3n-skx-h1"
3871     - title: "2001.0-2"
3872       data-set: "vpp-performance-changes-3n-skx-ref"
3873     - title: "2001.0-4"
3874       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3875     - title: "2005.0-3"
3876       data-set: "vpp-performance-changes-3n-skx-cmp"
3877     - title: "2005.0-4"
3878       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3879   comparisons:
3880     - title: "2005.0-4 vs 2005.0-3"
3881       reference: 4
3882       compare: 5
3883       rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3884     - title: "2001.0-4 vs 2001.0-2"
3885       reference: 2
3886       compare: 3
3887       rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3888     - title: "2005.0-4 vs 2001.0-4"
3889       reference: 3
3890       compare: 5
3891       rca-file: "rca/rca-2005-3n-skx-4t2c-ndr-rca3.yaml"
3892   legend:
3893     - ''
3894     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3895     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3896     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3897     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3898     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3899     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3900
3901 # VPP Performance Changes 2n-skx 2t1c pdr
3902 - type: "table"
3903   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3904   algorithm: "table_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3907   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3908   columns:
3909     - title: "1908.1-2"
3910       data-set: "vpp-performance-changes-2n-skx-h1"
3911     - title: "2001.0-2"
3912       data-set: "vpp-performance-changes-2n-skx-ref"
3913     - title: "2001.0-4"
3914       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3915     - title: "2005.0-4"
3916       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3917   comparisons:
3918     - title: "2001.0-4 vs 2001.0-2"
3919       reference: 2
3920       compare: 3
3921       rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3922     - title: "2005.0-4 vs 2001.0-4"
3923       reference: 3
3924       compare: 4
3925       rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3926   legend:
3927     - ''
3928     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3929     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3930     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3931     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3932     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3933
3934 # VPP Performance Changes 2n-skx 4t2c pdr
3935 - type: "table"
3936   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3937   algorithm: "table_comparison"
3938   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3941   columns:
3942     - title: "1908.1-2"
3943       data-set: "vpp-performance-changes-2n-skx-h1"
3944     - title: "2001.0-2"
3945       data-set: "vpp-performance-changes-2n-skx-ref"
3946     - title: "2001.0-4"
3947       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3948     - title: "2005.0-4"
3949       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3950   comparisons:
3951     - title: "2001.0-4 vs 2001.0-2"
3952       reference: 2
3953       compare: 3
3954       rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3955     - title: "2005.0-4 vs 2001.0-4"
3956       reference: 3
3957       compare: 4
3958       rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3959   legend:
3960     - ''
3961     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3962     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3963     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3964     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3965     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3966
3967 # VPP Performance Changes 2n-skx 2t1c ndr
3968 - type: "table"
3969   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3970   algorithm: "table_comparison"
3971   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3973   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3974   columns:
3975     - title: "1908.1-2"
3976       data-set: "vpp-performance-changes-2n-skx-h1"
3977     - title: "2001.0-2"
3978       data-set: "vpp-performance-changes-2n-skx-ref"
3979     - title: "2001.0-4"
3980       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3981     - title: "2005.0-4"
3982       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3983   comparisons:
3984     - title: "2001.0-4 vs 2001.0-2"
3985       reference: 2
3986       compare: 3
3987       rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3988     - title: "2005.0-4 vs 2001.0-4"
3989       reference: 3
3990       compare: 4
3991       rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3992   legend:
3993     - ''
3994     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3995     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3996     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3997     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3998     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3999
4000 # VPP Performance Changes 2n-skx 4t2c ndr
4001 - type: "table"
4002   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4003   algorithm: "table_comparison"
4004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4006   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4007   columns:
4008     - title: "1908.1-2"
4009       data-set: "vpp-performance-changes-2n-skx-h1"
4010     - title: "2001.0-2"
4011       data-set: "vpp-performance-changes-2n-skx-ref"
4012     - title: "2001.0-4"
4013       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4014     - title: "2005.0-4"
4015       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4016   comparisons:
4017     - title: "2001.0-4 vs 2001.0-2"
4018       reference: 2
4019       compare: 3
4020       rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4021     - title: "2005.0-4 vs 2001.0-4"
4022       reference: 3
4023       compare: 4
4024       rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4025   legend:
4026     - ''
4027     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4028     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4029     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4030     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4031     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4032
4033 # VPP Performance Changes 2n-skx 2t1c pdr-full
4034 - type: "table"
4035   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4036   algorithm: "table_comparison"
4037   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4039   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4040   columns:
4041     - title: "1908.1-2"
4042       data-set: "vpp-performance-changes-2n-skx-h1"
4043     - title: "2001.0-2"
4044       data-set: "vpp-performance-changes-2n-skx-ref"
4045     - title: "2001.0-4"
4046       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4047     - title: "2005.0-3"
4048       data-set: "vpp-performance-changes-2n-skx-cmp"
4049     - title: "2005.0-4"
4050       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4051   comparisons:
4052     - title: "2005.0-4 vs 2005.0-3"
4053       reference: 4
4054       compare: 5
4055       rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
4056     - title: "2001.0-4 vs 2001.0-2"
4057       reference: 2
4058       compare: 3
4059       rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
4060     - title: "2005.0-4 vs 2001.0-4"
4061       reference: 3
4062       compare: 5
4063       rca-file: "rca/rca-2005-2n-skx-2t1c-pdr-rca3.yaml"
4064
4065   legend:
4066     - ''
4067     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4068     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4069     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4070     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4071     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4072     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4073
4074 # VPP Performance Changes 2n-skx 4t2c pdr-full
4075 - type: "table"
4076   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4081   columns:
4082     - title: "1908.1-2"
4083       data-set: "vpp-performance-changes-2n-skx-h1"
4084     - title: "2001.0-2"
4085       data-set: "vpp-performance-changes-2n-skx-ref"
4086     - title: "2001.0-4"
4087       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4088     - title: "2005.0-3"
4089       data-set: "vpp-performance-changes-2n-skx-cmp"
4090     - title: "2005.0-4"
4091       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4092   comparisons:
4093     - title: "2005.0-4 vs 2005.0-3"
4094       reference: 4
4095       compare: 5
4096       rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4097     - title: "2001.0-4 vs 2001.0-2"
4098       reference: 2
4099       compare: 3
4100       rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4101     - title: "2005.0-4 vs 2001.0-4"
4102       reference: 3
4103       compare: 5
4104       rca-file: "rca/rca-2005-2n-skx-4t2c-pdr-rca3.yaml"
4105   legend:
4106     - ''
4107     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4108     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4110     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4111     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4112     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4113
4114 # VPP Performance Changes 2n-skx 2t1c ndr-full
4115 - type: "table"
4116   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4117   algorithm: "table_comparison"
4118   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4120   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4121   columns:
4122     - title: "1908.1-2"
4123       data-set: "vpp-performance-changes-2n-skx-h1"
4124     - title: "2001.0-2"
4125       data-set: "vpp-performance-changes-2n-skx-ref"
4126     - title: "2001.0-4"
4127       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4128     - title: "2005.0-3"
4129       data-set: "vpp-performance-changes-2n-skx-cmp"
4130     - title: "2005.0-4"
4131       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4132   comparisons:
4133     - title: "2005.0-4 vs 2005.0-3"
4134       reference: 4
4135       compare: 5
4136       rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4137     - title: "2001.0-4 vs 2001.0-2"
4138       reference: 2
4139       compare: 3
4140       rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4141     - title: "2005.0-4 vs 2001.0-4"
4142       reference: 3
4143       compare: 5
4144       rca-file: "rca/rca-2005-2n-skx-2t1c-ndr-rca3.yaml"
4145   legend:
4146     - ''
4147     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4148     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4149     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4150     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4151     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4152     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4153
4154 # VPP Performance Changes 2n-skx 4t2c ndr-full
4155 - type: "table"
4156   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4157   algorithm: "table_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4160   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4161   columns:
4162     - title: "1908.1-2"
4163       data-set: "vpp-performance-changes-2n-skx-h1"
4164     - title: "2001.0-2"
4165       data-set: "vpp-performance-changes-2n-skx-ref"
4166     - title: "2001.0-4"
4167       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4168     - title: "2005.0-3"
4169       data-set: "vpp-performance-changes-2n-skx-cmp"
4170     - title: "2005.0-4"
4171       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4172   comparisons:
4173     - title: "2005.0-4 vs 2005.0-3"
4174       reference: 4
4175       compare: 5
4176       rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4177     - title: "2001.0-4 vs 2001.0-2"
4178       reference: 2
4179       compare: 3
4180       rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4181     - title: "2005.0-4 vs 2001.0-4"
4182       reference: 3
4183       compare: 5
4184       rca-file: "rca/rca-2005-2n-skx-4t2c-ndr-rca3.yaml"
4185   legend:
4186     - ''
4187     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4188     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4189     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4190     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4191     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4192     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4193
4194 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4195 - type: "table"
4196   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4197   algorithm: "table_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4201   columns:
4202     - title: "2001.0-2"
4203       data-set: "vpp-performance-changes-2n-clx-ref"
4204     - title: "2001.0-4"
4205       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4206     - title: "2005.0-4"
4207       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4208   comparisons:
4209     - title: "2001.0-4 vs 2001.0-2"
4210       reference: 1
4211       compare: 2
4212       rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4213     - title: "2005.0-4 vs 2001.0-4"
4214       reference: 2
4215       compare: 3
4216       rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4217   legend:
4218     - ''
4219     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4220     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4221     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4222     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4223     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4224
4225 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4226 - type: "table"
4227   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4228   algorithm: "table_comparison"
4229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4231   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4232   columns:
4233     - title: "2001.0-2"
4234       data-set: "vpp-performance-changes-2n-clx-ref"
4235     - title: "2001.0-4"
4236       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4237     - title: "2005.0-4"
4238       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4239   comparisons:
4240     - title: "2001.0-4 vs 2001.0-2"
4241       reference: 1
4242       compare: 2
4243       rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4244     - title: "2005.0-4 vs 2001.0-4"
4245       reference: 2
4246       compare: 3
4247       rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4248   legend:
4249     - ''
4250     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4251     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4253     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4254     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4255
4256 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4257 - type: "table"
4258   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4259   algorithm: "table_comparison"
4260   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4262   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4263   columns:
4264     - title: "2001.0-2"
4265       data-set: "vpp-performance-changes-2n-clx-ref"
4266     - title: "2001.0-4"
4267       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4268     - title: "2005.0-4"
4269       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4270   comparisons:
4271     - title: "2001.0-4 vs 2001.0-2"
4272       reference: 1
4273       compare: 2
4274       rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4275     - title: "2005.0-4 vs 2001.0-4"
4276       reference: 2
4277       compare: 3
4278       rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4279   legend:
4280     - ''
4281     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4282     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4283     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4284     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4285     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4286
4287 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4288 - type: "table"
4289   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4292   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4293   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4294   columns:
4295     - title: "2001.0-2"
4296       data-set: "vpp-performance-changes-2n-clx-ref"
4297     - title: "2001.0-4"
4298       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4299     - title: "2005.0-4"
4300       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4301   comparisons:
4302     - title: "2001.0-4 vs 2001.0-2"
4303       reference: 1
4304       compare: 2
4305       rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4306     - title: "2005.0-4 vs 2001.0-4"
4307       reference: 2
4308       compare: 3
4309       rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4310   legend:
4311     - ''
4312     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4315     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4316     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4317
4318 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4319 - type: "table"
4320   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4321   algorithm: "table_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4324   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4325   columns:
4326     - title: "2001.0-2"
4327       data-set: "vpp-performance-changes-2n-clx-ref"
4328     - title: "2001.0-4"
4329       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4330     - title: "2005.0-3"
4331       data-set: "vpp-performance-changes-2n-clx-cmp"
4332     - title: "2005.0-4"
4333       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4334   comparisons:
4335     - title: "2005.0-4 vs 2005.0-3"
4336       reference: 3
4337       compare: 4
4338       rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4339     - title: "2001.0-4 vs 2001.0-2"
4340       reference: 1
4341       compare: 2
4342       rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4343     - title: "2005.0-4 vs 2001.0-4"
4344       reference: 2
4345       compare: 4
4346       rca-file: "rca/rca-2005-2n-clx-2t1c-pdr-rca3.yaml"
4347   legend:
4348     - ''
4349     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4350     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4351     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4352     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4353     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4354     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4355
4356 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4357 - type: "table"
4358   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4362   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4363   columns:
4364     - title: "2001.0-2"
4365       data-set: "vpp-performance-changes-2n-clx-ref"
4366     - title: "2001.0-4"
4367       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4368     - title: "2005.0-3"
4369       data-set: "vpp-performance-changes-2n-clx-cmp"
4370     - title: "2005.0-4"
4371       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4372   comparisons:
4373     - title: "2005.0-4 vs 2005.0-3"
4374       reference: 3
4375       compare: 4
4376       rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4377     - title: "2001.0-4 vs 2001.0-2"
4378       reference: 1
4379       compare: 2
4380       rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4381     - title: "2005.0-4 vs 2001.0-4"
4382       reference: 2
4383       compare: 4
4384       rca-file: "rca/rca-2005-2n-clx-4t2c-pdr-rca3.yaml"
4385   legend:
4386     - ''
4387     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4388     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4389     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4390     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4391     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4392     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4393
4394 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4395 - type: "table"
4396   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4397   algorithm: "table_comparison"
4398   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4400   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4401   columns:
4402     - title: "2001.0-2"
4403       data-set: "vpp-performance-changes-2n-clx-ref"
4404     - title: "2001.0-4"
4405       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4406     - title: "2005.0-3"
4407       data-set: "vpp-performance-changes-2n-clx-cmp"
4408     - title: "2005.0-4"
4409       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4410   comparisons:
4411     - title: "2005.0-4 vs 2005.0-3"
4412       reference: 3
4413       compare: 4
4414       rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4415     - title: "2001.0-4 vs 2001.0-2"
4416       reference: 1
4417       compare: 2
4418       rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4419     - title: "2005.0-4 vs 2001.0-4"
4420       reference: 2
4421       compare: 4
4422       rca-file: "rca/rca-2005-2n-clx-2t1c-ndr-rca3.yaml"
4423   legend:
4424     - ''
4425     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4426     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4427     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4428     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4429     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4430     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4431
4432 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4433 - type: "table"
4434   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4435   algorithm: "table_comparison"
4436   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4438   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4439   columns:
4440     - title: "2001.0-2"
4441       data-set: "vpp-performance-changes-2n-clx-ref"
4442     - title: "2001.0-4"
4443       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4444     - title: "2005.0-3"
4445       data-set: "vpp-performance-changes-2n-clx-cmp"
4446     - title: "2005.0-4"
4447       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4448   comparisons:
4449     - title: "2005.0-4 vs 2005.0-3"
4450       reference: 3
4451       compare: 4
4452       rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4453     - title: "2001.0-4 vs 2001.0-2"
4454       reference: 1
4455       compare: 2
4456       rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4457     - title: "2005.0-4 vs 2001.0-4"
4458       reference: 2
4459       compare: 4
4460       rca-file: "rca/rca-2005-2n-clx-4t2c-ndr-rca3.yaml"
4461   legend:
4462     - ''
4463     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4464     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4465     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4466     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4467     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4468     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4469
4470 # VPP Performance Changes 2n-clx-x556 2t1c pdr
4471 - type: "table"
4472   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4476   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4477   columns:
4478     - title: "2001.0-2"
4479       data-set: "vpp-performance-changes-2n-clx-ref"
4480     - title: "2005.0-4"
4481       data-set: "vpp-performance-changes-2n-clx-cmp"
4482   comparisons:
4483     - title: "Diff"
4484       reference: 1
4485       compare: 2
4486   legend:
4487     - ''
4488     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4491     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4492 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4493
4494 # VPP Performance Changes 2n-clx-x556 4t2c pdr
4495 - type: "table"
4496   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4500   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4501   columns:
4502     - title: "2001.0-2"
4503       data-set: "vpp-performance-changes-2n-clx-ref"
4504     - title: "2005.0-4"
4505       data-set: "vpp-performance-changes-2n-clx-cmp"
4506   comparisons:
4507     - title: "Diff"
4508       reference: 1
4509       compare: 2
4510   legend:
4511     - ''
4512     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4513     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4514     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4515     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4516 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4517
4518 # VPP Performance Changes 2n-clx-x556 2t1c ndr
4519 - type: "table"
4520   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4521   algorithm: "table_comparison"
4522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4524   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4525   columns:
4526     - title: "2001.0-2"
4527       data-set: "vpp-performance-changes-2n-clx-ref"
4528     - title: "2005.0-4"
4529       data-set: "vpp-performance-changes-2n-clx-cmp"
4530   comparisons:
4531     - title: "Diff"
4532       reference: 1
4533       compare: 2
4534   legend:
4535     - ''
4536     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4537     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4538     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4539     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4540 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4541
4542 # VPP Performance Changes 2n-clx-x556 4t2c ndr
4543 - type: "table"
4544   title: "VPP Performance Changes 2n-clx-x556 ndr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4548   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4549   columns:
4550     - title: "2001.0-2"
4551       data-set: "vpp-performance-changes-2n-clx-ref"
4552     - title: "2005.0-4"
4553       data-set: "vpp-performance-changes-2n-clx-cmp"
4554   comparisons:
4555     - title: "Diff"
4556       reference: 1
4557       compare: 2
4558   legend:
4559     - ''
4560     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4561     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4563     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4564 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4565
4566 # VPP Performance Changes 2n-dnv 1t1c pdr
4567 - type: "table"
4568   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4572   filter: "'1T1C'"
4573   columns:
4574     - title: "1908"
4575       data-set: "vpp-performance-changes-2n-dnv-h1"
4576     - title: "2001"
4577       data-set: "vpp-performance-changes-2n-dnv-ref"
4578     - title: "2005"
4579       data-set: "vpp-performance-changes-2n-dnv-cmp"
4580   comparisons:
4581     - title: "Diff"
4582       reference: 2
4583       compare: 3
4584   legend:
4585     - ""
4586     - "1908, 2001, 2005 - VPP versions tested."
4587     - "Diff - difference between 2001 and 2005 VPP version."
4588
4589 # VPP Performance Changes 2n-dnv 2t2c pdr
4590 - type: "table"
4591   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4592   algorithm: "table_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4595   filter: "'2T2C'"
4596   columns:
4597     - title: "1908"
4598       data-set: "vpp-performance-changes-2n-dnv-h1"
4599     - title: "2001"
4600       data-set: "vpp-performance-changes-2n-dnv-ref"
4601     - title: "2005"
4602       data-set: "vpp-performance-changes-2n-dnv-cmp"
4603   comparisons:
4604     - title: "Diff"
4605       reference: 2
4606       compare: 3
4607   legend:
4608     - ""
4609     - "1908, 2001, 2005 - VPP versions tested."
4610     - "Diff - difference between 2001 and 2005 VPP version."
4611
4612 # VPP Performance Changes 2n-dnv 1t1c ndr
4613 - type: "table"
4614   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4615   algorithm: "table_comparison"
4616   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4618   filter: "'1T1C'"
4619   columns:
4620     - title: "1908"
4621       data-set: "vpp-performance-changes-2n-dnv-h1"
4622     - title: "2001"
4623       data-set: "vpp-performance-changes-2n-dnv-ref"
4624     - title: "2005"
4625       data-set: "vpp-performance-changes-2n-dnv-cmp"
4626   comparisons:
4627     - title: "Diff"
4628       reference: 2
4629       compare: 3
4630   legend:
4631     - ""
4632     - "1908, 2001, 2005 - VPP versions tested."
4633     - "Diff - difference between 2001 and 2005 VPP version."
4634
4635 # VPP Performance Changes 2n-dnv 2t2c ndr
4636 - type: "table"
4637   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4638   algorithm: "table_comparison"
4639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4641   filter: "'2T2C'"
4642   columns:
4643     - title: "1908"
4644       data-set: "vpp-performance-changes-2n-dnv-h1"
4645     - title: "2001"
4646       data-set: "vpp-performance-changes-2n-dnv-ref"
4647     - title: "2005"
4648       data-set: "vpp-performance-changes-2n-dnv-cmp"
4649   comparisons:
4650     - title: "Diff"
4651       reference: 2
4652       compare: 3
4653   legend:
4654     - ""
4655     - "1908, 2001, 2005 - VPP versions tested."
4656     - "Diff - difference between 2001 and 2005 VPP version."
4657
4658 # VPP Performance Changes 3n-dnv 1t1c pdr
4659 - type: "table"
4660   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4664   filter: "'1T1C'"
4665   columns:
4666     - title: "1908"
4667       data-set: "vpp-performance-changes-3n-dnv-h1"
4668     - title: "2001"
4669       data-set: "vpp-performance-changes-3n-dnv-ref"
4670     - title: "2005"
4671       data-set: "vpp-performance-changes-3n-dnv-cmp"
4672   comparisons:
4673     - title: "Diff"
4674       reference: 2
4675       compare: 3
4676   legend:
4677     - ""
4678     - "1908, 2001, 2005 - VPP versions tested."
4679     - "Diff - difference between 2001 and 2005 VPP version."
4680
4681 # VPP Performance Changes 3n-dnv 2t2c pdr
4682 - type: "table"
4683   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4684   algorithm: "table_comparison"
4685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4687   filter: "'2T2C'"
4688   columns:
4689     - title: "1908"
4690       data-set: "vpp-performance-changes-3n-dnv-h1"
4691     - title: "2001"
4692       data-set: "vpp-performance-changes-3n-dnv-ref"
4693     - title: "2005"
4694       data-set: "vpp-performance-changes-3n-dnv-cmp"
4695   comparisons:
4696     - title: "Diff"
4697       reference: 2
4698       compare: 3
4699   legend:
4700     - ""
4701     - "1908, 2001, 2005 - VPP versions tested."
4702     - "Diff - difference between 2001 and 2005 VPP version."
4703
4704 # VPP Performance Changes 3n-dnv 1t1c ndr
4705 - type: "table"
4706   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4707   algorithm: "table_comparison"
4708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4710   filter: "'1T1C'"
4711   columns:
4712     - title: "1908"
4713       data-set: "vpp-performance-changes-3n-dnv-h1"
4714     - title: "2001"
4715       data-set: "vpp-performance-changes-3n-dnv-ref"
4716     - title: "2005"
4717       data-set: "vpp-performance-changes-3n-dnv-cmp"
4718   comparisons:
4719     - title: "Diff"
4720       reference: 2
4721       compare: 3
4722   legend:
4723     - ""
4724     - "1908, 2001, 2005 - VPP versions tested."
4725     - "Diff - difference between 2001 and 2005 VPP version."
4726
4727 # VPP Performance Changes 3n-dnv 2t2c ndr
4728 - type: "table"
4729   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4733   filter: "'2T2C'"
4734   columns:
4735     - title: "1908"
4736       data-set: "vpp-performance-changes-3n-dnv-h1"
4737     - title: "2001"
4738       data-set: "vpp-performance-changes-3n-dnv-ref"
4739     - title: "2005"
4740       data-set: "vpp-performance-changes-3n-dnv-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 2
4744       compare: 3
4745   legend:
4746     - ""
4747     - "1908, 2001, 2005 - VPP versions tested."
4748     - "Diff - difference between 2001 and 2005 VPP version."
4749
4750 # VPP Performance Changes 3n-tsh 1t1c pdr
4751 - type: "table"
4752   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4756   filter: "'1T1C'"
4757   columns:
4758     - title: "1908.1-2"
4759       data-set: "vpp-performance-changes-3n-tsh-h1"
4760     - title: "2001.0-2"
4761       data-set: "vpp-performance-changes-3n-tsh-ref"
4762     - title: "2001.0-4"
4763       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4764     - title: "2005.0-4"
4765       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4766   comparisons:
4767     - title: "2001.0-4 vs 2001.0-2"
4768       reference: 2
4769       compare: 3
4770       rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4771     - title: "2005.0-4 vs 2001.0-4"
4772       reference: 3
4773       compare: 4
4774       rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4775   legend:
4776     - ''
4777     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4780     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4781     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4782
4783 # VPP Performance Changes 3n-tsh 2t2c pdr
4784 - type: "table"
4785   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4789   filter: "'2T2C'"
4790   columns:
4791     - title: "1908.1-2"
4792       data-set: "vpp-performance-changes-3n-tsh-h1"
4793     - title: "2001.0-2"
4794       data-set: "vpp-performance-changes-3n-tsh-ref"
4795     - title: "2001.0-4"
4796       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4797     - title: "2005.0-4"
4798       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4799   comparisons:
4800     - title: "2001.0-4 vs 2001.0-2"
4801       reference: 2
4802       compare: 3
4803       rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4804     - title: "2005.0-4 vs 2001.0-4"
4805       reference: 3
4806       compare: 4
4807       rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4808   legend:
4809     - ''
4810     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4813     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4814     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4815
4816 # VPP Performance Changes 3n-tsh 1t1c ndr
4817 - type: "table"
4818   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4819   algorithm: "table_comparison"
4820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4822   filter: "'1T1C'"
4823   columns:
4824     - title: "1908.1-2"
4825       data-set: "vpp-performance-changes-3n-tsh-h1"
4826     - title: "2001.0-2"
4827       data-set: "vpp-performance-changes-3n-tsh-ref"
4828     - title: "2001.0-4"
4829       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4830     - title: "2005.0-4"
4831       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4832   comparisons:
4833     - title: "2001.0-4 vs 2001.0-2"
4834       reference: 2
4835       compare: 3
4836       rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4837     - title: "2005.0-4 vs 2001.0-4"
4838       reference: 3
4839       compare: 4
4840       rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4841   legend:
4842     - ''
4843     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4844     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4845     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4846     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4847     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4848
4849 # VPP Performance Changes 3n-tsh 2t2c ndr
4850 - type: "table"
4851   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4855   filter: "'2T2C'"
4856   columns:
4857     - title: "1908.1-2"
4858       data-set: "vpp-performance-changes-3n-tsh-h1"
4859     - title: "2001.0-2"
4860       data-set: "vpp-performance-changes-3n-tsh-ref"
4861     - title: "2001.0-4"
4862       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4863     - title: "2005.0-4"
4864       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4865   comparisons:
4866     - title: "2001.0-4 vs 2001.0-2"
4867       reference: 2
4868       compare: 3
4869       rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4870     - title: "2005.0-4 vs 2001.0-4"
4871       reference: 3
4872       compare: 4
4873       rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4874   legend:
4875     - ''
4876     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4879     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4880     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4881
4882 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4883 - type: "table"
4884   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4888   filter: "'1T1C'"
4889   columns:
4890     - title: "1908.1-2"
4891       data-set: "vpp-performance-changes-3n-tsh-h1"
4892     - title: "2001.0-2"
4893       data-set: "vpp-performance-changes-3n-tsh-ref"
4894     - title: "2001.0-4"
4895       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4896     - title: "2005.0-3"
4897       data-set: "vpp-performance-changes-3n-tsh-cmp"
4898     - title: "2005.0-4"
4899       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4900   comparisons:
4901     - title: "2005.0-4 vs 2005.0-3"
4902       reference: 4
4903       compare: 5
4904       rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4905     - title: "2001.0-4 vs 2001.0-2"
4906       reference: 2
4907       compare: 3
4908       rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4909     - title: "2005.0-4 vs 2001.0-4"
4910       reference: 3
4911       compare: 5
4912       rca-file: "rca/rca-2005-3n-tsh-1t1c-pdr-rca3.yaml"
4913   legend:
4914     - ''
4915     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4916     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4917     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4918     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4919     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4920     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4921
4922 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4923 - type: "table"
4924   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4928   filter: "'2T2C'"
4929   columns:
4930     - title: "1908.1-2"
4931       data-set: "vpp-performance-changes-3n-tsh-h1"
4932     - title: "2001.0-2"
4933       data-set: "vpp-performance-changes-3n-tsh-ref"
4934     - title: "2001.0-4"
4935       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4936     - title: "2005.0-3"
4937       data-set: "vpp-performance-changes-3n-tsh-cmp"
4938     - title: "2005.0-4"
4939       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4940   comparisons:
4941     - title: "2005.0-4 vs 2005.0-3"
4942       reference: 4
4943       compare: 5
4944       rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4945     - title: "2001.0-4 vs 2001.0-2"
4946       reference: 2
4947       compare: 3
4948       rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4949     - title: "2005.0-4 vs 2001.0-4"
4950       reference: 3
4951       compare: 5
4952       rca-file: "rca/rca-2005-3n-tsh-2t2c-pdr-rca3.yaml"
4953   legend:
4954     - ''
4955     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4956     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4957     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4958     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4959     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4960     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4961
4962 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4963 - type: "table"
4964   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4968   filter: "'1T1C'"
4969   columns:
4970     - title: "1908.1-2"
4971       data-set: "vpp-performance-changes-3n-tsh-h1"
4972     - title: "2001.0-2"
4973       data-set: "vpp-performance-changes-3n-tsh-ref"
4974     - title: "2001.0-4"
4975       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4976     - title: "2005.0-3"
4977       data-set: "vpp-performance-changes-3n-tsh-cmp"
4978     - title: "2005.0-4"
4979       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4980   comparisons:
4981     - title: "2005.0-4 vs 2005.0-3"
4982       reference: 4
4983       compare: 5
4984       rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4985     - title: "2001.0-4 vs 2001.0-2"
4986       reference: 2
4987       compare: 3
4988       rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4989     - title: "2005.0-4 vs 2001.0-4"
4990       reference: 3
4991       compare: 5
4992       rca-file: "rca/rca-2005-3n-tsh-1t1c-ndr-rca3.yaml"
4993   legend:
4994     - ''
4995     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4998     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4999     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5000     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5001
5002 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5003 - type: "table"
5004   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5008   filter: "'2T2C'"
5009   columns:
5010     - title: "1908.1-2"
5011       data-set: "vpp-performance-changes-3n-tsh-h1"
5012     - title: "2001.0-2"
5013       data-set: "vpp-performance-changes-3n-tsh-ref"
5014     - title: "2001.0-4"
5015       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5016     - title: "2005.0-3"
5017       data-set: "vpp-performance-changes-3n-tsh-cmp"
5018     - title: "2005.0-4"
5019       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5020   comparisons:
5021     - title: "2005.0-4 vs 2005.0-3"
5022       reference: 4
5023       compare: 5
5024       rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5025     - title: "2001.0-4 vs 2001.0-2"
5026       reference: 2
5027       compare: 3
5028       rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5029     - title: "2005.0-4 vs 2001.0-4"
5030       reference: 3
5031       compare: 5
5032       rca-file: "rca/rca-2005-3n-tsh-2t2c-ndr-rca3.yaml"
5033   legend:
5034     - ''
5035     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5036     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5037     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5038     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5039     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5040     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5041
5042 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5043 - type: "table"
5044   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5045   algorithm: "table_comparison"
5046   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5049   columns:
5050     - title: "3n-hsw xl710"
5051       data-set: "vpp-compare-testbeds-ref"
5052       tag: "NIC_Intel-XL710"
5053     - title: "3n-skx xxv710"
5054       data-set: "vpp-compare-testbeds-cmp"
5055       tag: "NIC_Intel-XXV710"
5056   comparisons:
5057     - title: "Diff"
5058       reference: 1
5059       compare: 2
5060   legend:
5061     - ""
5062     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5063     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5064
5065 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5066 - type: "table"
5067   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5068   algorithm: "table_comparison"
5069   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5072   columns:
5073     - title: "3n-hsw xl710"
5074       data-set: "vpp-compare-testbeds-ref"
5075       tag: "NIC_Intel-XL710"
5076     - title: "3n-skx xxv710"
5077       data-set: "vpp-compare-testbeds-cmp"
5078       tag: "NIC_Intel-XXV710"
5079   comparisons:
5080     - title: "Diff"
5081       reference: 1
5082       compare: 2
5083   legend:
5084     - ""
5085     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5086     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5087
5088 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5089 - type: "table"
5090   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5091   algorithm: "table_comparison"
5092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5094   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5095   columns:
5096     - title: "3n-hsw xl710"
5097       data-set: "vpp-compare-testbeds-ref"
5098       tag: "NIC_Intel-XL710"
5099     - title: "3n-skx xxv710"
5100       data-set: "vpp-compare-testbeds-cmp"
5101       tag: "NIC_Intel-XXV710"
5102   comparisons:
5103     - title: "Diff"
5104       reference: 1
5105       compare: 2
5106   legend:
5107     - ""
5108     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5109     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5110
5111 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5112 - type: "table"
5113   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5117   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5118   columns:
5119     - title: "3n-hsw xl710"
5120       data-set: "vpp-compare-testbeds-ref"
5121       tag: "NIC_Intel-XL710"
5122     - title: "3n-skx xxv710"
5123       data-set: "vpp-compare-testbeds-cmp"
5124       tag: "NIC_Intel-XXV710"
5125   comparisons:
5126     - title: "Diff"
5127       reference: 1
5128       compare: 2
5129   legend:
5130     - ""
5131     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5132     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5133
5134 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5135 - type: "table"
5136   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5140   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5141   columns:
5142     - title: "2n-skx"
5143       data-set: "vpp-compare-testbeds-skx-clx-ref"
5144     - title: "2n-clx"
5145       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5146   comparisons:
5147     - title: "Diff"
5148       reference: 1
5149       compare: 2
5150   legend:
5151     - ""
5152     - "2n-skx, 2n-clx - testbeds and NICs tested."
5153     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5154
5155 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5156 - type: "table"
5157   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5158   algorithm: "table_comparison"
5159   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5161   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5162   columns:
5163     - title: "2n-skx"
5164       data-set: "vpp-compare-testbeds-skx-clx-ref"
5165     - title: "2n-clx"
5166       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5167   comparisons:
5168     - title: "Diff"
5169       reference: 1
5170       compare: 2
5171   legend:
5172     - ""
5173     - "2n-skx, 2n-clx - testbeds and NICs tested."
5174     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5175
5176 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5177 - type: "table"
5178   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5179   algorithm: "table_comparison"
5180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5182   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5183   columns:
5184     - title: "2n-skx"
5185       data-set: "vpp-compare-testbeds-skx-clx-ref"
5186     - title: "2n-clx"
5187       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5188   comparisons:
5189     - title: "Diff"
5190       reference: 1
5191       compare: 2
5192   legend:
5193     - ""
5194     - "2n-skx, 2n-clx - testbeds and NICs tested."
5195     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5196
5197 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5198 - type: "table"
5199   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5200   algorithm: "table_comparison"
5201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5203   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5204   columns:
5205     - title: "2n-skx"
5206       data-set: "vpp-compare-testbeds-skx-clx-ref"
5207     - title: "2n-clx"
5208       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5209   comparisons:
5210     - title: "Diff"
5211       reference: 1
5212       compare: 2
5213   legend:
5214     - ""
5215     - "2n-skx, 2n-clx - testbeds and NICs tested."
5216     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5217
5218 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5219 - type: "table"
5220   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5221   algorithm: "table_comparison"
5222   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5224   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5225   columns:
5226     - title: "3n-hsw xl710"
5227       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5228       tag: "NIC_Intel-XL710"
5229     - title: "2n-clx xxv710"
5230       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5231       tag: "NIC_Intel-XXV710"
5232   comparisons:
5233     - title: "Diff"
5234       reference: 1
5235       compare: 2
5236   legend:
5237     - ""
5238     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5239     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5240
5241 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5242 - type: "table"
5243   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5244   algorithm: "table_comparison"
5245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5247   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5248   columns:
5249     - title: "3n-hsw xl710"
5250       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5251       tag: "NIC_Intel-XL710"
5252     - title: "2n-clx xxv710"
5253       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5254       tag: "NIC_Intel-XXV710"
5255   comparisons:
5256     - title: "Diff"
5257       reference: 1
5258       compare: 2
5259   legend:
5260     - ""
5261     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5262     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5263
5264 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5265 - type: "table"
5266   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5267   algorithm: "table_comparison"
5268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5270   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5271   columns:
5272     - title: "3n-hsw xl710"
5273       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5274       tag: "NIC_Intel-XL710"
5275     - title: "2n-clx xxv710"
5276       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5277       tag: "NIC_Intel-XXV710"
5278   comparisons:
5279     - title: "Diff"
5280       reference: 1
5281       compare: 2
5282   legend:
5283     - ""
5284     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5285     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5286
5287 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5288 - type: "table"
5289   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5290   algorithm: "table_comparison"
5291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5293   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5294   columns:
5295     - title: "3n-hsw xl710"
5296       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5297       tag: "NIC_Intel-XL710"
5298     - title: "2n-clx xxv710"
5299       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5300       tag: "NIC_Intel-XXV710"
5301   comparisons:
5302     - title: "Diff"
5303       reference: 1
5304       compare: 2
5305   legend:
5306     - ""
5307     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5308     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5309
5310 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5311 - type: "table"
5312   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5313   algorithm: "table_comparison"
5314   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5316   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5317   columns:
5318     - title: "3n-skx"
5319       data-set: "vpp-compare-topologies-ref"
5320     - title: "2n-skx"
5321       data-set: "vpp-compare-topologies-cmp"
5322   comparisons:
5323     - title: "Diff"
5324       reference: 1
5325       compare: 2
5326   legend:
5327     - ""
5328     - "3n-skx, 2n-skx - topologies tested."
5329     - "Diff - difference between 3n-skx and 2n-skx topologies."
5330
5331 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5332 - type: "table"
5333   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5334   algorithm: "table_comparison"
5335   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5338   columns:
5339     - title: "3n-skx"
5340       data-set: "vpp-compare-topologies-ref"
5341     - title: "2n-skx"
5342       data-set: "vpp-compare-topologies-cmp"
5343   comparisons:
5344     - title: "Diff"
5345       reference: 1
5346       compare: 2
5347   legend:
5348     - ""
5349     - "3n-skx, 2n-skx - topologies tested."
5350     - "Diff - difference between 3n-skx and 2n-skx topologies."
5351
5352 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5353 - type: "table"
5354   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5358   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5359   columns:
5360     - title: "3n-skx"
5361       data-set: "vpp-compare-topologies-ref"
5362     - title: "2n-skx"
5363       data-set: "vpp-compare-topologies-cmp"
5364   comparisons:
5365     - title: "Diff"
5366       reference: 1
5367       compare: 2
5368   legend:
5369     - ""
5370     - "3n-skx, 2n-skx - topologies tested."
5371     - "Diff - difference between 3n-skx and 2n-skx topologies."
5372
5373 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5374 - type: "table"
5375   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5376   algorithm: "table_comparison"
5377   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5379   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5380   columns:
5381     - title: "3n-skx"
5382       data-set: "vpp-compare-topologies-ref"
5383     - title: "2n-skx"
5384       data-set: "vpp-compare-topologies-cmp"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - ""
5391     - "3n-skx, 2n-skx - topologies tested."
5392     - "Diff - difference between 3n-skx and 2n-skx topologies."
5393
5394 # VPP Performance Changes 3n-hsw 1t1c mrr
5395 - type: "table"
5396   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5401   columns:
5402     - title: "1908.1-2"
5403       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5404     - title: "2001.0-2"
5405       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5406     - title: "2005.0-3"
5407       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5408     - title: "2005.0-4"
5409       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5410   comparisons:
5411     - title: "2005.0-4 vs 2005.0-3"
5412       reference: 3
5413       compare: 4
5414       rca-file: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
5415     - title: "2005.0-4 vs 2001.0-2"
5416       reference: 2
5417       compare: 4
5418       rca-file: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
5419   legend:
5420     - ''
5421     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5422     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5423     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5424     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5425     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5426
5427 # VPP Performance Changes 3n-hsw 2t2c mrr
5428 - type: "table"
5429   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5430   algorithm: "table_comparison"
5431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5433   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5434   columns:
5435     - title: "1908.1-2"
5436       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5437     - title: "2001.0-2"
5438       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5439     - title: "2005.0-3"
5440       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5441     - title: "2005.0-4"
5442       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5443   comparisons:
5444     - title: "2005.0-4 vs 2005.0-3"
5445       reference: 3
5446       compare: 4
5447       rca-file: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
5448     - title: "2005.0-4 vs 2001.0-2"
5449       reference: 2
5450       compare: 4
5451       rca-file: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
5452   legend:
5453     - ''
5454     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5455     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5456     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5457     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5458     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5459
5460 # VPP Performance Changes 3n-hsw 4t4c mrr
5461 - type: "table"
5462   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5463   algorithm: "table_comparison"
5464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5467   columns:
5468     - title: "1908.1-2"
5469       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5470     - title: "2001.0-2"
5471       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5472     - title: "2005.0-3"
5473       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5474     - title: "2005.0-4"
5475       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5476   comparisons:
5477     - title: "2005.0-4 vs 2005.0-3"
5478       reference: 3
5479       compare: 4
5480       rca-file: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
5481     - title: "2005.0-4 vs 2001.0-2"
5482       reference: 2
5483       compare: 4
5484       rca-file: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
5485   legend:
5486     - ''
5487     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5488     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5490     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5491     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5492
5493 # VPP Performance Changes 3n-skx 2t1c mrr
5494 - type: "table"
5495   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5499   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5500   columns:
5501     - title: "2001.0-2"
5502       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5503     - title: "2005.0-3"
5504       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5505     - title: "2005.0-4"
5506       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5507   comparisons:
5508     - title: "2005.0-4 vs 2005.0-3"
5509       reference: 2
5510       compare: 3
5511       rca-file: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
5512     - title: "2005.0-4 vs 2001.0-2"
5513       reference: 1
5514       compare: 3
5515       rca-file: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
5516   legend:
5517     - ''
5518     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5521     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5522     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5523
5524 # VPP Performance Changes 3n-skx 4t2c mrr
5525 - type: "table"
5526   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5527   algorithm: "table_comparison"
5528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5530   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5531   columns:
5532     - title: "2001.0-2"
5533       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5534     - title: "2005.0-3"
5535       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5536     - title: "2005.0-4"
5537       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5538   comparisons:
5539     - title: "2005.0-4 vs 2005.0-3"
5540       reference: 2
5541       compare: 3
5542       rca-file: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
5543     - title: "2005.0-4 vs 2001.0-2"
5544       reference: 1
5545       compare: 3
5546       rca-file: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
5547   legend:
5548     - ''
5549     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5552     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5553     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5554
5555 # VPP Performance Changes 3n-skx 8t4c mrr
5556 - type: "table"
5557   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5558   algorithm: "table_comparison"
5559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5561   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5562   columns:
5563     - title: "2001.0-2"
5564       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5565     - title: "2005.0-3"
5566       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5567     - title: "2005.0-4"
5568       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5569   comparisons:
5570     - title: "2005.0-4 vs 2005.0-3"
5571       reference: 2
5572       compare: 3
5573       rca-file: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
5574     - title: "2005.0-4 vs 2001.0-2"
5575       reference: 1
5576       compare: 3
5577       rca-file: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
5578   legend:
5579     - ''
5580     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5583     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5584     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5585
5586 # VPP Performance Changes 2n-skx 2t1c mrr
5587 - type: "table"
5588   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5589   algorithm: "table_comparison"
5590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5592   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5593   columns:
5594     - title: "2001.0-2"
5595       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5596     - title: "2005.0-3"
5597       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5598     - title: "2005.0-4"
5599       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5600   comparisons:
5601     - title: "2005.0-4 vs 2005.0-3"
5602       reference: 2
5603       compare: 3
5604       rca-file: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
5605     - title: "2005.0-4 vs 2001.0-2"
5606       reference: 1
5607       compare: 3
5608       rca-file: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
5609   legend:
5610     - ''
5611     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5612     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5614     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5615     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5616
5617 # VPP Performance Changes 2n-skx 4t2c mrr
5618 - type: "table"
5619   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5620   algorithm: "table_comparison"
5621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5623   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5624   columns:
5625     - title: "2001.0-2"
5626       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5627     - title: "2005.0-3"
5628       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5629     - title: "2005.0-4"
5630       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5631   comparisons:
5632     - title: "2005.0-4 vs 2005.0-3"
5633       reference: 2
5634       compare: 3
5635       rca-file: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
5636     - title: "2005.0-4 vs 2001.0-2"
5637       reference: 1
5638       compare: 3
5639       rca-file: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
5640   legend:
5641     - ''
5642     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5645     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5646     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5647
5648 # VPP Performance Changes 2n-skx 8t4c mrr
5649 - type: "table"
5650   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5655   columns:
5656     - title: "2001.0-2"
5657       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5658     - title: "2005.0-3"
5659       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5660     - title: "2005.0-4"
5661       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5662   comparisons:
5663     - title: "2005.0-4 vs 2005.0-3"
5664       reference: 2
5665       compare: 3
5666       rca-file: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
5667     - title: "2005.0-4 vs 2001.0-2"
5668       reference: 1
5669       compare: 3
5670       rca-file: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
5671   legend:
5672     - ''
5673     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5676     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5677     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5678
5679 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5680 - type: "table"
5681   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5682   algorithm: "table_comparison"
5683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5685   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5686   columns:
5687     - title: "2001.0-2"
5688       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5689     - title: "2005.0-3"
5690       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5691     - title: "2005.0-4"
5692       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5693   comparisons:
5694     - title: "2005.0-4 vs 2005.0-3"
5695       reference: 2
5696       compare: 3
5697       rca-file: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
5698     - title: "2005.0-4 vs 2001.0-2"
5699       reference: 1
5700       compare: 3
5701       rca-file: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
5702   legend:
5703     - ''
5704     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5705     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5706     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5707     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5708     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5709
5710 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5711 - type: "table"
5712   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5713   algorithm: "table_comparison"
5714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5717   columns:
5718     - title: "2001.0-2"
5719       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5720     - title: "2005.0-3"
5721       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5722     - title: "2005.0-4"
5723       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5724   comparisons:
5725     - title: "2005.0-4 vs 2005.0-3"
5726       reference: 2
5727       compare: 3
5728       rca-file: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
5729     - title: "2005.0-4 vs 2001.0-2"
5730       reference: 1
5731       compare: 3
5732       rca-file: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
5733   legend:
5734     - ''
5735     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5738     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5739     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5740
5741 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5742 - type: "table"
5743   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5747   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5748   columns:
5749     - title: "2001.0-2"
5750       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5751     - title: "2005.0-3"
5752       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5753     - title: "2005.0-4"
5754       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5755   comparisons:
5756     - title: "2005.0-4 vs 2005.0-3"
5757       reference: 2
5758       compare: 3
5759       rca-file: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
5760     - title: "2005.0-4 vs 2001.0-2"
5761       reference: 1
5762       compare: 3
5763       rca-file: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
5764   legend:
5765     - ''
5766     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5767     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5768     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5769     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5770     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5771
5772 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
5773 - type: "table"
5774   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
5775   algorithm: "table_comparison"
5776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
5777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5778   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5779   columns:
5780     - title: "2001"
5781       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5782     - title: "2005"
5783       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5784   comparisons:
5785     - title: "Diff"
5786       reference: 1
5787       compare: 2
5788   legend:
5789     - ""
5790     - "2001, 2005 - VPP versions tested."
5791     - "Diff - difference between 2001 and 2005 VPP version."
5792
5793 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
5794 - type: "table"
5795   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
5796   algorithm: "table_comparison"
5797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
5798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5799   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5800   columns:
5801     - title: "2001"
5802       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5803     - title: "2005"
5804       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5805   comparisons:
5806     - title: "Diff"
5807       reference: 1
5808       compare: 2
5809   legend:
5810     - ""
5811     - "2001, 2005 - VPP versions tested."
5812     - "Diff - difference between 2001 and 2005 VPP version."
5813
5814 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
5815 - type: "table"
5816   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
5817   algorithm: "table_comparison"
5818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
5819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5820   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5821   columns:
5822     - title: "2001"
5823       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5824     - title: "2005"
5825       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5826   comparisons:
5827     - title: "Diff"
5828       reference: 1
5829       compare: 2
5830   legend:
5831     - ""
5832     - "2001, 2005 - VPP versions tested."
5833     - "Diff - difference between 2001 and 2005 VPP version."
5834
5835 # VPP Performance Changes 2n-dnv 1t1c mrr
5836 - type: "table"
5837   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5838   algorithm: "table_comparison"
5839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5841   filter: "'1T1C'"
5842   columns:
5843     - title: "1908"
5844       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5845     - title: "2001"
5846       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5847     - title: "2005"
5848       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5849   comparisons:
5850     - title: "Diff"
5851       reference: 2
5852       compare: 3
5853   legend:
5854     - ""
5855     - "1908, 2001, 2005 - VPP versions tested."
5856     - "Diff - difference between 2001 and 2005 VPP version."
5857
5858 # VPP Performance Changes 2n-dnv 2t2c mrr
5859 - type: "table"
5860   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5861   algorithm: "table_comparison"
5862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5864   filter: "'2T2C'"
5865   columns:
5866     - title: "1908"
5867       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5868     - title: "2001"
5869       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5870     - title: "2005"
5871       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5872   comparisons:
5873     - title: "Diff"
5874       reference: 2
5875       compare: 3
5876   legend:
5877     - ""
5878     - "1908, 2001, 2005 - VPP versions tested."
5879     - "Diff - difference between 2001 and 2005 VPP version."
5880
5881 # VPP Performance Changes 2n-dnv 4t4c mrr
5882 - type: "table"
5883   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5884   algorithm: "table_comparison"
5885   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5887   filter: "'4T4C'"
5888   columns:
5889     - title: "1908"
5890       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5891     - title: "2001"
5892       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5893     - title: "2005"
5894       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5895   comparisons:
5896     - title: "Diff"
5897       reference: 2
5898       compare: 3
5899   legend:
5900     - ""
5901     - "1908, 2001, 2005 - VPP versions tested."
5902     - "Diff - difference between 2001 and 2005 VPP version."
5903
5904 # VPP Performance Changes 3n-dnv 1t1c mrr
5905 - type: "table"
5906   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5907   algorithm: "table_comparison"
5908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5910   filter: "'1T1C'"
5911   columns:
5912     - title: "1908"
5913       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5914     - title: "2001"
5915       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5916     - title: "2005"
5917       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5918   comparisons:
5919     - title: "Diff"
5920       reference: 2
5921       compare: 3
5922   legend:
5923     - ""
5924     - "1908, 2001, 2005 - VPP versions tested."
5925     - "Diff - difference between 2001 and 2005 VPP version."
5926
5927 # VPP Performance Changes 3n-dnv 2t2c mrr
5928 - type: "table"
5929   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5930   algorithm: "table_comparison"
5931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5933   filter: "'2T2C'"
5934   columns:
5935     - title: "1908"
5936       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5937     - title: "2001"
5938       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5939     - title: "2005"
5940       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5941   comparisons:
5942     - title: "Diff"
5943       reference: 2
5944       compare: 3
5945   legend:
5946     - ""
5947     - "1908, 2001, 2005 - VPP versions tested."
5948     - "Diff - difference between 2001 and 2005 VPP version."
5949
5950 # VPP Performance Changes 3n-dnv 4t4c mrr
5951 - type: "table"
5952   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5953   algorithm: "table_comparison"
5954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5956   filter: "'4T4C'"
5957   columns:
5958     - title: "1908"
5959       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5960     - title: "2001"
5961       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5962     - title: "2005"
5963       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5964   comparisons:
5965     - title: "Diff"
5966       reference: 2
5967       compare: 3
5968   legend:
5969     - ""
5970     - "1908, 2001, 2005 - VPP versions tested."
5971     - "Diff - difference between 2001 and 2005 VPP version."
5972
5973 # VPP Performance Changes 3n-tsh 1t1c mrr
5974 - type: "table"
5975   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5976   algorithm: "table_comparison"
5977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5979   filter: "'1T1C'"
5980   columns:
5981     - title: "1908.1-2"
5982       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5983     - title: "2001.0-2"
5984       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5985     - title: "2005.0-3"
5986       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5987     - title: "2005.0-4"
5988       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5989   comparisons:
5990     - title: "2005.0-4 vs 2005.0-3"
5991       reference: 3
5992       compare: 4
5993       rca-file: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
5994     - title: "2005.0-4 vs 2001.0-2"
5995       reference: 2
5996       compare: 4
5997       rca-file: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
5998   legend:
5999     - ''
6000     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6001     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6003     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6004     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6005
6006 # VPP Performance Changes 3n-tsh 2t2c mrr
6007 - type: "table"
6008   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6009   algorithm: "table_comparison"
6010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6012   filter: "'2T2C'"
6013   columns:
6014     - title: "1908.1-2"
6015       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6016     - title: "2001.0-2"
6017       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6018     - title: "2005.0-3"
6019       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6020     - title: "2005.0-4"
6021       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6022   comparisons:
6023     - title: "2005.0-4 vs 2005.0-3"
6024       reference: 3
6025       compare: 4
6026       rca-file: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
6027     - title: "2005.0-4 vs 2001.0-2"
6028       reference: 2
6029       compare: 4
6030       rca-file: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
6031   legend:
6032     - ''
6033     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6034     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6035     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6036     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6037     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6038
6039 # VPP Performance Changes 3n-tsh 4t4c mrr
6040 - type: "table"
6041   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6042   algorithm: "table_comparison"
6043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6045   filter: "'4T4C'"
6046   columns:
6047     - title: "1908.1-2"
6048       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6049     - title: "2001.0-2"
6050       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6051     - title: "2005.0-3"
6052       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6053     - title: "2005.0-4"
6054       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6055   comparisons:
6056     - title: "2005.0-4 vs 2005.0-3"
6057       reference: 3
6058       compare: 4
6059       rca-file: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
6060     - title: "2005.0-4 vs 2001.0-2"
6061       reference: 2
6062       compare: 4
6063       rca-file: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
6064   legend:
6065     - ''
6066     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6067     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6069     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6070     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6071
6072 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6073 - type: "table"
6074   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6078   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6079   columns:
6080     - title: "3n-hsw xl710"
6081       data-set: "vpp-compare-testbeds-mrr-ref"
6082       tag: "NIC_Intel-XL710"
6083     - title: "3n-skx xxv710"
6084       data-set: "vpp-compare-testbeds-mrr-cmp"
6085       tag: "NIC_Intel-XXV710"
6086   comparisons:
6087     - title: "Diff"
6088       reference: 1
6089       compare: 2
6090   legend:
6091     - ""
6092     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6093     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6094
6095 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6096 - type: "table"
6097   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6098   algorithm: "table_comparison"
6099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6101   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6102   columns:
6103     - title: "3n-hsw xl710"
6104       data-set: "vpp-compare-testbeds-mrr-ref"
6105       tag: "NIC_Intel-XL710"
6106     - title: "3n-skx xxv710"
6107       data-set: "vpp-compare-testbeds-mrr-cmp"
6108       tag: "NIC_Intel-XXV710"
6109   comparisons:
6110     - title: "Diff"
6111       reference: 1
6112       compare: 2
6113   legend:
6114     - ""
6115     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6116     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6117
6118 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6119 - type: "table"
6120   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6121   algorithm: "table_comparison"
6122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6124   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6125   columns:
6126     - title: "3n-hsw xl710"
6127       data-set: "vpp-compare-testbeds-mrr-ref"
6128       tag: "NIC_Intel-XL710"
6129     - title: "3n-skx xxv710"
6130       data-set: "vpp-compare-testbeds-mrr-cmp"
6131       tag: "NIC_Intel-XXV710"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 1
6135       compare: 2
6136   legend:
6137     - ""
6138     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6139     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6140
6141 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6142 - type: "table"
6143   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6144   algorithm: "table_comparison"
6145   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6147   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6148   columns:
6149     - title: "2n-skx"
6150       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6151     - title: "2n-clx"
6152       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 1
6156       compare: 2
6157   legend:
6158     - ""
6159     - "2n-skx, 2n-clx - testbeds and NICs tested."
6160     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6161
6162 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6163 - type: "table"
6164   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6168   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "2n-skx"
6171       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6172     - title: "2n-clx"
6173       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6174   comparisons:
6175     - title: "Diff"
6176       reference: 1
6177       compare: 2
6178   legend:
6179     - ""
6180     - "2n-skx, 2n-clx - testbeds and NICs tested."
6181     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6182
6183 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6184 - type: "table"
6185   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6186   algorithm: "table_comparison"
6187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6189   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6190   columns:
6191     - title: "2n-skx"
6192       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6193     - title: "2n-clx"
6194       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6195   comparisons:
6196     - title: "Diff"
6197       reference: 1
6198       compare: 2
6199   legend:
6200     - ""
6201     - "2n-skx, 2n-clx - testbeds and NICs tested."
6202     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6203
6204 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6205 - type: "table"
6206   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6207   algorithm: "table_comparison"
6208   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6210   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6211   columns:
6212     - title: "3n-skx"
6213       data-set: "vpp-compare-topologies-mrr-ref"
6214     - title: "2n-skx"
6215       data-set: "vpp-compare-topologies-mrr-cmp"
6216   comparisons:
6217     - title: "Diff"
6218       reference: 1
6219       compare: 2
6220   legend:
6221     - ""
6222     - "3n-skx, 2n-skx - topologies tested."
6223     - "Diff - difference between 3n-skx and 2n-skx topologies."
6224
6225 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6226 - type: "table"
6227   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6228   algorithm: "table_comparison"
6229   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6231   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6232   columns:
6233     - title: "3n-skx"
6234       data-set: "vpp-compare-topologies-mrr-ref"
6235     - title: "2n-skx"
6236       data-set: "vpp-compare-topologies-mrr-cmp"
6237   comparisons:
6238     - title: "Diff"
6239       reference: 1
6240       compare: 2
6241   legend:
6242     - ""
6243     - "3n-skx, 2n-skx - topologies tested."
6244     - "Diff - difference between 3n-skx and 2n-skx topologies."
6245
6246 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6247 - type: "table"
6248   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6249   algorithm: "table_comparison"
6250   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6252   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6253   columns:
6254     - title: "3n-skx"
6255       data-set: "vpp-compare-topologies-mrr-ref"
6256     - title: "2n-skx"
6257       data-set: "vpp-compare-topologies-mrr-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 1
6261       compare: 2
6262   legend:
6263     - ""
6264     - "3n-skx, 2n-skx - topologies tested."
6265     - "Diff - difference between 3n-skx and 2n-skx topologies."
6266
6267 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6268 - type: "table"
6269   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6273   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6274   columns:
6275     - title: "3n-hsw xl710"
6276       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6277       tag: "NIC_Intel-XL710"
6278     - title: "2n-clx xxv710"
6279       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6280       tag: "NIC_Intel-XXV710"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 1
6284       compare: 2
6285   legend:
6286     - ""
6287     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6288     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6289
6290 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6291 - type: "table"
6292   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6293   algorithm: "table_comparison"
6294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6296   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6297   columns:
6298     - title: "3n-hsw xl710"
6299       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6300       tag: "NIC_Intel-XL710"
6301     - title: "2n-clx xxv710"
6302       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6303       tag: "NIC_Intel-XXV710"
6304   comparisons:
6305     - title: "Diff"
6306       reference: 1
6307       compare: 2
6308   legend:
6309     - ""
6310     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6311     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6312
6313 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6314 - type: "table"
6315   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6316   algorithm: "table_comparison"
6317   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6320   columns:
6321     - title: "3n-hsw xl710"
6322       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6323       tag: "NIC_Intel-XL710"
6324     - title: "2n-clx xxv710"
6325       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6326       tag: "NIC_Intel-XXV710"
6327   comparisons:
6328     - title: "Diff"
6329       reference: 1
6330       compare: 2
6331   legend:
6332     - ""
6333     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6334     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6335
6336 # Detailed Test Results - VPP Performance Results 3n-hsw
6337 - type: "table"
6338   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6339   algorithm: "table_merged_details"
6340   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6341   columns:
6342     - title: " |prein| Test Name |preout| "
6343       data: "data name"
6344     - 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| "
6345       data: "data msg"
6346   data: "vpp-perf-results-3n-hsw"
6347   filter: "all"
6348   parameters:
6349   - "name"
6350   - "parent"
6351   - "msg"
6352
6353 # Detailed Test Results - VPP Performance Results 3n-skx
6354 - type: "table"
6355   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6356   algorithm: "table_merged_details"
6357   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6358   columns:
6359     - title: " |prein| Test Name |preout| "
6360       data: "data name"
6361     - 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| "
6362       data: "data msg"
6363   data: "vpp-perf-results-3n-skx"
6364   filter: "all"
6365   remove-ndr: False
6366   parameters:
6367   - "name"
6368   - "parent"
6369   - "msg"
6370
6371 # Detailed Test Results - VPP Performance Results 2n-skx
6372 - type: "table"
6373   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6374   algorithm: "table_merged_details"
6375   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6376   columns:
6377     - title: " |prein| Test Name |preout| "
6378       data: "data name"
6379     - 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| "
6380       data: "data msg"
6381   data: "vpp-perf-results-2n-skx"
6382   filter: "all"
6383   remove-ndr: False
6384   parameters:
6385   - "name"
6386   - "parent"
6387   - "msg"
6388
6389 # Detailed Test Results - VPP Performance Results 2n-clx
6390 - type: "table"
6391   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6392   algorithm: "table_merged_details"
6393   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6394   columns:
6395     - title: " |prein| Test Name |preout| "
6396       data: "data name"
6397     - 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| "
6398       data: "data msg"
6399   data: "vpp-perf-results-2n-clx"
6400   filter: "all"
6401   parameters:
6402   - "name"
6403   - "parent"
6404   - "msg"
6405
6406 # Detailed Test Results - VPP Performance Results 3n-tsh
6407 - type: "table"
6408   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6409   algorithm: "table_merged_details"
6410   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6411   columns:
6412     - title: " |prein| Test Name |preout| "
6413       data: "data name"
6414     - 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| "
6415       data: "data msg"
6416   data: "vpp-perf-results-3n-tsh"
6417   filter: "all"
6418   parameters:
6419   - "name"
6420   - "parent"
6421   - "msg"
6422
6423 # Detailed Test Results - VPP Performance Results 3n-dnv
6424 - type: "table"
6425   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6426   algorithm: "table_merged_details"
6427   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6428   columns:
6429     - title: " |prein| Test Name |preout| "
6430       data: "data name"
6431     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6432       data: "data msg"
6433   data: "vpp-perf-results-3n-dnv"
6434   filter: "all"
6435   parameters:
6436   - "name"
6437   - "parent"
6438   - "msg"
6439
6440 # Detailed Test Results - VPP Performance Results 2n-dnv
6441 - type: "table"
6442   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6443   algorithm: "table_merged_details"
6444   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6445   columns:
6446     - title: " |prein| Test Name |preout| "
6447       data: "data name"
6448     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6449       data: "data msg"
6450   data: "vpp-perf-results-2n-dnv"
6451   filter: "all"
6452   parameters:
6453   - "name"
6454   - "parent"
6455   - "msg"
6456
6457 # Test configuration - VPP Performance Test Configs 3n-hsw
6458 - type: "table"
6459   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6460   algorithm: "table_merged_details"
6461   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6462   columns:
6463     - title: " |prein| Test Name |preout| "
6464       data: "data name"
6465     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6466       data: "data conf-history"
6467   data: "vpp-perf-results-3n-hsw"
6468   filter: "all"
6469   parameters:
6470   - "parent"
6471   - "name"
6472   - "conf-history"
6473
6474 # Test configuration - VPP Performance Test Configs 3n-skx
6475 - type: "table"
6476   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6477   algorithm: "table_merged_details"
6478   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6479   columns:
6480     - title: " |prein| Test Name |preout| "
6481       data: "data name"
6482     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6483       data: "data conf-history"
6484   data: "vpp-perf-results-3n-skx"
6485   filter: "all"
6486   parameters:
6487   - "parent"
6488   - "name"
6489   - "conf-history"
6490
6491 # Test configuration - VPP Performance Test Configs 2n-skx
6492 - type: "table"
6493   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6494   algorithm: "table_merged_details"
6495   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6496   columns:
6497     - title: " |prein| Test Name |preout| "
6498       data: "data name"
6499     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6500       data: "data conf-history"
6501   data: "vpp-perf-results-2n-skx"
6502   filter: "all"
6503   parameters:
6504   - "parent"
6505   - "name"
6506   - "conf-history"
6507
6508 # Test configuration - VPP Performance Test Configs 2n-clx
6509 - type: "table"
6510   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6511   algorithm: "table_merged_details"
6512   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6513   columns:
6514     - title: " |prein| Test Name |preout| "
6515       data: "data name"
6516     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6517       data: "data conf-history"
6518   data: "vpp-perf-results-2n-clx"
6519   filter: "all"
6520   parameters:
6521   - "parent"
6522   - "name"
6523   - "conf-history"
6524
6525 # Test configuration - VPP Performance Test Configs 3n-tsh
6526 - type: "table"
6527   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6528   algorithm: "table_merged_details"
6529   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6530   columns:
6531     - title: " |prein| Test Name |preout| "
6532       data: "data name"
6533     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6534       data: "data conf-history"
6535   data: "vpp-perf-results-3n-tsh"
6536   filter: "all"
6537   parameters:
6538   - "parent"
6539   - "name"
6540   - "conf-history"
6541
6542 # Test configuration - VPP Performance Test Configs 3n-dnv
6543 - type: "table"
6544   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6545   algorithm: "table_merged_details"
6546   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6547   columns:
6548     - title: " |prein| Test Name |preout| "
6549       data: "data name"
6550     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6551       data: "data conf-history"
6552   data: "vpp-perf-results-3n-dnv"
6553   filter: "all"
6554   parameters:
6555   - "parent"
6556   - "name"
6557   - "conf-history"
6558
6559 # Test configuration - VPP Performance Test Configs 2n-dnv
6560 - type: "table"
6561   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6562   algorithm: "table_merged_details"
6563   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6564   columns:
6565     - title: " |prein| Test Name |preout| "
6566       data: "data name"
6567     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6568       data: "data conf-history"
6569   data: "vpp-perf-results-2n-dnv"
6570   filter: "all"
6571   parameters:
6572   - "parent"
6573   - "name"
6574   - "conf-history"
6575
6576 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6577 - type: "table"
6578   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6579   algorithm: "table_oper_data_html"
6580   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6581   data: "vpp-perf-results-3n-hsw"
6582   filter: "all"
6583
6584 # Test Operational Data - VPP Performance Operational Data 3n-skx
6585 - type: "table"
6586   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6587   algorithm: "table_oper_data_html"
6588   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6589   data: "vpp-perf-results-3n-skx"
6590   filter: "all"
6591
6592 # Test Operational Data - VPP Performance Operational Data 2n-skx
6593 - type: "table"
6594   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6595   algorithm: "table_oper_data_html"
6596   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6597   data: "vpp-perf-results-2n-skx"
6598   filter: "all"
6599
6600 # Test Operational Data - VPP Performance Operational Data 2n-clx
6601 - type: "table"
6602   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6603   algorithm: "table_oper_data_html"
6604   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6605   data: "vpp-perf-results-2n-clx"
6606   filter: "all"
6607
6608 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6609 - type: "table"
6610   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6611   algorithm: "table_oper_data_html"
6612   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6613   data: "vpp-perf-results-3n-tsh"
6614   filter: "all"
6615
6616 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6617 - type: "table"
6618   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6619   algorithm: "table_oper_data_html"
6620   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6621   data: "vpp-perf-results-3n-dnv"
6622   filter: "all"
6623
6624 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6625 - type: "table"
6626   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6627   algorithm: "table_oper_data_html"
6628   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6629   data: "vpp-perf-results-2n-dnv"
6630   filter: "all"
6631
6632 # Detailed Test Results - VPP MRR Results 3n-hsw
6633 - type: "table"
6634   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6635   algorithm: "table_merged_details"
6636   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6637   columns:
6638     - title: " |prein| Test Name |preout| "
6639       data: "data name"
6640     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6641       data: "data msg"
6642   data: "vpp-mrr-results-3n-hsw"
6643   filter: "all"
6644   parameters:
6645   - "name"
6646   - "parent"
6647   - "msg"
6648
6649 # Detailed Test Results - VPP MRR Results 3n-skx
6650 - type: "table"
6651   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6652   algorithm: "table_merged_details"
6653   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6654   columns:
6655     - title: " |prein| Test Name |preout| "
6656       data: "data name"
6657     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6658       data: "data msg"
6659   data: "vpp-mrr-results-3n-skx"
6660   filter: "all"
6661   parameters:
6662   - "name"
6663   - "parent"
6664   - "msg"
6665
6666 # Detailed Test Results - VPP MRR Results 2n-skx
6667 - type: "table"
6668   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6669   algorithm: "table_merged_details"
6670   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6671   columns:
6672     - title: " |prein| Test Name |preout| "
6673       data: "data name"
6674     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6675       data: "data msg"
6676   data: "vpp-mrr-results-2n-skx"
6677   filter: "all"
6678   parameters:
6679   - "name"
6680   - "parent"
6681   - "msg"
6682
6683 # Detailed Test Results - VPP MRR Results 2n-clx
6684 - type: "table"
6685   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6686   algorithm: "table_merged_details"
6687   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6688   columns:
6689     - title: " |prein| Test Name |preout| "
6690       data: "data name"
6691     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6692       data: "data msg"
6693   data: "vpp-mrr-results-2n-clx"
6694   filter: "all"
6695   parameters:
6696   - "name"
6697   - "parent"
6698   - "msg"
6699
6700 # Detailed Test Results - VPP MRR Results 3n-tsh
6701 - type: "table"
6702   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6703   algorithm: "table_merged_details"
6704   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6705   columns:
6706     - title: " |prein| Test Name |preout| "
6707       data: "data name"
6708     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6709       data: "data msg"
6710   data: "vpp-mrr-results-3n-tsh"
6711   filter: "all"
6712   parameters:
6713   - "name"
6714   - "parent"
6715   - "msg"
6716
6717 # Detailed Test Results - VPP MRR Results 3n-dnv
6718 - type: "table"
6719   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6720   algorithm: "table_merged_details"
6721   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6722   columns:
6723     - title: " |prein| Test Name |preout| "
6724       data: "data name"
6725     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6726       data: "data msg"
6727   data: "vpp-mrr-results-3n-dnv"
6728   filter: "all"
6729   parameters:
6730   - "name"
6731   - "parent"
6732   - "msg"
6733
6734 # Detailed Test Results - VPP MRR Results 2n-dnv
6735 - type: "table"
6736   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6737   algorithm: "table_merged_details"
6738   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6739   columns:
6740     - title: " |prein| Test Name |preout| "
6741       data: "data name"
6742     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6743       data: "data msg"
6744   data: "vpp-mrr-results-2n-dnv"
6745   filter: "all"
6746   parameters:
6747   - "name"
6748   - "parent"
6749   - "msg"
6750
6751 # Test configuration - VPP MRR Test Configs 3n-hsw
6752 - type: "table"
6753   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6754   algorithm: "table_merged_details"
6755   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6756   columns:
6757     - title: " |prein| Test Name |preout| "
6758       data: "data name"
6759     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6760       data: "data conf-history"
6761   data: "vpp-mrr-results-3n-hsw"
6762   filter: "all"
6763   parameters:
6764   - "parent"
6765   - "name"
6766   - "conf-history"
6767
6768 # Test configuration - VPP MRR Test Configs 3n-skx
6769 - type: "table"
6770   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6771   algorithm: "table_merged_details"
6772   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6773   columns:
6774     - title: " |prein| Test Name |preout| "
6775       data: "data name"
6776     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6777       data: "data conf-history"
6778   data: "vpp-mrr-results-3n-skx"
6779   filter: "all"
6780   parameters:
6781   - "parent"
6782   - "name"
6783   - "conf-history"
6784
6785 # Test configuration - VPP MRR Test Configs 2n-skx
6786 - type: "table"
6787   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6788   algorithm: "table_merged_details"
6789   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6790   columns:
6791     - title: " |prein| Test Name |preout| "
6792       data: "data name"
6793     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6794       data: "data conf-history"
6795   data: "vpp-mrr-results-2n-skx"
6796   filter: "all"
6797   parameters:
6798   - "parent"
6799   - "name"
6800   - "conf-history"
6801
6802 # Test configuration - VPP MRR Test Configs 2n-clx
6803 - type: "table"
6804   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6805   algorithm: "table_merged_details"
6806   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6807   columns:
6808     - title: " |prein| Test Name |preout| "
6809       data: "data name"
6810     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6811       data: "data conf-history"
6812   data: "vpp-mrr-results-2n-clx"
6813   filter: "all"
6814   parameters:
6815   - "parent"
6816   - "name"
6817   - "conf-history"
6818
6819 # Test configuration - VPP MRR Test Configs 3n-tsh
6820 - type: "table"
6821   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6822   algorithm: "table_merged_details"
6823   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6824   columns:
6825     - title: " |prein| Test Name |preout| "
6826       data: "data name"
6827     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6828       data: "data conf-history"
6829   data: "vpp-mrr-results-3n-tsh"
6830   filter: "all"
6831   parameters:
6832   - "parent"
6833   - "name"
6834   - "conf-history"
6835
6836 # Test configuration - VPP MRR Test Configs 3n-dnv
6837 - type: "table"
6838   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6839   algorithm: "table_merged_details"
6840   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6841   columns:
6842     - title: " |prein| Test Name |preout| "
6843       data: "data name"
6844     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6845       data: "data conf-history"
6846   data: "vpp-mrr-results-3n-dnv"
6847   filter: "all"
6848   parameters:
6849   - "parent"
6850   - "name"
6851   - "conf-history"
6852
6853 # Test configuration - VPP MRR Test Configs 2n-dnv
6854 - type: "table"
6855   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6856   algorithm: "table_merged_details"
6857   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6858   columns:
6859     - title: " |prein| Test Name |preout| "
6860       data: "data name"
6861     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6862       data: "data conf-history"
6863   data: "vpp-mrr-results-2n-dnv"
6864   filter: "all"
6865   parameters:
6866   - "parent"
6867   - "name"
6868   - "conf-history"
6869
6870 # Detailed Test Results - VPP Device Results - Ubuntu
6871 - type: "table"
6872   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6873   algorithm: "table_merged_details"
6874   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6875   columns:
6876     - title: " |prein| Test Name |preout| "
6877       data: "data name"
6878     - title: " |prein| Status |preout| "
6879       data: "data status"
6880   data: "vpp-device-results-ubuntu"
6881   filter: "all"
6882   parameters:
6883   - "name"
6884   - "parent"
6885   - "doc"
6886   - "status"
6887
6888 # Test configuration - VPP Device Test Configs - Ubuntu
6889 - type: "table"
6890   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6891   algorithm: "table_merged_details"
6892   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6893   columns:
6894     - title: " |prein| Test Name |preout| "
6895       data: "data name"
6896     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6897       data: "data conf-history"
6898   data: "vpp-device-results-ubuntu"
6899   filter: "all"
6900   parameters:
6901   - "parent"
6902   - "name"
6903   - "conf-history"
6904
6905 ################################################################################
6906
6907 # DPDK Performance Changes 3n-hsw 1t1c pdr
6908 - type: "table"
6909   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6910   algorithm: "table_comparison"
6911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6913   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6914   columns:
6915     - title: "1908"
6916       data-set: "dpdk-performance-changes-3n-hsw-h1"
6917     - title: "2001"
6918       data-set: "dpdk-performance-changes-3n-hsw-ref"
6919     - title: "2005"
6920       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6921   comparisons:
6922     - title: "Diff"
6923       reference: 2
6924       compare: 3
6925   legend:
6926     - ""
6927     - "1908, 2001, 2005 - DPDK versions tested."
6928     - "Diff - difference between 2001 and 2005 DPDK version."
6929
6930 # DPDK Performance Changes 3n-hsw 2t2c pdr
6931 - type: "table"
6932   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6933   algorithm: "table_comparison"
6934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6936   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6937   columns:
6938     - title: "1908"
6939       data-set: "dpdk-performance-changes-3n-hsw-h1"
6940     - title: "2001"
6941       data-set: "dpdk-performance-changes-3n-hsw-ref"
6942     - title: "2005"
6943       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6944   comparisons:
6945     - title: "Diff"
6946       reference: 2
6947       compare: 3
6948   legend:
6949     - ""
6950     - "1908, 2001, 2005 - DPDK versions tested."
6951     - "Diff - difference between 2001 and 2005 DPDK version."
6952
6953 # DPDK Performance Changes 3n-hsw 1t1c pdr
6954 - type: "table"
6955   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6956   algorithm: "table_comparison"
6957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6959   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6960   columns:
6961     - title: "1908"
6962       data-set: "dpdk-performance-changes-3n-hsw-h1"
6963     - title: "2001"
6964       data-set: "dpdk-performance-changes-3n-hsw-ref"
6965     - title: "2005"
6966       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6967   comparisons:
6968     - title: "Diff"
6969       reference: 2
6970       compare: 3
6971   legend:
6972     - ""
6973     - "1908, 2001, 2005 - DPDK versions tested."
6974     - "Diff - difference between 2001 and 2005 DPDK version."
6975
6976 # DPDK Performance Changes 3n-hsw 2t2c ndr
6977 - type: "table"
6978   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6979   algorithm: "table_comparison"
6980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6982   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6983   columns:
6984     - title: "1908"
6985       data-set: "dpdk-performance-changes-3n-hsw-h1"
6986     - title: "2001"
6987       data-set: "dpdk-performance-changes-3n-hsw-ref"
6988     - title: "2005"
6989       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6990   comparisons:
6991     - title: "Diff"
6992       reference: 2
6993       compare: 3
6994   legend:
6995     - ""
6996     - "1908, 2001, 2005 - DPDK versions tested."
6997     - "Diff - difference between 2001 and 2005 DPDK version."
6998
6999 # DPDK Performance Changes 3n-skx 2t1c pdr
7000 - type: "table"
7001   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7002   algorithm: "table_comparison"
7003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7005   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7006   columns:
7007     - title: "1908"
7008       data-set: "dpdk-performance-changes-3n-skx-h1"
7009     - title: "2001"
7010       data-set: "dpdk-performance-changes-3n-skx-ref"
7011     - title: "2005"
7012       data-set: "dpdk-performance-changes-3n-skx-cmp"
7013   comparisons:
7014     - title: "Diff"
7015       reference: 2
7016       compare: 3
7017   legend:
7018     - ""
7019     - "1908, 2001, 2005 - DPDK versions tested."
7020     - "Diff - difference between 2001 and 2005 DPDK version."
7021
7022 # DPDK Performance Changes 3n-skx 4t2c pdr
7023 - type: "table"
7024   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7025   algorithm: "table_comparison"
7026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7028   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7029   columns:
7030     - title: "1908"
7031       data-set: "dpdk-performance-changes-3n-skx-h1"
7032     - title: "2001"
7033       data-set: "dpdk-performance-changes-3n-skx-ref"
7034     - title: "2005"
7035       data-set: "dpdk-performance-changes-3n-skx-cmp"
7036   comparisons:
7037     - title: "Diff"
7038       reference: 2
7039       compare: 3
7040   legend:
7041     - ""
7042     - "1908, 2001, 2005 - DPDK versions tested."
7043     - "Diff - difference between 2001 and 2005 DPDK version."
7044
7045 # DPDK Performance Changes 3n-skx 2t1c ndr
7046 - type: "table"
7047   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7048   algorithm: "table_comparison"
7049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7051   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7052   columns:
7053     - title: "1908"
7054       data-set: "dpdk-performance-changes-3n-skx-h1"
7055     - title: "2001"
7056       data-set: "dpdk-performance-changes-3n-skx-ref"
7057     - title: "2005"
7058       data-set: "dpdk-performance-changes-3n-skx-cmp"
7059   comparisons:
7060     - title: "Diff"
7061       reference: 2
7062       compare: 3
7063   legend:
7064     - ""
7065     - "1908, 2001, 2005 - DPDK versions tested."
7066     - "Diff - difference between 2001 and 2005 DPDK version."
7067
7068 # DPDK Performance Changes 3n-skx 4t2c ndr
7069 - type: "table"
7070   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7071   algorithm: "table_comparison"
7072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7074   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7075   columns:
7076     - title: "1908"
7077       data-set: "dpdk-performance-changes-3n-skx-h1"
7078     - title: "2001"
7079       data-set: "dpdk-performance-changes-3n-skx-ref"
7080     - title: "2005"
7081       data-set: "dpdk-performance-changes-3n-skx-cmp"
7082   comparisons:
7083     - title: "Diff"
7084       reference: 2
7085       compare: 3
7086   legend:
7087     - ""
7088     - "1908, 2001, 2005 - DPDK versions tested."
7089     - "Diff - difference between 2001 and 2005 DPDK version."
7090
7091 # DPDK Performance Changes 2n-skx 2t1c pdr
7092 - type: "table"
7093   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7094   algorithm: "table_comparison"
7095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7097   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7098   columns:
7099     - title: "1908"
7100       data-set: "dpdk-performance-changes-2n-skx-h1"
7101     - title: "2001"
7102       data-set: "dpdk-performance-changes-2n-skx-ref"
7103     - title: "2005"
7104       data-set: "dpdk-performance-changes-2n-skx-cmp"
7105   comparisons:
7106     - title: "Diff"
7107       reference: 2
7108       compare: 3
7109   legend:
7110     - ""
7111     - "1908, 2001, 2005 - DPDK versions tested."
7112     - "Diff - difference between 2001 and 2005 DPDK version."
7113
7114 # DPDK Performance Changes 2n-skx 4t2c pdr
7115 - type: "table"
7116   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7121   columns:
7122     - title: "1908"
7123       data-set: "dpdk-performance-changes-2n-skx-h1"
7124     - title: "2001"
7125       data-set: "dpdk-performance-changes-2n-skx-ref"
7126     - title: "2005"
7127       data-set: "dpdk-performance-changes-2n-skx-cmp"
7128   comparisons:
7129     - title: "Diff"
7130       reference: 2
7131       compare: 3
7132   legend:
7133     - ""
7134     - "1908, 2001, 2005 - DPDK versions tested."
7135     - "Diff - difference between 2001 and 2005 DPDK version."
7136
7137 # DPDK Performance Changes 2n-skx 2t1c ndr
7138 - type: "table"
7139   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7140   algorithm: "table_comparison"
7141   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7143   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7144   columns:
7145     - title: "1908"
7146       data-set: "dpdk-performance-changes-2n-skx-h1"
7147     - title: "2001"
7148       data-set: "dpdk-performance-changes-2n-skx-ref"
7149     - title: "2005"
7150       data-set: "dpdk-performance-changes-2n-skx-cmp"
7151   comparisons:
7152     - title: "Diff"
7153       reference: 2
7154       compare: 3
7155   legend:
7156     - ""
7157     - "1908, 2001, 2005 - DPDK versions tested."
7158     - "Diff - difference between 2001 and 2005 DPDK version."
7159
7160 # DPDK Performance Changes 2n-skx 4t2c ndr
7161 - type: "table"
7162   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7163   algorithm: "table_comparison"
7164   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7167   columns:
7168     - title: "1908"
7169       data-set: "dpdk-performance-changes-2n-skx-h1"
7170     - title: "2001"
7171       data-set: "dpdk-performance-changes-2n-skx-ref"
7172     - title: "2005"
7173       data-set: "dpdk-performance-changes-2n-skx-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 2
7177       compare: 3
7178   legend:
7179     - ""
7180     - "1908, 2001, 2005 - DPDK versions tested."
7181     - "Diff - difference between 2001 and 2005 DPDK version."
7182
7183 # DPDK Performance Changes 2n-clx 2t1c pdr
7184 - type: "table"
7185   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "2001"
7192       data-set: "dpdk-performance-changes-2n-clx-ref"
7193     - title: "2005"
7194       data-set: "dpdk-performance-changes-2n-clx-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "2001, 2005 - DPDK versions tested."
7202     - "Diff - difference between 2001 and 2005 DPDK version."
7203
7204 # DPDK Performance Changes 2n-clx 4t2c pdr
7205 - type: "table"
7206   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7207   algorithm: "table_comparison"
7208   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7210   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7211   columns:
7212     - title: "2001"
7213       data-set: "dpdk-performance-changes-2n-clx-ref"
7214     - title: "2005"
7215       data-set: "dpdk-performance-changes-2n-clx-cmp"
7216   comparisons:
7217     - title: "Diff"
7218       reference: 1
7219       compare: 2
7220   legend:
7221     - ""
7222     - "2001, 2005 - DPDK versions tested."
7223     - "Diff - difference between 2001 and 2005 DPDK version."
7224
7225 # DPDK Performance Changes 2n-clx 2t1c ndr
7226 - type: "table"
7227   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7228   algorithm: "table_comparison"
7229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7231   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7232   columns:
7233     - title: "2001"
7234       data-set: "dpdk-performance-changes-2n-clx-ref"
7235     - title: "2005"
7236       data-set: "dpdk-performance-changes-2n-clx-cmp"
7237   comparisons:
7238     - title: "Diff"
7239       reference: 1
7240       compare: 2
7241   legend:
7242     - ""
7243     - "2001, 2005 - DPDK versions tested."
7244     - "Diff - difference between 2001 and 2005 DPDK version."
7245
7246 # DPDK Performance Changes 2n-clx 4t2c ndr
7247 - type: "table"
7248   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7249   algorithm: "table_comparison"
7250   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7252   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7253   columns:
7254     - title: "2001"
7255       data-set: "dpdk-performance-changes-2n-clx-ref"
7256     - title: "2005"
7257       data-set: "dpdk-performance-changes-2n-clx-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 1
7261       compare: 2
7262   legend:
7263     - ""
7264     - "2001, 2005 - DPDK versions tested."
7265     - "Diff - difference between 2001 and 2005 DPDK version."
7266
7267 # DPDK Performance Changes 2n-dnv 1t1c pdr
7268 - type: "table"
7269   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7270   algorithm: "table_comparison"
7271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7273   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7274   columns:
7275     - title: "2001"
7276       data-set: "dpdk-performance-changes-2n-dnv-ref"
7277     - title: "2005"
7278       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7279   comparisons:
7280     - title: "Diff"
7281       reference: 1
7282       compare: 2
7283   legend:
7284     - ""
7285     - "2001, 2005 - DPDK versions tested."
7286     - "Diff - difference between 2001 and 2005 DPDK version."
7287
7288 # DPDK Performance Changes 2n-dnv 2t2c pdr
7289 - type: "table"
7290   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7291   algorithm: "table_comparison"
7292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7295   columns:
7296     - title: "2001"
7297       data-set: "dpdk-performance-changes-2n-dnv-ref"
7298     - title: "2005"
7299       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7300   comparisons:
7301     - title: "Diff"
7302       reference: 1
7303       compare: 2
7304   legend:
7305     - ""
7306     - "2001, 2005 - DPDK versions tested."
7307     - "Diff - difference between 2001 and 2005 DPDK version."
7308
7309 # DPDK Performance Changes 2n-dnv 1t1c ndr
7310 - type: "table"
7311   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7312   algorithm: "table_comparison"
7313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7315   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7316   columns:
7317     - title: "2001"
7318       data-set: "dpdk-performance-changes-2n-dnv-ref"
7319     - title: "2005"
7320       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7321   comparisons:
7322     - title: "Diff"
7323       reference: 1
7324       compare: 2
7325   legend:
7326     - ""
7327     - "2001, 2005 - DPDK versions tested."
7328     - "Diff - difference between 2001 and 2005 DPDK version."
7329
7330 # DPDK Performance Changes 2n-dnv 2t2c ndr
7331 - type: "table"
7332   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7333   algorithm: "table_comparison"
7334   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7336   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7337   columns:
7338     - title: "2001"
7339       data-set: "dpdk-performance-changes-2n-dnv-ref"
7340     - title: "2005"
7341       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7342   comparisons:
7343     - title: "Diff"
7344       reference: 1
7345       compare: 2
7346   legend:
7347     - ""
7348     - "2001, 2005 - DPDK versions tested."
7349     - "Diff - difference between 2001 and 2005 DPDK version."
7350
7351 # DPDK Performance Changes 3n-dnv 1t1c pdr
7352 - type: "table"
7353   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7354   algorithm: "table_comparison"
7355   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7357   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7358   columns:
7359     - title: "2001"
7360       data-set: "dpdk-performance-changes-3n-dnv-ref"
7361     - title: "2005"
7362       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7363   comparisons:
7364     - title: "Diff"
7365       reference: 1
7366       compare: 2
7367   legend:
7368     - ""
7369     - "2001, 2005 - DPDK versions tested."
7370     - "Diff - difference between 2001 and 2005 DPDK version."
7371
7372 # DPDK Performance Changes 3n-dnv 2t2c pdr
7373 - type: "table"
7374   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7375   algorithm: "table_comparison"
7376   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7378   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7379   columns:
7380     - title: "2001"
7381       data-set: "dpdk-performance-changes-3n-dnv-ref"
7382     - title: "2005"
7383       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7384   comparisons:
7385     - title: "Diff"
7386       reference: 1
7387       compare: 2
7388   legend:
7389     - ""
7390     - "2001, 2005 - DPDK versions tested."
7391     - "Diff - difference between 2001 and 2005 DPDK version."
7392
7393 # DPDK Performance Changes 3n-dnv 1t1c ndr
7394 - type: "table"
7395   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7396   algorithm: "table_comparison"
7397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7399   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7400   columns:
7401     - title: "2001"
7402       data-set: "dpdk-performance-changes-3n-dnv-ref"
7403     - title: "2005"
7404       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7405   comparisons:
7406     - title: "Diff"
7407       reference: 1
7408       compare: 2
7409   legend:
7410     - ""
7411     - "2001, 2005 - DPDK versions tested."
7412     - "Diff - difference between 2001 and 2005 DPDK version."
7413
7414 # DPDK Performance Changes 3n-dnv 2t2c ndr
7415 - type: "table"
7416   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7417   algorithm: "table_comparison"
7418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7420   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7421   columns:
7422     - title: "2001"
7423       data-set: "dpdk-performance-changes-3n-dnv-ref"
7424     - title: "2005"
7425       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7426   comparisons:
7427     - title: "Diff"
7428       reference: 1
7429       compare: 2
7430   legend:
7431     - ""
7432     - "2001, 2005 - DPDK versions tested."
7433     - "Diff - difference between 2001 and 2005 DPDK version."
7434
7435 # DPDK Performance Changes 3n-tsh 1t1c pdr
7436 - type: "table"
7437   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7438   algorithm: "table_comparison"
7439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7441   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7442   columns:
7443     - title: "2001"
7444       data-set: "dpdk-performance-changes-3n-tsh-ref"
7445     - title: "2005"
7446       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7447   comparisons:
7448     - title: "Diff"
7449       reference: 1
7450       compare: 2
7451   legend:
7452     - ""
7453     - "2001, 2005 - DPDK versions tested."
7454     - "Diff - difference between 2001 and 2005 DPDK version."
7455
7456 # DPDK Performance Changes 3n-tsh 2t2c pdr
7457 - type: "table"
7458   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7459   algorithm: "table_comparison"
7460   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7462   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7463   columns:
7464     - title: "2001"
7465       data-set: "dpdk-performance-changes-3n-tsh-ref"
7466     - title: "2005"
7467       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7468   comparisons:
7469     - title: "Diff"
7470       reference: 1
7471       compare: 2
7472   legend:
7473     - ""
7474     - "2001, 2005 - DPDK versions tested."
7475     - "Diff - difference between 2001 and 2005 DPDK version."
7476
7477 # DPDK Performance Changes 3n-tsh 1t1c ndr
7478 - type: "table"
7479   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7480   algorithm: "table_comparison"
7481   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7483   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7484   columns:
7485     - title: "2001"
7486       data-set: "dpdk-performance-changes-3n-tsh-ref"
7487     - title: "2005"
7488       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7489   comparisons:
7490     - title: "Diff"
7491       reference: 1
7492       compare: 2
7493   legend:
7494     - ""
7495     - "2001, 2005 - DPDK versions tested."
7496     - "Diff - difference between 2001 and 2005 DPDK version."
7497
7498 # DPDK Performance Changes 3n-tsh 2t2c ndr
7499 - type: "table"
7500   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7501   algorithm: "table_comparison"
7502   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7504   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7505   columns:
7506     - title: "2001"
7507       data-set: "dpdk-performance-changes-3n-tsh-ref"
7508     - title: "2005"
7509       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7510   comparisons:
7511     - title: "Diff"
7512       reference: 1
7513       compare: 2
7514   legend:
7515     - ""
7516     - "2001, 2005 - DPDK versions tested."
7517     - "Diff - difference between 2001 and 2005 DPDK version."
7518
7519 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7520 - type: "table"
7521   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7522   algorithm: "table_comparison"
7523   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7525   filter: "'NIC_Intel-X710'"
7526   columns:
7527     - title: "3n-hsw x710"
7528       data-set: "dpdk-compare-testbeds-ref"
7529     - title: "3n-skx x710"
7530       data-set: "dpdk-compare-testbeds-cmp"
7531   comparisons:
7532     - title: "Diff"
7533       reference: 1
7534       compare: 2
7535   legend:
7536     - ""
7537     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7538     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7539
7540 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7541 - type: "table"
7542   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7543   algorithm: "table_comparison"
7544   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7546   filter: "'NIC_Intel-X710'"
7547   columns:
7548     - title: "3n-hsw x710"
7549       data-set: "dpdk-compare-testbeds-ref"
7550     - title: "3n-skx x710"
7551       data-set: "dpdk-compare-testbeds-cmp"
7552   comparisons:
7553     - title: "Diff"
7554       reference: 1
7555       compare: 2
7556   legend:
7557     - ""
7558     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7559     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7560
7561 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7562 - type: "table"
7563   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7564   algorithm: "table_comparison"
7565   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7567   filter: "'NIC_Intel-XXV710'"
7568   columns:
7569     - title: "2n-skx"
7570       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7571     - title: "2n-clx"
7572       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7573   comparisons:
7574     - title: "Diff"
7575       reference: 1
7576       compare: 2
7577   legend:
7578     - ""
7579     - "2n-skx, 2n-clx - testbeds and NICs tested."
7580     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7581
7582 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7583 - type: "table"
7584   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7585   algorithm: "table_comparison"
7586   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7588   filter: "'NIC_Intel-XXV710'"
7589   columns:
7590     - title: "2n-skx"
7591       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7592     - title: "2n-clx"
7593       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7594   comparisons:
7595     - title: "Diff"
7596       reference: 1
7597       compare: 2
7598   legend:
7599     - ""
7600     - "2n-skx, 2n-clx - testbeds and NICs tested."
7601     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7602
7603 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7604 - type: "table"
7605   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7606   algorithm: "table_comparison"
7607   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7609   filter: "'NIC_Intel-XXV710'"
7610   columns:
7611     - title: "3n-skx"
7612       data-set: "dpdk-compare-topologies-ref"
7613     - title: "2n-skx"
7614       data-set: "dpdk-compare-topologies-cmp"
7615   comparisons:
7616     - title: "Diff"
7617       reference: 1
7618       compare: 2
7619   legend:
7620     - ""
7621     - "3n-skx, 2n-skx - topologies tested."
7622     - "Diff - difference between 3n-skx and 2n-skx topologies."
7623
7624 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7625 - type: "table"
7626   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7627   algorithm: "table_comparison"
7628   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7630   filter: "'NIC_Intel-XXV710'"
7631   columns:
7632     - title: "3n-skx"
7633       data-set: "dpdk-compare-topologies-ref"
7634     - title: "2n-skx"
7635       data-set: "dpdk-compare-topologies-cmp"
7636   comparisons:
7637     - title: "Diff"
7638       reference: 1
7639       compare: 2
7640   legend:
7641     - ""
7642     - "3n-skx, 2n-skx - topologies tested."
7643     - "Diff - difference between 3n-skx and 2n-skx topologies."
7644
7645 # Detailed Test Results - DPDK Performance Results 3n-hsw
7646 - type: "table"
7647   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7648   algorithm: "table_merged_details"
7649   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7650   columns:
7651     - title: " |prein| Test Name |preout| "
7652       data: "data name"
7653     - 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| "
7654       data: "data msg"
7655   data: "dpdk-perf-results-3n-hsw"
7656   filter: "all"
7657   parameters:
7658   - "name"
7659   - "parent"
7660   - "msg"
7661
7662 # Detailed Test Results - DPDK Performance Results 3n-skx
7663 - type: "table"
7664   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7665   algorithm: "table_merged_details"
7666   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7667   columns:
7668     - title: " |prein| Test Name |preout| "
7669       data: "data name"
7670     - 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| "
7671       data: "data msg"
7672   data: "dpdk-perf-results-3n-skx"
7673   filter: "all"
7674   remove-ndr: False
7675   parameters:
7676   - "name"
7677   - "parent"
7678   - "msg"
7679
7680 # Detailed Test Results - DPDK Performance Results 2n-skx
7681 - type: "table"
7682   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7683   algorithm: "table_merged_details"
7684   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7685   columns:
7686     - title: " |prein| Test Name |preout| "
7687       data: "data name"
7688     - 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| "
7689       data: "data msg"
7690   data: "dpdk-perf-results-2n-skx"
7691   filter: "all"
7692   remove-ndr: False
7693   parameters:
7694   - "name"
7695   - "parent"
7696   - "msg"
7697
7698 # Detailed Test Results - DPDK Performance Results 2n-clx
7699 - type: "table"
7700   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7701   algorithm: "table_merged_details"
7702   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7703   columns:
7704     - title: " |prein| Test Name |preout| "
7705       data: "data name"
7706     - 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| "
7707       data: "data msg"
7708   data: "dpdk-perf-results-2n-clx"
7709   filter: "all"
7710   parameters:
7711   - "name"
7712   - "parent"
7713   - "msg"
7714
7715 # Detailed Test Results - DPDK Performance Results 2n-dnv
7716 - type: "table"
7717   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7718   algorithm: "table_merged_details"
7719   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7720   columns:
7721     - title: " |prein| Test Name |preout| "
7722       data: "data name"
7723     - 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| "
7724       data: "data msg"
7725   data: "dpdk-perf-results-2n-dnv"
7726   filter: "all"
7727   parameters:
7728   - "name"
7729   - "parent"
7730   - "msg"
7731
7732 # Detailed Test Results - DPDK Performance Results 3n-dnv
7733 - type: "table"
7734   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7735   algorithm: "table_merged_details"
7736   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7737   columns:
7738     - title: " |prein| Test Name |preout| "
7739       data: "data name"
7740     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7741       data: "data msg"
7742   data: "dpdk-perf-results-3n-dnv"
7743   filter: "all"
7744   parameters:
7745   - "name"
7746   - "parent"
7747   - "msg"
7748
7749 # Detailed Test Results - DPDK Performance Results 3n-tsh
7750 - type: "table"
7751   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7752   algorithm: "table_merged_details"
7753   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7754   columns:
7755     - title: " |prein| Test Name |preout| "
7756       data: "data name"
7757     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7758       data: "data msg"
7759   data: "dpdk-perf-results-3n-tsh"
7760   filter: "all"
7761   parameters:
7762   - "name"
7763   - "parent"
7764   - "msg"
7765
7766 ################################################################################
7767 ###                                F I L E S                                 ###
7768 ################################################################################
7769
7770 # VPP Performance Results
7771 - type: "file"
7772   title: "VPP Performance Results"
7773   algorithm: "file_details_split"
7774   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7775   dir-tables:
7776     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7777     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7778     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7779     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7780     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7781     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7782     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7783   data:
7784     - "vpp-perf-results-2n-skx"
7785     - "vpp-perf-results-3n-skx"
7786     - "vpp-perf-results-2n-clx"
7787     - "vpp-perf-results-3n-hsw"
7788     - "vpp-perf-results-3n-tsh"
7789     - "vpp-perf-results-2n-dnv"
7790     - "vpp-perf-results-3n-dnv"
7791   filter: "all"
7792   data-start-level: 4
7793   order-chapters:
7794     level-1:
7795       - "l2"
7796       - "ip4"
7797       - "ip6"
7798       - "srv6"
7799       - "ip4_tunnels"
7800       - "ip6_tunnels"
7801       - "vm_vhost"
7802       - "container_memif"
7803       - "crypto"
7804       - "vts"
7805       - "lb"
7806       - "nfv_density"
7807       - "hoststack"
7808     level-2:
7809       - "2n-skx"
7810       - "3n-skx"
7811       - "2n-clx"
7812       - "3n-hsw"
7813       - "3n-tsh"
7814       - "2n-dnv"
7815       - "3n-dnv"
7816     level-3:
7817       - "xl710"
7818       - "x520"
7819       - "xxv710"
7820       - "x710"
7821       - "x553"
7822       - "cx556a"
7823       - "vic1227"
7824       - "vic1385"
7825
7826 # VPP Performance Configuration
7827 - type: "file"
7828   title: "VPP Performance Configuration"
7829   algorithm: "file_details_split"
7830   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7831   dir-tables:
7832     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7833     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7834     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7835     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7836     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7837     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7838     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7839   data:
7840     - "vpp-perf-results-2n-skx"
7841     - "vpp-perf-results-3n-skx"
7842     - "vpp-perf-results-2n-clx"
7843     - "vpp-perf-results-3n-hsw"
7844     - "vpp-perf-results-3n-tsh"
7845     - "vpp-perf-results-2n-dnv"
7846     - "vpp-perf-results-3n-dnv"
7847   filter: "all"
7848   data-start-level: 4
7849   order-chapters:
7850     level-1:
7851       - "l2"
7852       - "ip4"
7853       - "ip6"
7854       - "srv6"
7855       - "ip4_tunnels"
7856       - "ip6_tunnels"
7857       - "vm_vhost"
7858       - "container_memif"
7859       - "crypto"
7860       - "vts"
7861       - "lb"
7862       - "nfv_density"
7863       - "hoststack"
7864     level-2:
7865       - "2n-skx"
7866       - "3n-skx"
7867       - "2n-clx"
7868       - "3n-hsw"
7869       - "3n-tsh"
7870       - "2n-dnv"
7871       - "3n-dnv"
7872     level-3:
7873       - "xl710"
7874       - "x520"
7875       - "xxv710"
7876       - "x710"
7877       - "x553"
7878       - "cx556a"
7879       - "vic1227"
7880       - "vic1385"
7881
7882 # VPP Performance Operational
7883 - type: "file"
7884   title: "VPP Performance Operational"
7885   algorithm: "file_details_split_html"
7886   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7887   dir-tables:
7888     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7889     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7890     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7891     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7892     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7893     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7894     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7895   data:
7896     - "vpp-perf-results-2n-skx"
7897     - "vpp-perf-results-3n-skx"
7898     - "vpp-perf-results-2n-clx"
7899     - "vpp-perf-results-3n-hsw"
7900     - "vpp-perf-results-3n-tsh"
7901     - "vpp-perf-results-2n-dnv"
7902     - "vpp-perf-results-3n-dnv"
7903   filter: "all"
7904   data-start-level: 4
7905   order-chapters:
7906     level-1:
7907       - "l2"
7908       - "ip4"
7909       - "ip6"
7910       - "srv6"
7911       - "ip4_tunnels"
7912       - "ip6_tunnels"
7913       - "vm_vhost"
7914       - "container_memif"
7915       - "crypto"
7916       - "vts"
7917       - "lb"
7918       - "nfv_density"
7919       - "hoststack"
7920     level-2:
7921       - "2n-skx"
7922       - "3n-skx"
7923       - "2n-clx"
7924       - "3n-hsw"
7925       - "3n-tsh"
7926       - "2n-dnv"
7927       - "3n-dnv"
7928     level-3:
7929       - "xl710"
7930       - "x520"
7931       - "xxv710"
7932       - "x710"
7933       - "x553"
7934       - "cx556a"
7935       - "vic1227"
7936       - "vic1385"
7937
7938 # VPP MRR Results
7939 - type: "file"
7940   title: "VPP MRR Results"
7941   algorithm: "file_details_split"
7942   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7943   dir-tables:
7944     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7945     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7946     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7947     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7948     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7949     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7950     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7951   data:
7952     - "vpp-mrr-results-2n-skx"
7953     - "vpp-mrr-results-3n-skx"
7954     - "vpp-mrr-results-2n-clx"
7955     - "vpp-mrr-results-3n-hsw"
7956     - "vpp-mrr-results-3n-tsh"
7957     - "vpp-mrr-results-2n-dnv"
7958     - "vpp-mrr-results-3n-dnv"
7959   filter: "all"
7960   data-start-level: 4
7961   order-chapters:
7962     level-1:
7963       - "l2"
7964       - "ip4"
7965       - "ip6"
7966       - "srv6"
7967       - "ip4_tunnels"
7968       - "ip6_tunnels"
7969       - "vm_vhost"
7970       - "container_memif"
7971       - "crypto"
7972       - "vts"
7973       - "lb"
7974       - "nfv_density"
7975       - "hoststack"
7976     level-2:
7977       - "2n-skx"
7978       - "3n-skx"
7979       - "2n-clx"
7980       - "3n-hsw"
7981       - "3n-tsh"
7982       - "2n-dnv"
7983       - "3n-dnv"
7984     level-3:
7985       - "xl710"
7986       - "x520"
7987       - "xxv710"
7988       - "x710"
7989       - "x553"
7990       - "cx556a"
7991       - "vic1227"
7992       - "vic1385"
7993
7994 # VPP MRR Configuration
7995 - type: "file"
7996   title: "VPP MRR Configuration"
7997   algorithm: "file_details_split"
7998   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7999   dir-tables:
8000     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8001     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8002     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8003     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8004     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8005     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8006     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8007   data:
8008     - "vpp-mrr-results-2n-skx"
8009     - "vpp-mrr-results-3n-skx"
8010     - "vpp-mrr-results-2n-clx"
8011     - "vpp-mrr-results-3n-hsw"
8012     - "vpp-mrr-results-3n-tsh"
8013     - "vpp-mrr-results-2n-dnv"
8014     - "vpp-mrr-results-3n-dnv"
8015   filter: "all"
8016   data-start-level: 4
8017   order-chapters:
8018     level-1:
8019       - "l2"
8020       - "ip4"
8021       - "ip6"
8022       - "srv6"
8023       - "ip4_tunnels"
8024       - "ip6_tunnels"
8025       - "vm_vhost"
8026       - "container_memif"
8027       - "crypto"
8028       - "vts"
8029       - "lb"
8030       - "nfv_density"
8031       - "hoststack"
8032     level-2:
8033       - "2n-skx"
8034       - "3n-skx"
8035       - "2n-clx"
8036       - "3n-hsw"
8037       - "3n-tsh"
8038       - "2n-dnv"
8039       - "3n-dnv"
8040     level-3:
8041       - "xl710"
8042       - "x520"
8043       - "xxv710"
8044       - "x710"
8045       - "x553"
8046       - "cx556a"
8047       - "vic1227"
8048       - "vic1385"
8049
8050 # VPP Device Results - Ubuntu
8051 - type: "file"
8052   title: "VPP Device Results - Ubuntu"
8053   algorithm: "file_test_results"
8054   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8055   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8056   data: "vpp-device-results-ubuntu"
8057   filter: "all"
8058   data-start-level: 4
8059
8060 # VPP Device Configuration - Ubuntu
8061 - type: "file"
8062   title: "VPP Device Configuration - Ubuntu"
8063   algorithm: "file_test_results"
8064   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8065   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8066   data: "vpp-device-results-ubuntu"
8067   filter: "all"
8068   data-start-level: 4
8069
8070 # DPDK Performance Results 3n-hsw
8071 - type: "file"
8072   title: "DPDK Performance Results 3n-hsw"
8073   algorithm: "file_test_results"
8074   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8075   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8076   data: "dpdk-perf-results-3n-hsw"
8077   filter: "all"
8078   data-start-level: 4
8079
8080 # DPDK Performance Results 3n-skx
8081 - type: "file"
8082   title: "DPDK Performance Results 3n-skx"
8083   algorithm: "file_test_results"
8084   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8085   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8086   data: "dpdk-perf-results-3n-skx"
8087   filter: "all"
8088   data-start-level: 4
8089
8090 # DPDK Performance Results 2n-skx
8091 - type: "file"
8092   title: "DPDK Performance Results 2n-skx"
8093   algorithm: "file_test_results"
8094   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8095   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8096   data: "dpdk-perf-results-2n-skx"
8097   filter: "all"
8098   data-start-level: 4
8099
8100 # DPDK Performance Results 2n-clx
8101 - type: "file"
8102   title: "DPDK Performance Results 2n-clx"
8103   algorithm: "file_test_results"
8104   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8105   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8106   data: "dpdk-perf-results-2n-clx"
8107   filter: "all"
8108   data-start-level: 4
8109
8110 # DPDK Performance Results 2n-dnv
8111 - type: "file"
8112   title: "DPDK Performance Results 2n-dnv"
8113   algorithm: "file_test_results"
8114   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8115   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8116   data: "dpdk-perf-results-2n-dnv"
8117   filter: "all"
8118   data-start-level: 4
8119
8120 # DPDK Performance Results 3n-dnv
8121 - type: "file"
8122   title: "DPDK Performance Results 3n-dnv"
8123   algorithm: "file_test_results"
8124   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8125   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8126   data: "dpdk-perf-results-3n-dnv"
8127   filter: "all"
8128   data-start-level: 4
8129
8130 # DPDK Performance Results 3n-tsh
8131 - type: "file"
8132   title: "DPDK Performance Results 3n-tsh"
8133   algorithm: "file_test_results"
8134   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8135   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8136   data: "dpdk-perf-results-3n-tsh"
8137   filter: "all"
8138   data-start-level: 4
8139
8140 ################################################################################
8141 ###                                P L O T S                                 ###
8142 ################################################################################
8143
8144 # Hoststack tests 3n-hsw
8145
8146 - type: "plot"
8147   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8148   algorithm: "plot_perf_box_name"
8149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8150   data: "plot-vpp-hoststack-3n-hsw"
8151   include:
8152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8153     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8154   layout:
8155     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8156     layout: "plot-hoststack"
8157
8158 - type: "plot"
8159   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8160   algorithm: "plot_perf_box_name"
8161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8162   data: "plot-vpp-hoststack-3n-hsw"
8163   include:
8164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8166   layout:
8167     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8168     layout: "plot-hoststack"
8169
8170 - type: "plot"
8171   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8172   algorithm: "plot_perf_box_name"
8173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8174   data: "plot-vpp-hoststack-3n-hsw"
8175   include:
8176     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8177     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8178     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8179     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8180   layout:
8181     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8182     layout: "plot-hoststack"
8183
8184 ## Plots VPP HTTP Server Performance
8185 #- type: "plot"
8186 #  title: "VPP HTTP Server Performance"
8187 #  algorithm: "plot_http_server_perf_box"
8188 #  output-file-type: ".html"
8189 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8190 #  data:
8191 #    "plot-vpp-http-server-performance"
8192 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8193 #  parameters:
8194 #  - "result"
8195 #  - "name"
8196 #  traces:
8197 #    hoverinfo: "y+name"
8198 #    boxpoints: "outliers"
8199 #    whiskerwidth: 0
8200 #  layout:
8201 #    title: "VPP HTTP Server Performance"
8202 #    layout:
8203 #      "plot-cps"
8204 #
8205 #- type: "plot"
8206 #  title: "VPP HTTP Server Performance"
8207 #  algorithm: "plot_http_server_perf_box"
8208 #  output-file-type: ".html"
8209 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8210 #  data:
8211 #    "plot-vpp-http-server-performance"
8212 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8213 #  parameters:
8214 #  - "result"
8215 #  - "name"
8216 #  traces:
8217 #    hoverinfo: "y+name"
8218 #    boxpoints: "outliers"
8219 #    whiskerwidth: 0
8220 #  layout:
8221 #    title: "VPP HTTP Server Performance"
8222 #    layout:
8223 #      "plot-rps"
8224
8225 ################################################################################
8226
8227 # Soak Test (PLRsearch), boxes - 2n-clx
8228 - type: "plot"
8229   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8230   algorithm: "plot_perf_box_name"
8231   output-file-type: ".html"
8232   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8233   data: "plot-vpp-soak-2n-clx"
8234   include:
8235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8241   layout:
8242     title: "30 Minutes Soak Test (PLRsearch)"
8243     layout: "plot-soak-throughput"
8244
8245 # Soak Test (PLRsearch), boxes - 2n-clx
8246 - type: "plot"
8247   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8248   algorithm: "plot_perf_box_name"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8251   data: "plot-vpp-soak-2n-clx"
8252   include:
8253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8258     - "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"
8259   layout:
8260     title: "30 Minutes Soak Test (PLRsearch)"
8261     layout: "plot-soak-throughput"
8262
8263 # Soak Test (PLRsearch), boxes - 2n-skx
8264 - type: "plot"
8265   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8266   algorithm: "plot_perf_box_name"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8269   data: "plot-vpp-soak-2n-skx"
8270   include:
8271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8277   layout:
8278     title: "30 Minutes Soak Test (PLRsearch)"
8279     layout: "plot-soak-throughput"
8280
8281 # Soak Test (PLRsearch), boxes - 2n-skx
8282 - type: "plot"
8283   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8284   algorithm: "plot_perf_box_name"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8287   data: "plot-vpp-soak-2n-skx"
8288   include:
8289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8294     - "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"
8295   layout:
8296     title: "30 Minutes Soak Test (PLRsearch)"
8297     layout: "plot-soak-throughput"
8298
8299 ###############################################################################
8300
8301 # Reconf tests 2n-skx
8302
8303 - type: "plot"
8304   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8305   algorithm: "plot_nf_reconf_box_name"
8306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8307   data: "plot-vpp-nfv-reconf-2n-skx"
8308   include:
8309     - "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"
8310     - "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"
8311     - "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"
8312     - "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"
8313     - "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"
8314     - "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"
8315   layout:
8316     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8317     layout: "plot-throughput"
8318
8319 - type: "plot"
8320   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8321   algorithm: "plot_nf_reconf_box_name"
8322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8323   data: "plot-vpp-nfv-reconf-2n-skx"
8324   include:
8325     - "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"
8326     - "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"
8327     - "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"
8328     - "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"
8329     - "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"
8330     - "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"
8331   layout:
8332     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8333     layout: "plot-throughput"
8334
8335 - type: "plot"
8336   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8337   algorithm: "plot_nf_reconf_box_name"
8338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8339   data: "plot-vpp-nfv-reconf-2n-skx"
8340   include:
8341     - "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"
8342     - "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"
8343     - "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"
8344     - "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"
8345     - "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"
8346     - "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"
8347   layout:
8348     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8349     layout: "plot-throughput"
8350
8351 ###############################################################################
8352
8353 # Reconf tests 2n-clx
8354
8355 - type: "plot"
8356   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8357   algorithm: "plot_nf_reconf_box_name"
8358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8359   data: "plot-vpp-nfv-reconf-2n-clx"
8360   include:
8361     - "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"
8362     - "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"
8363     - "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"
8364     - "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"
8365   layout:
8366     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8367     layout: "plot-throughput"
8368
8369 - type: "plot"
8370   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8371   algorithm: "plot_nf_reconf_box_name"
8372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8373   data: "plot-vpp-nfv-reconf-2n-clx"
8374   include:
8375     - "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"
8376     - "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"
8377     - "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"
8378     - "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"
8379   layout:
8380     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8381     layout: "plot-throughput"
8382
8383 - type: "plot"
8384   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8385   algorithm: "plot_nf_reconf_box_name"
8386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8387   data: "plot-vpp-nfv-reconf-2n-clx"
8388   include:
8389     - "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"
8390     - "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"
8391     - "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"
8392     - "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"
8393   layout:
8394     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8395     layout: "plot-throughput"
8396
8397 ###############################################################################
8398
8399 # Plots - NF Density - VSC - MRR IMIX
8400 - type: "plot"
8401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8402   algorithm: "plot_nf_heatmap"
8403   output-file-type: ".html"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8405   data: "plot-vpp-nfv-2n-skx-mrr"
8406   filter: "'NIC_Intel-XXV710' and
8407            'NF_DENSITY' and
8408            'VHOST' and
8409            not 'VXLAN' and
8410            'CHAIN' and
8411            'NF_VPPIP4' and
8412            'IMIX' and
8413            '2T1C' and
8414            'MRR'"
8415   parameters:
8416   - "result"
8417   - "name"
8418   - "tags"
8419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8420   x-axis: "X = VNFs per Service Chain"
8421   y-axis: "Y = Number of Service Chains"
8422   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8423   layout:
8424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8425     layout: "plot-service-density"
8426
8427 - type: "plot"
8428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8429   algorithm: "plot_nf_heatmap"
8430   output-file-type: ".html"
8431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8432   data: "plot-vpp-nfv-2n-skx-mrr"
8433   filter: "'NIC_Intel-XXV710' and
8434            'NF_DENSITY' and
8435            'VHOST' and
8436            not 'VXLAN' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IMIX' and
8440            '4T2C' and
8441            'MRR'"
8442   parameters:
8443   - "result"
8444   - "name"
8445   - "tags"
8446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8447   x-axis: "X = VNFs per Service Chain"
8448   y-axis: "Y = Number of Service Chains"
8449   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8450   layout:
8451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8452     layout: "plot-service-density"
8453
8454 - type: "plot"
8455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8456   algorithm: "plot_nf_heatmap"
8457   output-file-type: ".html"
8458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8459   data: "plot-vpp-nfv-2n-skx-mrr"
8460   filter: "'NIC_Intel-XXV710' and
8461            'NF_DENSITY' and
8462            'VHOST' and
8463            not 'VXLAN' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IMIX' and
8467            '8T4C' and
8468            'MRR'"
8469   parameters:
8470   - "result"
8471   - "name"
8472   - "tags"
8473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = VNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8479     layout: "plot-service-density"
8480
8481 # Plots - NF Density - VSC - NDR IMIX
8482 - type: "plot"
8483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8484   algorithm: "plot_nf_heatmap"
8485   output-file-type: ".html"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8487   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'VHOST' and
8491            not 'VXLAN' and
8492            'CHAIN' and
8493            'NF_VPPIP4' and
8494            'IMIX' and
8495            '2T1C' and
8496            'NDRPDR'"
8497   parameters:
8498   - "throughput"
8499   - "name"
8500   - "tags"
8501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8502   x-axis: "X = VNFs per Service Chain"
8503   y-axis: "Y = Number of Service Chains"
8504   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8505   layout:
8506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8507     layout: "plot-service-density"
8508
8509 - type: "plot"
8510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8511   algorithm: "plot_nf_heatmap"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8514   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'VHOST' and
8518            not 'VXLAN' and
8519            'CHAIN' and
8520            'NF_VPPIP4' and
8521            'IMIX' and
8522            '4T2C' and
8523            'NDRPDR'"
8524   parameters:
8525   - "throughput"
8526   - "name"
8527   - "tags"
8528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8529   x-axis: "X = VNFs per Service Chain"
8530   y-axis: "Y = Number of Service Chains"
8531   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8532   layout:
8533     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8534     layout: "plot-service-density"
8535
8536 - type: "plot"
8537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8538   algorithm: "plot_nf_heatmap"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8541   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'VHOST' and
8545            not 'VXLAN' and
8546            'CHAIN' and
8547            'NF_VPPIP4' and
8548            'IMIX' and
8549            '8T4C' and
8550            'NDRPDR'"
8551   parameters:
8552   - "throughput"
8553   - "name"
8554   - "tags"
8555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8556   x-axis: "X = VNFs per Service Chain"
8557   y-axis: "Y = Number of Service Chains"
8558   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8559   layout:
8560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8561     layout: "plot-service-density"
8562
8563 # Plots - NF Density - VSC - PDR IMIX
8564 - type: "plot"
8565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8566   algorithm: "plot_nf_heatmap"
8567   output-file-type: ".html"
8568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8569   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8570   filter: "'NIC_Intel-XXV710' and
8571            'NF_DENSITY' and
8572            'VHOST' and
8573            not 'VXLAN' and
8574            'CHAIN' and
8575            'NF_VPPIP4' and
8576            'IMIX' and
8577            '2T1C' and
8578            'NDRPDR'"
8579   parameters:
8580   - "throughput"
8581   - "name"
8582   - "tags"
8583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8584   x-axis: "X = VNFs per Service Chain"
8585   y-axis: "Y = Number of Service Chains"
8586   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8587   layout:
8588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8589     layout: "plot-service-density"
8590
8591 - type: "plot"
8592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8593   algorithm: "plot_nf_heatmap"
8594   output-file-type: ".html"
8595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8596   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8597   filter: "'NIC_Intel-XXV710' and
8598            'NF_DENSITY' and
8599            'VHOST' and
8600            not 'VXLAN' and
8601            'CHAIN' and
8602            'NF_VPPIP4' and
8603            'IMIX' and
8604            '4T2C' and
8605            'NDRPDR'"
8606   parameters:
8607   - "throughput"
8608   - "name"
8609   - "tags"
8610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8611   x-axis: "X = VNFs per Service Chain"
8612   y-axis: "Y = Number of Service Chains"
8613   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8614   layout:
8615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8616     layout: "plot-service-density"
8617
8618 - type: "plot"
8619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8620   algorithm: "plot_nf_heatmap"
8621   output-file-type: ".html"
8622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8623   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8624   filter: "'NIC_Intel-XXV710' and
8625            'NF_DENSITY' and
8626            'VHOST' and
8627            not 'VXLAN' and
8628            'CHAIN' and
8629            'NF_VPPIP4' and
8630            'IMIX' and
8631            '8T4C' and
8632            'NDRPDR'"
8633   parameters:
8634   - "throughput"
8635   - "name"
8636   - "tags"
8637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8638   x-axis: "X = VNFs per Service Chain"
8639   y-axis: "Y = Number of Service Chains"
8640   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8641   layout:
8642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8643     layout: "plot-service-density"
8644
8645 ###############################################################################
8646
8647 # Plots - NF Density - VSC - MRR IMIX
8648 - type: "plot"
8649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8650   algorithm: "plot_nf_heatmap"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8653   data: "plot-vpp-nfv-2n-skx-mrr"
8654   filter: "'NIC_Intel-XXV710' and
8655            'NF_DENSITY' and
8656            'VHOST' and
8657            'VXLAN' and
8658            'CHAIN' and
8659            'IMIX' and
8660            '2T1C' and
8661            'MRR'"
8662   parameters:
8663   - "result"
8664   - "name"
8665   - "tags"
8666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8667   x-axis: "X = VNFs per Service Chain"
8668   y-axis: "Y = Number of Service Chains"
8669   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8670   layout:
8671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8672     layout: "plot-service-density"
8673
8674 - type: "plot"
8675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8676   algorithm: "plot_nf_heatmap"
8677   output-file-type: ".html"
8678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8679   data: "plot-vpp-nfv-2n-skx-mrr"
8680   filter: "'NIC_Intel-XXV710' and
8681            'NF_DENSITY' and
8682            'VHOST' and
8683            'VXLAN' and
8684            'CHAIN' and
8685            'IMIX' and
8686            '4T2C' and
8687            'MRR'"
8688   parameters:
8689   - "result"
8690   - "name"
8691   - "tags"
8692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = VNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8698     layout: "plot-service-density"
8699
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8705   data: "plot-vpp-nfv-2n-skx-mrr"
8706   filter: "'NIC_Intel-XXV710' and
8707            'NF_DENSITY' and
8708            'VHOST' and
8709            'VXLAN' and
8710            'CHAIN' and
8711            'IMIX' and
8712            '8T4C' and
8713            'MRR'"
8714   parameters:
8715   - "result"
8716   - "name"
8717   - "tags"
8718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = VNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8724     layout: "plot-service-density"
8725
8726 # Plots - NF Density - VSC - NDR IMIX
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file-type: ".html"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8732   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8733   filter: "'NIC_Intel-XXV710' and
8734            'NF_DENSITY' and
8735            'VHOST' and
8736            'VXLAN' and
8737            'CHAIN' and
8738            'IMIX' and
8739            '2T1C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = VNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8751     layout: "plot-service-density"
8752
8753 - type: "plot"
8754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8755   algorithm: "plot_nf_heatmap"
8756   output-file-type: ".html"
8757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8758   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8759   filter: "'NIC_Intel-XXV710' and
8760            'NF_DENSITY' and
8761            'VHOST' and
8762            'VXLAN' and
8763            'CHAIN' and
8764            'IMIX' and
8765            '4T2C' and
8766            'NDRPDR'"
8767   parameters:
8768   - "throughput"
8769   - "name"
8770   - "tags"
8771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8772   x-axis: "X = VNFs per Service Chain"
8773   y-axis: "Y = Number of Service Chains"
8774   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8775   layout:
8776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8777     layout: "plot-service-density"
8778
8779 - type: "plot"
8780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8781   algorithm: "plot_nf_heatmap"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8784   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8785   filter: "'NIC_Intel-XXV710' and
8786            'NF_DENSITY' and
8787            'VHOST' and
8788            'VXLAN' and
8789            'CHAIN' and
8790            'IMIX' and
8791            '8T4C' and
8792            'NDRPDR'"
8793   parameters:
8794   - "throughput"
8795   - "name"
8796   - "tags"
8797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8798   x-axis: "X = VNFs per Service Chain"
8799   y-axis: "Y = Number of Service Chains"
8800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8801   layout:
8802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8803     layout: "plot-service-density"
8804
8805 # Plots - NF Density - VSC - PDR IMIX
8806 - type: "plot"
8807   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8808   algorithm: "plot_nf_heatmap"
8809   output-file-type: ".html"
8810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8811   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8812   filter: "'NIC_Intel-XXV710' and
8813            'NF_DENSITY' and
8814            'VHOST' and
8815            'VXLAN' and
8816            'CHAIN' and
8817            'IMIX' and
8818            '2T1C' and
8819            'NDRPDR'"
8820   parameters:
8821   - "throughput"
8822   - "name"
8823   - "tags"
8824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8825   x-axis: "X = VNFs per Service Chain"
8826   y-axis: "Y = Number of Service Chains"
8827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8828   layout:
8829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8830     layout: "plot-service-density"
8831
8832 - type: "plot"
8833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8834   algorithm: "plot_nf_heatmap"
8835   output-file-type: ".html"
8836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8837   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8838   filter: "'NIC_Intel-XXV710' and
8839            'NF_DENSITY' and
8840            'VHOST' and
8841            'VXLAN' and
8842            'CHAIN' and
8843            'IMIX' and
8844            '4T2C' and
8845            'NDRPDR'"
8846   parameters:
8847   - "throughput"
8848   - "name"
8849   - "tags"
8850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8851   x-axis: "X = VNFs per Service Chain"
8852   y-axis: "Y = Number of Service Chains"
8853   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8854   layout:
8855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8856     layout: "plot-service-density"
8857
8858 - type: "plot"
8859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8860   algorithm: "plot_nf_heatmap"
8861   output-file-type: ".html"
8862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8863   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8864   filter: "'NIC_Intel-XXV710' and
8865            'NF_DENSITY' and
8866            'VHOST' and
8867            'VXLAN' and
8868            'CHAIN' and
8869            'IMIX' and
8870            '8T4C' and
8871            'NDRPDR'"
8872   parameters:
8873   - "throughput"
8874   - "name"
8875   - "tags"
8876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8877   x-axis: "X = VNFs per Service Chain"
8878   y-axis: "Y = Number of Service Chains"
8879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8880   layout:
8881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8882     layout: "plot-service-density"
8883
8884 ###############################################################################
8885
8886 # Plots - NF Density - CSC - MRR IMIX
8887 - type: "plot"
8888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8889   algorithm: "plot_nf_heatmap"
8890   output-file-type: ".html"
8891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8892   data: "plot-vpp-nfv-2n-skx-mrr"
8893   filter: "'NIC_Intel-XXV710' and
8894            'NF_DENSITY' and
8895            'DOCKER' and
8896            'CHAIN' and
8897            'NF_VPPIP4' and
8898            'IMIX' and
8899            '2T1C' and
8900            'MRR'"
8901   parameters:
8902   - "result"
8903   - "name"
8904   - "tags"
8905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8906   x-axis: "X = CNFs per Service Chain"
8907   y-axis: "Y = Number of Service Chains"
8908   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8909   layout:
8910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8911     layout: "plot-service-density"
8912
8913 - type: "plot"
8914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8915   algorithm: "plot_nf_heatmap"
8916   output-file-type: ".html"
8917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8918   data: "plot-vpp-nfv-2n-skx-mrr"
8919   filter: "'NIC_Intel-XXV710' and
8920            'NF_DENSITY' and
8921            'DOCKER' and
8922            'CHAIN' and
8923            'NF_VPPIP4' and
8924            'IMIX' and
8925            '4T2C' and
8926            'MRR'"
8927   parameters:
8928   - "result"
8929   - "name"
8930   - "tags"
8931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8932   x-axis: "X = CNFs per Service Chain"
8933   y-axis: "Y = Number of Service Chains"
8934   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8935   layout:
8936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8937     layout: "plot-service-density"
8938
8939 - type: "plot"
8940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8941   algorithm: "plot_nf_heatmap"
8942   output-file-type: ".html"
8943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8944   data: "plot-vpp-nfv-2n-skx-mrr"
8945   filter: "'NIC_Intel-XXV710' and
8946            'NF_DENSITY' and
8947            'DOCKER' and
8948            'CHAIN' and
8949            'NF_VPPIP4' and
8950            'IMIX' and
8951            '8T4C' and
8952            'MRR'"
8953   parameters:
8954   - "result"
8955   - "name"
8956   - "tags"
8957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8958   x-axis: "X = CNFs per Service Chain"
8959   y-axis: "Y = Number of Service Chains"
8960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8961   layout:
8962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8963     layout: "plot-service-density"
8964
8965 # Plots - NF Density - CSC - NDR IMIX
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file-type: ".html"
8970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8971   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8972   filter: "'NIC_Intel-XXV710' and
8973            'NF_DENSITY' and
8974            'DOCKER' and
8975            'CHAIN' and
8976            'NF_VPPIP4' and
8977            'IMIX' and
8978            '2T1C' and
8979            'NDRPDR'"
8980   parameters:
8981   - "throughput"
8982   - "name"
8983   - "tags"
8984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = CNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8990     layout: "plot-service-density"
8991
8992 - type: "plot"
8993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8994   algorithm: "plot_nf_heatmap"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8997   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8998   filter: "'NIC_Intel-XXV710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IMIX' and
9004            '4T2C' and
9005            'NDRPDR'"
9006   parameters:
9007   - "throughput"
9008   - "name"
9009   - "tags"
9010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9011   x-axis: "X = CNFs per Service Chain"
9012   y-axis: "Y = Number of Service Chains"
9013   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9014   layout:
9015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9016     layout: "plot-service-density"
9017
9018 - type: "plot"
9019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9020   algorithm: "plot_nf_heatmap"
9021   output-file-type: ".html"
9022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9023   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9024   filter: "'NIC_Intel-XXV710' and
9025            'NF_DENSITY' and
9026            'DOCKER' and
9027            'CHAIN' and
9028            'NF_VPPIP4' and
9029            'IMIX' and
9030            '8T4C' and
9031            'NDRPDR'"
9032   parameters:
9033   - "throughput"
9034   - "name"
9035   - "tags"
9036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9037   x-axis: "X = CNFs per Service Chain"
9038   y-axis: "Y = Number of Service Chains"
9039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9040   layout:
9041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9042     layout: "plot-service-density"
9043
9044 # Plots - NF Density - CSC - PDR IMIX
9045 - type: "plot"
9046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9047   algorithm: "plot_nf_heatmap"
9048   output-file-type: ".html"
9049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9050   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9051   filter: "'NIC_Intel-XXV710' and
9052            'NF_DENSITY' and
9053            'DOCKER' and
9054            'CHAIN' and
9055            'NF_VPPIP4' and
9056            'IMIX' and
9057            '2T1C' and
9058            'NDRPDR'"
9059   parameters:
9060   - "throughput"
9061   - "name"
9062   - "tags"
9063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9064   x-axis: "X = CNFs per Service Chain"
9065   y-axis: "Y = Number of Service Chains"
9066   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9067   layout:
9068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9069     layout: "plot-service-density"
9070
9071 - type: "plot"
9072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9073   algorithm: "plot_nf_heatmap"
9074   output-file-type: ".html"
9075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9076   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9077   filter: "'NIC_Intel-XXV710' and
9078            'NF_DENSITY' and
9079            'DOCKER' and
9080            'CHAIN' and
9081            'NF_VPPIP4' and
9082            'IMIX' and
9083            '4T2C' and
9084            'NDRPDR'"
9085   parameters:
9086   - "throughput"
9087   - "name"
9088   - "tags"
9089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9090   x-axis: "X = CNFs per Service Chain"
9091   y-axis: "Y = Number of Service Chains"
9092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9093   layout:
9094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9095     layout: "plot-service-density"
9096
9097 - type: "plot"
9098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9099   algorithm: "plot_nf_heatmap"
9100   output-file-type: ".html"
9101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9102   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9103   filter: "'NIC_Intel-XXV710' and
9104            'NF_DENSITY' and
9105            'DOCKER' and
9106            'CHAIN' and
9107            'NF_VPPIP4' and
9108            'IMIX' and
9109            '8T4C' and
9110            'NDRPDR'"
9111   parameters:
9112   - "throughput"
9113   - "name"
9114   - "tags"
9115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9116   x-axis: "X = CNFs per Service Chain"
9117   y-axis: "Y = Number of Service Chains"
9118   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9119   layout:
9120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9121     layout: "plot-service-density"
9122
9123 ################################################################################
9124 #
9125 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9130 #  data: "plot-vpp-nfv-3n-skx-mrr"
9131 #  filter: "'NIC_Intel-XXV710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_4' and
9138 #           'IMIX' and
9139 #           '2T1C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9157 #  data: "plot-vpp-nfv-3n-skx-mrr"
9158 #  filter: "'NIC_Intel-XXV710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_4' and
9165 #           'IMIX' and
9166 #           '4T2C' and
9167 #           'MRR'"
9168 #  parameters:
9169 #  - "result"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9178 #    layout: "plot-service-density"
9179 #
9180 #- type: "plot"
9181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9182 #  algorithm: "plot_nf_heatmap"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9184 #  data: "plot-vpp-nfv-3n-skx-mrr"
9185 #  filter: "'NIC_Intel-XXV710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'CHAIN' and
9189 #           'NF_VPPIP4' and
9190 #           'IPSEC' and
9191 #           'TNL_4' and
9192 #           'IMIX' and
9193 #           '8T4C' and
9194 #           'MRR'"
9195 #  parameters:
9196 #  - "result"
9197 #  - "name"
9198 #  - "tags"
9199 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9200 #  x-axis: "X = CNFs per Service Chain"
9201 #  y-axis: "Y = Number of Service Chains"
9202 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9203 #  layout:
9204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9205 #    layout: "plot-service-density"
9206
9207 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9212   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9213   filter: "'NIC_Intel-XXV710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_4' and
9220            'IMIX' and
9221            '2T1C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9233     layout: "plot-service-density"
9234
9235 - type: "plot"
9236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9237   algorithm: "plot_nf_heatmap"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9239   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9240   filter: "'NIC_Intel-XXV710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'CHAIN' and
9244            'NF_VPPIP4' and
9245            'IPSEC' and
9246            'TNL_4' and
9247            'IMIX' and
9248            '4T2C' and
9249            'NDRPDR'"
9250   parameters:
9251   - "throughput"
9252   - "name"
9253   - "tags"
9254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9255   x-axis: "X = CNFs per Service Chain"
9256   y-axis: "Y = Number of Service Chains"
9257   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9258   layout:
9259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9260     layout: "plot-service-density"
9261
9262 - type: "plot"
9263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9264   algorithm: "plot_nf_heatmap"
9265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9266   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9267   filter: "'NIC_Intel-XXV710' and
9268            'NF_DENSITY' and
9269            'DOCKER' and
9270            'CHAIN' and
9271            'NF_VPPIP4' and
9272            'IPSEC' and
9273            'TNL_4' and
9274            'IMIX' and
9275            '8T4C' and
9276            'NDRPDR'"
9277   parameters:
9278   - "throughput"
9279   - "name"
9280   - "tags"
9281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9282   x-axis: "X = CNFs per Service Chain"
9283   y-axis: "Y = Number of Service Chains"
9284   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9285   layout:
9286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9287     layout: "plot-service-density"
9288
9289 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9290 - type: "plot"
9291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9292   algorithm: "plot_nf_heatmap"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9294   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9295   filter: "'NIC_Intel-XXV710' and
9296            'NF_DENSITY' and
9297            'DOCKER' and
9298            'CHAIN' and
9299            'NF_VPPIP4' and
9300            'IPSEC' and
9301            'TNL_4' and
9302            'IMIX' and
9303            '2T1C' and
9304            'NDRPDR'"
9305   parameters:
9306   - "throughput"
9307   - "name"
9308   - "tags"
9309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310   x-axis: "X = CNFs per Service Chain"
9311   y-axis: "Y = Number of Service Chains"
9312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313   layout:
9314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9315     layout: "plot-service-density"
9316
9317 - type: "plot"
9318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9319   algorithm: "plot_nf_heatmap"
9320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9321   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9322   filter: "'NIC_Intel-XXV710' and
9323            'NF_DENSITY' and
9324            'DOCKER' and
9325            'CHAIN' and
9326            'NF_VPPIP4' and
9327            'IPSEC' and
9328            'TNL_4' and
9329            'IMIX' and
9330            '4T2C' and
9331            'NDRPDR'"
9332   parameters:
9333   - "throughput"
9334   - "name"
9335   - "tags"
9336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9337   x-axis: "X = CNFs per Service Chain"
9338   y-axis: "Y = Number of Service Chains"
9339   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9340   layout:
9341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9342     layout: "plot-service-density"
9343
9344 - type: "plot"
9345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9346   algorithm: "plot_nf_heatmap"
9347   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9348   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9349   filter: "'NIC_Intel-XXV710' and
9350            'NF_DENSITY' and
9351            'DOCKER' and
9352            'CHAIN' and
9353            'NF_VPPIP4' and
9354            'IPSEC' and
9355            'TNL_4' and
9356            'IMIX' and
9357            '8T4C' and
9358            'NDRPDR'"
9359   parameters:
9360   - "throughput"
9361   - "name"
9362   - "tags"
9363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9364   x-axis: "X = CNFs per Service Chain"
9365   y-axis: "Y = Number of Service Chains"
9366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9367   layout:
9368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9369     layout: "plot-service-density"
9370
9371 ###############################################################################
9372
9373 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9379 #  filter: "'NIC_Intel-XL710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IMIX' and
9385 #           'TNL_4' and
9386 #           '1T1C' and
9387 #           'MRR'"
9388 #  parameters:
9389 #  - "result"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Chain"
9394 #  y-axis: "Y = Number of Service Chains"
9395 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9398 #    layout: "plot-service-density"
9399 #
9400 #- type: "plot"
9401 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9402 #  algorithm: "plot_nf_heatmap"
9403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9404 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9405 #  filter: "'NIC_Intel-XL710' and
9406 #           'NF_DENSITY' and
9407 #           'DOCKER' and
9408 #           'CHAIN' and
9409 #           'NF_VPPIP4' and
9410 #           'IPSEC' and
9411 #           'TNL_4' and
9412 #           'IMIX' and
9413 #           '2T2C' and
9414 #           'MRR'"
9415 #  parameters:
9416 #  - "result"
9417 #  - "name"
9418 #  - "tags"
9419 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9420 #  x-axis: "X = CNFs per Service Chain"
9421 #  y-axis: "Y = Number of Service Chains"
9422 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9423 #  layout:
9424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9425 #    layout: "plot-service-density"
9426 #
9427 #- type: "plot"
9428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9429 #  algorithm: "plot_nf_heatmap"
9430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9431 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9432 #  filter: "'NIC_Intel-XL710' and
9433 #           'NF_DENSITY' and
9434 #           'DOCKER' and
9435 #           'CHAIN' and
9436 #           'NF_VPPIP4' and
9437 #           'IPSEC' and
9438 #           'TNL_4' and
9439 #           'IMIX' and
9440 #           '4T4C' and
9441 #           'MRR'"
9442 #  parameters:
9443 #  - "result"
9444 #  - "name"
9445 #  - "tags"
9446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9447 #  x-axis: "X = CNFs per Service Chain"
9448 #  y-axis: "Y = Number of Service Chains"
9449 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9450 #  layout:
9451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9452 #    layout: "plot-service-density"
9453
9454 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9455 #- type: "plot"
9456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9457 #  algorithm: "plot_nf_heatmap"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9459 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9460 #  filter: "'NIC_Intel-XL710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'CHAIN' and
9464 #           'NF_VPPIP4' and
9465 #           'IPSEC' and
9466 #           'TNL_4' and
9467 #           'IMIX' and
9468 #           '1T1C' and
9469 #           'NDRPDR'"
9470 #  parameters:
9471 #  - "throughput"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Chain"
9476 #  y-axis: "Y = Number of Service Chains"
9477 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9480 #    layout: "plot-service-density"
9481 #
9482 #- type: "plot"
9483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9484 #  algorithm: "plot_nf_heatmap"
9485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9486 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9487 #  filter: "'NIC_Intel-XL710' and
9488 #           'NF_DENSITY' and
9489 #           'DOCKER' and
9490 #           'CHAIN' and
9491 #           'NF_VPPIP4' and
9492 #           'IPSEC' and
9493 #           'TNL_4' and
9494 #           'IMIX' and
9495 #           '2T2C' and
9496 #           'NDRPDR'"
9497 #  parameters:
9498 #  - "throughput"
9499 #  - "name"
9500 #  - "tags"
9501 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9502 #  x-axis: "X = CNFs per Service Chain"
9503 #  y-axis: "Y = Number of Service Chains"
9504 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9505 #  layout:
9506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9507 #    layout: "plot-service-density"
9508 #
9509 #- type: "plot"
9510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9511 #  algorithm: "plot_nf_heatmap"
9512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9513 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9514 #  filter: "'NIC_Intel-XL710' and
9515 #           'NF_DENSITY' and
9516 #           'DOCKER' and
9517 #           'CHAIN' and
9518 #           'NF_VPPIP4' and
9519 #           'IPSEC' and
9520 #           'TNL_4' and
9521 #           'IMIX' and
9522 #           '4T4C' and
9523 #           'NDRPDR'"
9524 #  parameters:
9525 #  - "throughput"
9526 #  - "name"
9527 #  - "tags"
9528 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9529 #  x-axis: "X = CNFs per Service Chain"
9530 #  y-axis: "Y = Number of Service Chains"
9531 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9532 #  layout:
9533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9534 #    layout: "plot-service-density"
9535 #
9536 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9537 #- type: "plot"
9538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9539 #  algorithm: "plot_nf_heatmap"
9540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9541 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9542 #  filter: "'NIC_Intel-XL710' and
9543 #           'NF_DENSITY' and
9544 #           'DOCKER' and
9545 #           'CHAIN' and
9546 #           'NF_VPPIP4' and
9547 #           'IPSEC' and
9548 #           'TNL_4' and
9549 #           'IMIX' and
9550 #           '1T1C' and
9551 #           'NDRPDR'"
9552 #  parameters:
9553 #  - "throughput"
9554 #  - "name"
9555 #  - "tags"
9556 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9557 #  x-axis: "X = CNFs per Service Chain"
9558 #  y-axis: "Y = Number of Service Chains"
9559 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9560 #  layout:
9561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9562 #    layout: "plot-service-density"
9563 #
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9568 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_4' and
9576 #           'IMIX' and
9577 #           '2T2C' and
9578 #           'NDRPDR'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9589 #    layout: "plot-service-density"
9590 #
9591 #- type: "plot"
9592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9593 #  algorithm: "plot_nf_heatmap"
9594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9595 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9596 #  filter: "'NIC_Intel-XL710' and
9597 #           'NF_DENSITY' and
9598 #           'DOCKER' and
9599 #           'CHAIN' and
9600 #           'NF_VPPIP4' and
9601 #           'IPSEC' and
9602 #           'TNL_4' and
9603 #           'IMIX' and
9604 #           '4T4C' and
9605 #           'NDRPDR'"
9606 #  parameters:
9607 #  - "throughput"
9608 #  - "name"
9609 #  - "tags"
9610 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9611 #  x-axis: "X = CNFs per Service Chain"
9612 #  y-axis: "Y = Number of Service Chains"
9613 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9614 #  layout:
9615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9616 #    layout: "plot-service-density"
9617
9618 ###############################################################################
9619
9620 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9625 #  data: "plot-vpp-nfv-3n-skx-mrr"
9626 #  filter: "'NIC_Intel-XXV710' and
9627 #           'NF_DENSITY' and
9628 #           'DOCKER' and
9629 #           'CHAIN' and
9630 #           'NF_VPPIP4' and
9631 #           'IPSEC' and
9632 #           'TNL_1000' and
9633 #           'IMIX' and
9634 #           '2T1C' and
9635 #           'MRR'"
9636 #  parameters:
9637 #  - "result"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9652 #  data: "plot-vpp-nfv-3n-skx-mrr"
9653 #  filter: "'NIC_Intel-XXV710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'CHAIN' and
9657 #           'NF_VPPIP4' and
9658 #           'IPSEC' and
9659 #           'TNL_1000' and
9660 #           'IMIX' and
9661 #           '4T2C' and
9662 #           'MRR'"
9663 #  parameters:
9664 #  - "result"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9673 #    layout: "plot-service-density"
9674 #
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9679 #  data: "plot-vpp-nfv-3n-skx-mrr"
9680 #  filter: "'NIC_Intel-XXV710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'CHAIN' and
9684 #           'NF_VPPIP4' and
9685 #           'IPSEC' and
9686 #           'TNL_1000' and
9687 #           'IMIX' and
9688 #           '8T4C' and
9689 #           'MRR'"
9690 #  parameters:
9691 #  - "result"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Chain"
9696 #  y-axis: "Y = Number of Service Chains"
9697 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9700 #    layout: "plot-service-density"
9701
9702 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9707   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9708   filter: "'NIC_Intel-XXV710' and
9709            'NF_DENSITY' and
9710            'DOCKER' and
9711            'CHAIN' and
9712            'NF_VPPIP4' and
9713            'IPSEC' and
9714            'TNL_1000' and
9715            'IMIX' and
9716            '2T1C' and
9717            'NDRPDR'"
9718   parameters:
9719   - "throughput"
9720   - "name"
9721   - "tags"
9722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9723   x-axis: "X = CNFs per Service Chain"
9724   y-axis: "Y = Number of Service Chains"
9725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9726   layout:
9727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9728     layout: "plot-service-density"
9729
9730 - type: "plot"
9731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9732   algorithm: "plot_nf_heatmap"
9733   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9734   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9735   filter: "'NIC_Intel-XXV710' and
9736            'NF_DENSITY' and
9737            'DOCKER' and
9738            'CHAIN' and
9739            'NF_VPPIP4' and
9740            'IPSEC' and
9741            'TNL_1000' and
9742            'IMIX' and
9743            '4T2C' and
9744            'NDRPDR'"
9745   parameters:
9746   - "throughput"
9747   - "name"
9748   - "tags"
9749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9750   x-axis: "X = CNFs per Service Chain"
9751   y-axis: "Y = Number of Service Chains"
9752   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9753   layout:
9754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9755     layout: "plot-service-density"
9756
9757 - type: "plot"
9758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9759   algorithm: "plot_nf_heatmap"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9761   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'DOCKER' and
9765            'CHAIN' and
9766            'NF_VPPIP4' and
9767            'IPSEC' and
9768            'TNL_1000' and
9769            'IMIX' and
9770            '8T4C' and
9771            'NDRPDR'"
9772   parameters:
9773   - "throughput"
9774   - "name"
9775   - "tags"
9776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = CNFs per Service Chain"
9778   y-axis: "Y = Number of Service Chains"
9779   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9782     layout: "plot-service-density"
9783
9784 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9789   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9790   filter: "'NIC_Intel-XXV710' and
9791            'NF_DENSITY' and
9792            'DOCKER' and
9793            'CHAIN' and
9794            'NF_VPPIP4' and
9795            'IPSEC' and
9796            'TNL_1000' and
9797            'IMIX' and
9798            '2T1C' and
9799            'NDRPDR'"
9800   parameters:
9801   - "throughput"
9802   - "name"
9803   - "tags"
9804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9805   x-axis: "X = CNFs per Service Chain"
9806   y-axis: "Y = Number of Service Chains"
9807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9808   layout:
9809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9810     layout: "plot-service-density"
9811
9812 - type: "plot"
9813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9814   algorithm: "plot_nf_heatmap"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9816   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9817   filter: "'NIC_Intel-XXV710' and
9818            'NF_DENSITY' and
9819            'DOCKER' and
9820            'CHAIN' and
9821            'NF_VPPIP4' and
9822            'IPSEC' and
9823            'TNL_1000' and
9824            'IMIX' and
9825            '4T2C' and
9826            'NDRPDR'"
9827   parameters:
9828   - "throughput"
9829   - "name"
9830   - "tags"
9831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9832   x-axis: "X = CNFs per Service Chain"
9833   y-axis: "Y = Number of Service Chains"
9834   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9835   layout:
9836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9837     layout: "plot-service-density"
9838
9839 - type: "plot"
9840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9841   algorithm: "plot_nf_heatmap"
9842   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9843   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9844   filter: "'NIC_Intel-XXV710' and
9845            'NF_DENSITY' and
9846            'DOCKER' and
9847            'CHAIN' and
9848            'NF_VPPIP4' and
9849            'IPSEC' and
9850            'TNL_1000' and
9851            'IMIX' and
9852            '8T4C' and
9853            'NDRPDR'"
9854   parameters:
9855   - "throughput"
9856   - "name"
9857   - "tags"
9858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9859   x-axis: "X = CNFs per Service Chain"
9860   y-axis: "Y = Number of Service Chains"
9861   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9862   layout:
9863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9864     layout: "plot-service-density"
9865
9866 ###############################################################################
9867
9868 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9873 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9874 #  filter: "'NIC_Intel-XL710' and
9875 #           'NF_DENSITY' and
9876 #           'DOCKER' and
9877 #           'CHAIN' and
9878 #           'NF_VPPIP4' and
9879 #           'IMIX' and
9880 #           'TNL_1000' and
9881 #           '1T1C' and
9882 #           'MRR'"
9883 #  parameters:
9884 #  - "result"
9885 #  - "name"
9886 #  - "tags"
9887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9888 #  x-axis: "X = CNFs per Service Chain"
9889 #  y-axis: "Y = Number of Service Chains"
9890 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9891 #  layout:
9892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9893 #    layout: "plot-service-density"
9894 #
9895 #- type: "plot"
9896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9897 #  algorithm: "plot_nf_heatmap"
9898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9899 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9900 #  filter: "'NIC_Intel-XL710' and
9901 #           'NF_DENSITY' and
9902 #           'DOCKER' and
9903 #           'CHAIN' and
9904 #           'NF_VPPIP4' and
9905 #           'IPSEC' and
9906 #           'TNL_1000' and
9907 #           'IMIX' and
9908 #           '2T2C' and
9909 #           'MRR'"
9910 #  parameters:
9911 #  - "result"
9912 #  - "name"
9913 #  - "tags"
9914 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9915 #  x-axis: "X = CNFs per Service Chain"
9916 #  y-axis: "Y = Number of Service Chains"
9917 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9918 #  layout:
9919 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9920 #    layout: "plot-service-density"
9921 #
9922 #- type: "plot"
9923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9924 #  algorithm: "plot_nf_heatmap"
9925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9926 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9927 #  filter: "'NIC_Intel-XL710' and
9928 #           'NF_DENSITY' and
9929 #           'DOCKER' and
9930 #           'CHAIN' and
9931 #           'NF_VPPIP4' and
9932 #           'IPSEC' and
9933 #           'TNL_1000' and
9934 #           'IMIX' and
9935 #           '4T4C' and
9936 #           'MRR'"
9937 #  parameters:
9938 #  - "result"
9939 #  - "name"
9940 #  - "tags"
9941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9942 #  x-axis: "X = CNFs per Service Chain"
9943 #  y-axis: "Y = Number of Service Chains"
9944 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9945 #  layout:
9946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9947 #    layout: "plot-service-density"
9948
9949 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9950 #- type: "plot"
9951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9952 #  algorithm: "plot_nf_heatmap"
9953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9954 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9955 #  filter: "'NIC_Intel-XL710' and
9956 #           'NF_DENSITY' and
9957 #           'DOCKER' and
9958 #           'CHAIN' and
9959 #           'NF_VPPIP4' and
9960 #           'IPSEC' and
9961 #           'TNL_1000' and
9962 #           'IMIX' and
9963 #           '1T1C' and
9964 #           'NDRPDR'"
9965 #  parameters:
9966 #  - "throughput"
9967 #  - "name"
9968 #  - "tags"
9969 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9970 #  x-axis: "X = CNFs per Service Chain"
9971 #  y-axis: "Y = Number of Service Chains"
9972 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9973 #  layout:
9974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9975 #    layout: "plot-service-density"
9976 #
9977 #- type: "plot"
9978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9979 #  algorithm: "plot_nf_heatmap"
9980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9981 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9982 #  filter: "'NIC_Intel-XL710' and
9983 #           'NF_DENSITY' and
9984 #           'DOCKER' and
9985 #           'CHAIN' and
9986 #           'NF_VPPIP4' and
9987 #           'IPSEC' and
9988 #           'TNL_1000' and
9989 #           'IMIX' and
9990 #           '2T2C' and
9991 #           'NDRPDR'"
9992 #  parameters:
9993 #  - "throughput"
9994 #  - "name"
9995 #  - "tags"
9996 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9997 #  x-axis: "X = CNFs per Service Chain"
9998 #  y-axis: "Y = Number of Service Chains"
9999 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10000 #  layout:
10001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10002 #    layout: "plot-service-density"
10003 #
10004 #- type: "plot"
10005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10006 #  algorithm: "plot_nf_heatmap"
10007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10008 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10009 #  filter: "'NIC_Intel-XL710' and
10010 #           'NF_DENSITY' and
10011 #           'DOCKER' and
10012 #           'CHAIN' and
10013 #           'NF_VPPIP4' and
10014 #           'IPSEC' and
10015 #           'TNL_1000' and
10016 #           'IMIX' and
10017 #           '4T4C' and
10018 #           'NDRPDR'"
10019 #  parameters:
10020 #  - "throughput"
10021 #  - "name"
10022 #  - "tags"
10023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10024 #  x-axis: "X = CNFs per Service Chain"
10025 #  y-axis: "Y = Number of Service Chains"
10026 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10027 #  layout:
10028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10029 #    layout: "plot-service-density"
10030 #
10031 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10036 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10037 #  filter: "'NIC_Intel-XL710' and
10038 #           'NF_DENSITY' and
10039 #           'DOCKER' and
10040 #           'CHAIN' and
10041 #           'NF_VPPIP4' and
10042 #           'IPSEC' and
10043 #           'TNL_1000' and
10044 #           'IMIX' and
10045 #           '1T1C' and
10046 #           'NDRPDR'"
10047 #  parameters:
10048 #  - "throughput"
10049 #  - "name"
10050 #  - "tags"
10051 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10052 #  x-axis: "X = CNFs per Service Chain"
10053 #  y-axis: "Y = Number of Service Chains"
10054 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10055 #  layout:
10056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10057 #    layout: "plot-service-density"
10058 #
10059 #- type: "plot"
10060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10061 #  algorithm: "plot_nf_heatmap"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10063 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10064 #  filter: "'NIC_Intel-XL710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'CHAIN' and
10068 #           'NF_VPPIP4' and
10069 #           'IPSEC' and
10070 #           'TNL_1000' and
10071 #           'IMIX' and
10072 #           '2T2C' and
10073 #           'NDRPDR'"
10074 #  parameters:
10075 #  - "throughput"
10076 #  - "name"
10077 #  - "tags"
10078 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10079 #  x-axis: "X = CNFs per Service Chain"
10080 #  y-axis: "Y = Number of Service Chains"
10081 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10082 #  layout:
10083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10084 #    layout: "plot-service-density"
10085 #
10086 #- type: "plot"
10087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10088 #  algorithm: "plot_nf_heatmap"
10089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10090 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10091 #  filter: "'NIC_Intel-XL710' and
10092 #           'NF_DENSITY' and
10093 #           'DOCKER' and
10094 #           'CHAIN' and
10095 #           'NF_VPPIP4' and
10096 #           'IPSEC' and
10097 #           'TNL_1000' and
10098 #           'IMIX' and
10099 #           '4T4C' and
10100 #           'NDRPDR'"
10101 #  parameters:
10102 #  - "throughput"
10103 #  - "name"
10104 #  - "tags"
10105 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10106 #  x-axis: "X = CNFs per Service Chain"
10107 #  y-axis: "Y = Number of Service Chains"
10108 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10109 #  layout:
10110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10111 #    layout: "plot-service-density"
10112
10113 ###############################################################################
10114
10115 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10116 #- type: "plot"
10117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10118 #  algorithm: "plot_nf_heatmap"
10119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10120 #  data: "plot-vpp-nfv-3n-skx-mrr"
10121 #  filter: "'NIC_Intel-XXV710' and
10122 #           'NF_DENSITY' and
10123 #           'DOCKER' and
10124 #           'CHAIN' and
10125 #           'NF_VPPIP4' and
10126 #           'IPSEC' and
10127 #           'TNL_10000' and
10128 #           'IMIX' and
10129 #           '2T1C' and
10130 #           'MRR'"
10131 #  parameters:
10132 #  - "result"
10133 #  - "name"
10134 #  - "tags"
10135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10136 #  x-axis: "X = CNFs per Service Chain"
10137 #  y-axis: "Y = Number of Service Chains"
10138 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10139 #  layout:
10140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10141 #    layout: "plot-service-density"
10142 #
10143 #- type: "plot"
10144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10145 #  algorithm: "plot_nf_heatmap"
10146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10147 #  data: "plot-vpp-nfv-3n-skx-mrr"
10148 #  filter: "'NIC_Intel-XXV710' and
10149 #           'NF_DENSITY' and
10150 #           'DOCKER' and
10151 #           'CHAIN' and
10152 #           'NF_VPPIP4' and
10153 #           'IPSEC' and
10154 #           'TNL_10000' and
10155 #           'IMIX' and
10156 #           '4T2C' and
10157 #           'MRR'"
10158 #  parameters:
10159 #  - "result"
10160 #  - "name"
10161 #  - "tags"
10162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10163 #  x-axis: "X = CNFs per Service Chain"
10164 #  y-axis: "Y = Number of Service Chains"
10165 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10166 #  layout:
10167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10168 #    layout: "plot-service-density"
10169 #
10170 #- type: "plot"
10171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10172 #  algorithm: "plot_nf_heatmap"
10173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10174 #  data: "plot-vpp-nfv-3n-skx-mrr"
10175 #  filter: "'NIC_Intel-XXV710' and
10176 #           'NF_DENSITY' and
10177 #           'DOCKER' and
10178 #           'CHAIN' and
10179 #           'NF_VPPIP4' and
10180 #           'IPSEC' and
10181 #           'TNL_10000' and
10182 #           'IMIX' and
10183 #           '8T4C' and
10184 #           'MRR'"
10185 #  parameters:
10186 #  - "result"
10187 #  - "name"
10188 #  - "tags"
10189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10190 #  x-axis: "X = CNFs per Service Chain"
10191 #  y-axis: "Y = Number of Service Chains"
10192 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10193 #  layout:
10194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10195 #    layout: "plot-service-density"
10196
10197 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10202   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10203   filter: "'NIC_Intel-XXV710' and
10204            'NF_DENSITY' and
10205            'DOCKER' and
10206            'CHAIN' and
10207            'NF_VPPIP4' and
10208            'IPSEC' and
10209            'TNL_10000' and
10210            'IMIX' and
10211            '2T1C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = CNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10223     layout: "plot-service-density"
10224
10225 - type: "plot"
10226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10227   algorithm: "plot_nf_heatmap"
10228   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10229   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10230   filter: "'NIC_Intel-XXV710' and
10231            'NF_DENSITY' and
10232            'DOCKER' and
10233            'CHAIN' and
10234            'NF_VPPIP4' and
10235            'IPSEC' and
10236            'TNL_10000' and
10237            'IMIX' and
10238            '4T2C' and
10239            'NDRPDR'"
10240   parameters:
10241   - "throughput"
10242   - "name"
10243   - "tags"
10244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = CNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10256   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10257   filter: "'NIC_Intel-XXV710' and
10258            'NF_DENSITY' and
10259            'DOCKER' and
10260            'CHAIN' and
10261            'NF_VPPIP4' and
10262            'IPSEC' and
10263            'TNL_10000' and
10264            'IMIX' and
10265            '8T4C' and
10266            'NDRPDR'"
10267   parameters:
10268   - "throughput"
10269   - "name"
10270   - "tags"
10271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10272   x-axis: "X = CNFs per Service Chain"
10273   y-axis: "Y = Number of Service Chains"
10274   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10275   layout:
10276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10277     layout: "plot-service-density"
10278
10279 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10284   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10285   filter: "'NIC_Intel-XXV710' and
10286            'NF_DENSITY' and
10287            'DOCKER' and
10288            'CHAIN' and
10289            'NF_VPPIP4' and
10290            'IPSEC' and
10291            'TNL_10000' and
10292            'IMIX' and
10293            '2T1C' and
10294            'NDRPDR'"
10295   parameters:
10296   - "throughput"
10297   - "name"
10298   - "tags"
10299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10300   x-axis: "X = CNFs per Service Chain"
10301   y-axis: "Y = Number of Service Chains"
10302   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10303   layout:
10304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10305     layout: "plot-service-density"
10306
10307 - type: "plot"
10308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10309   algorithm: "plot_nf_heatmap"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10311   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'DOCKER' and
10315            'CHAIN' and
10316            'NF_VPPIP4' and
10317            'IPSEC' and
10318            'TNL_10000' and
10319            'IMIX' and
10320            '4T2C' and
10321            'NDRPDR'"
10322   parameters:
10323   - "throughput"
10324   - "name"
10325   - "tags"
10326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327   x-axis: "X = CNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10332     layout: "plot-service-density"
10333
10334 - type: "plot"
10335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10336   algorithm: "plot_nf_heatmap"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10338   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'DOCKER' and
10342            'CHAIN' and
10343            'NF_VPPIP4' and
10344            'IPSEC' and
10345            'TNL_10000' and
10346            'IMIX' and
10347            '8T4C' and
10348            'NDRPDR'"
10349   parameters:
10350   - "throughput"
10351   - "name"
10352   - "tags"
10353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = CNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10359     layout: "plot-service-density"
10360
10361 ###############################################################################
10362
10363 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10364 #- type: "plot"
10365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10366 #  algorithm: "plot_nf_heatmap"
10367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10368 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10369 #  filter: "'NIC_Intel-XL710' and
10370 #           'NF_DENSITY' and
10371 #           'DOCKER' and
10372 #           'CHAIN' and
10373 #           'NF_VPPIP4' and
10374 #           'IMIX' and
10375 #           'TNL_10000' and
10376 #           '1T1C' and
10377 #           'MRR'"
10378 #  parameters:
10379 #  - "result"
10380 #  - "name"
10381 #  - "tags"
10382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383 #  x-axis: "X = CNFs per Service Chain"
10384 #  y-axis: "Y = Number of Service Chains"
10385 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10386 #  layout:
10387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10388 #    layout: "plot-service-density"
10389 #
10390 #- type: "plot"
10391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10392 #  algorithm: "plot_nf_heatmap"
10393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10394 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10395 #  filter: "'NIC_Intel-XL710' and
10396 #           'NF_DENSITY' and
10397 #           'DOCKER' and
10398 #           'CHAIN' and
10399 #           'NF_VPPIP4' and
10400 #           'IPSEC' and
10401 #           'TNL_10000' and
10402 #           'IMIX' and
10403 #           '2T2C' and
10404 #           'MRR'"
10405 #  parameters:
10406 #  - "result"
10407 #  - "name"
10408 #  - "tags"
10409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10410 #  x-axis: "X = CNFs per Service Chain"
10411 #  y-axis: "Y = Number of Service Chains"
10412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10413 #  layout:
10414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10415 #    layout: "plot-service-density"
10416 #
10417 #- type: "plot"
10418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10419 #  algorithm: "plot_nf_heatmap"
10420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10421 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10422 #  filter: "'NIC_Intel-XL710' and
10423 #           'NF_DENSITY' and
10424 #           'DOCKER' and
10425 #           'CHAIN' and
10426 #           'NF_VPPIP4' and
10427 #           'IPSEC' and
10428 #           'TNL_10000' and
10429 #           'IMIX' and
10430 #           '4T4C' and
10431 #           'MRR'"
10432 #  parameters:
10433 #  - "result"
10434 #  - "name"
10435 #  - "tags"
10436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10437 #  x-axis: "X = CNFs per Service Chain"
10438 #  y-axis: "Y = Number of Service Chains"
10439 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10440 #  layout:
10441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10442 #    layout: "plot-service-density"
10443
10444 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10445 #- type: "plot"
10446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10447 #  algorithm: "plot_nf_heatmap"
10448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10449 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10450 #  filter: "'NIC_Intel-XL710' and
10451 #           'NF_DENSITY' and
10452 #           'DOCKER' and
10453 #           'CHAIN' and
10454 #           'NF_VPPIP4' and
10455 #           'IPSEC' and
10456 #           'TNL_10000' and
10457 #           'IMIX' and
10458 #           '1T1C' and
10459 #           'NDRPDR'"
10460 #  parameters:
10461 #  - "throughput"
10462 #  - "name"
10463 #  - "tags"
10464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10465 #  x-axis: "X = CNFs per Service Chain"
10466 #  y-axis: "Y = Number of Service Chains"
10467 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10468 #  layout:
10469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10470 #    layout: "plot-service-density"
10471 #
10472 #- type: "plot"
10473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10474 #  algorithm: "plot_nf_heatmap"
10475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10476 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10477 #  filter: "'NIC_Intel-XL710' and
10478 #           'NF_DENSITY' and
10479 #           'DOCKER' and
10480 #           'CHAIN' and
10481 #           'NF_VPPIP4' and
10482 #           'IPSEC' and
10483 #           'TNL_10000' and
10484 #           'IMIX' and
10485 #           '2T2C' and
10486 #           'NDRPDR'"
10487 #  parameters:
10488 #  - "throughput"
10489 #  - "name"
10490 #  - "tags"
10491 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10492 #  x-axis: "X = CNFs per Service Chain"
10493 #  y-axis: "Y = Number of Service Chains"
10494 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10495 #  layout:
10496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10497 #    layout: "plot-service-density"
10498 #
10499 #- type: "plot"
10500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10501 #  algorithm: "plot_nf_heatmap"
10502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10503 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10504 #  filter: "'NIC_Intel-XL710' and
10505 #           'NF_DENSITY' and
10506 #           'DOCKER' and
10507 #           'CHAIN' and
10508 #           'NF_VPPIP4' and
10509 #           'IPSEC' and
10510 #           'TNL_10000' and
10511 #           'IMIX' and
10512 #           '4T4C' and
10513 #           'NDRPDR'"
10514 #  parameters:
10515 #  - "throughput"
10516 #  - "name"
10517 #  - "tags"
10518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10519 #  x-axis: "X = CNFs per Service Chain"
10520 #  y-axis: "Y = Number of Service Chains"
10521 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10522 #  layout:
10523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10524 #    layout: "plot-service-density"
10525 #
10526 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10527 #- type: "plot"
10528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10529 #  algorithm: "plot_nf_heatmap"
10530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10531 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10532 #  filter: "'NIC_Intel-XL710' and
10533 #           'NF_DENSITY' and
10534 #           'DOCKER' and
10535 #           'CHAIN' and
10536 #           'NF_VPPIP4' and
10537 #           'IPSEC' and
10538 #           'TNL_10000' and
10539 #           'IMIX' and
10540 #           '1T1C' and
10541 #           'NDRPDR'"
10542 #  parameters:
10543 #  - "throughput"
10544 #  - "name"
10545 #  - "tags"
10546 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10547 #  x-axis: "X = CNFs per Service Chain"
10548 #  y-axis: "Y = Number of Service Chains"
10549 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10550 #  layout:
10551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10552 #    layout: "plot-service-density"
10553 #
10554 #- type: "plot"
10555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10556 #  algorithm: "plot_nf_heatmap"
10557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10558 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10559 #  filter: "'NIC_Intel-XL710' and
10560 #           'NF_DENSITY' and
10561 #           'DOCKER' and
10562 #           'CHAIN' and
10563 #           'NF_VPPIP4' and
10564 #           'IPSEC' and
10565 #           'TNL_10000' and
10566 #           'IMIX' and
10567 #           '2T2C' and
10568 #           'NDRPDR'"
10569 #  parameters:
10570 #  - "throughput"
10571 #  - "name"
10572 #  - "tags"
10573 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10574 #  x-axis: "X = CNFs per Service Chain"
10575 #  y-axis: "Y = Number of Service Chains"
10576 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10577 #  layout:
10578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10579 #    layout: "plot-service-density"
10580 #
10581 #- type: "plot"
10582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10583 #  algorithm: "plot_nf_heatmap"
10584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10585 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10586 #  filter: "'NIC_Intel-XL710' and
10587 #           'NF_DENSITY' and
10588 #           'DOCKER' and
10589 #           'CHAIN' and
10590 #           'NF_VPPIP4' and
10591 #           'IPSEC' and
10592 #           'TNL_10000' and
10593 #           'IMIX' and
10594 #           '4T4C' and
10595 #           'NDRPDR'"
10596 #  parameters:
10597 #  - "throughput"
10598 #  - "name"
10599 #  - "tags"
10600 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10601 #  x-axis: "X = CNFs per Service Chain"
10602 #  y-axis: "Y = Number of Service Chains"
10603 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10604 #  layout:
10605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10606 #    layout: "plot-service-density"
10607
10608 ###############################################################################
10609
10610 # Plots - NF Density - CSP - MRR IMIX
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10616   data: "plot-vpp-nfv-2n-skx-mrr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'DOCKER' and
10620            'PIPELINE' and
10621            'NF_VPPIP4' and
10622            'IMIX' and
10623            '2T1C' and
10624            'MRR'"
10625   parameters:
10626   - "result"
10627   - "name"
10628   - "tags"
10629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = CNFs per Service Pipeline"
10631   y-axis: "Y = Number of Service Pipelines"
10632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10635     layout: "plot-service-density"
10636
10637 - type: "plot"
10638   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10639   algorithm: "plot_nf_heatmap"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10642   data: "plot-vpp-nfv-2n-skx-mrr"
10643   filter: "'NIC_Intel-XXV710' and
10644            'NF_DENSITY' and
10645            'DOCKER' and
10646            'PIPELINE' and
10647            'NF_VPPIP4' and
10648            'IMIX' and
10649            '4T2C' and
10650            'MRR'"
10651   parameters:
10652   - "result"
10653   - "name"
10654   - "tags"
10655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10656   x-axis: "X = CNFs per Service Pipeline"
10657   y-axis: "Y = Number of Service Pipelines"
10658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10659   layout:
10660     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10661     layout: "plot-service-density"
10662
10663 - type: "plot"
10664   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10665   algorithm: "plot_nf_heatmap"
10666   output-file-type: ".html"
10667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10668   data: "plot-vpp-nfv-2n-skx-mrr"
10669   filter: "'NIC_Intel-XXV710' and
10670            'NF_DENSITY' and
10671            'DOCKER' and
10672            'PIPELINE' and
10673            'NF_VPPIP4' and
10674            'IMIX' and
10675            '8T4C' and
10676            'MRR'"
10677   parameters:
10678   - "result"
10679   - "name"
10680   - "tags"
10681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10682   x-axis: "X = CNFs per Service Pipeline"
10683   y-axis: "Y = Number of Service Pipelines"
10684   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10685   layout:
10686     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10687     layout: "plot-service-density"
10688
10689 # Plots - NF Density - CSP - NDR IMIX
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'DOCKER' and
10699            'PIPELINE' and
10700            'NF_VPPIP4' and
10701            'IMIX' and
10702            '2T1C' and
10703            'NDRPDR'"
10704   parameters:
10705   - "throughput"
10706   - "name"
10707   - "tags"
10708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = CNFs per Service Pipeline"
10710   y-axis: "Y = Number of Service Pipelines"
10711   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10714     layout: "plot-service-density"
10715
10716 - type: "plot"
10717   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10718   algorithm: "plot_nf_heatmap"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10721   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10722   filter: "'NIC_Intel-XXV710' and
10723            'NF_DENSITY' and
10724            'DOCKER' and
10725            'PIPELINE' and
10726            'NF_VPPIP4' and
10727            'IMIX' and
10728            '4T2C' and
10729            'NDRPDR'"
10730   parameters:
10731   - "throughput"
10732   - "name"
10733   - "tags"
10734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10735   x-axis: "X = CNFs per Service Pipeline"
10736   y-axis: "Y = Number of Service Pipelines"
10737   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10738   layout:
10739     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10740     layout: "plot-service-density"
10741
10742 - type: "plot"
10743   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10744   algorithm: "plot_nf_heatmap"
10745   output-file-type: ".html"
10746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10747   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10748   filter: "'NIC_Intel-XXV710' and
10749            'NF_DENSITY' and
10750            'DOCKER' and
10751            'PIPELINE' and
10752            'NF_VPPIP4' and
10753            'IMIX' and
10754            '8T4C' and
10755            'NDRPDR'"
10756   parameters:
10757   - "throughput"
10758   - "name"
10759   - "tags"
10760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10761   x-axis: "X = CNFs per Service Pipeline"
10762   y-axis: "Y = Number of Service Pipelines"
10763   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10764   layout:
10765     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10766     layout: "plot-service-density"
10767
10768 # Plots - NF Density - CSP - PDR IMIX
10769 - type: "plot"
10770   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10771   algorithm: "plot_nf_heatmap"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10774   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10775   filter: "'NIC_Intel-XXV710' and
10776            'NF_DENSITY' and
10777            'DOCKER' and
10778            'PIPELINE' and
10779            'NF_VPPIP4' and
10780            'IMIX' and
10781            '2T1C' and
10782            'NDRPDR'"
10783   parameters:
10784   - "throughput"
10785   - "name"
10786   - "tags"
10787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10788   x-axis: "X = CNFs per Service Pipeline"
10789   y-axis: "Y = Number of Service Pipelines"
10790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10791   layout:
10792     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10793     layout: "plot-service-density"
10794
10795 - type: "plot"
10796   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10797   algorithm: "plot_nf_heatmap"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10800   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10801   filter: "'NIC_Intel-XXV710' and
10802            'NF_DENSITY' and
10803            'DOCKER' and
10804            'PIPELINE' and
10805            'NF_VPPIP4' and
10806            'IMIX' and
10807            '4T2C' and
10808            'NDRPDR'"
10809   parameters:
10810   - "throughput"
10811   - "name"
10812   - "tags"
10813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10814   x-axis: "X = CNFs per Service Pipeline"
10815   y-axis: "Y = Number of Service Pipelines"
10816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10817   layout:
10818     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10819     layout: "plot-service-density"
10820
10821 - type: "plot"
10822   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10823   algorithm: "plot_nf_heatmap"
10824   output-file-type: ".html"
10825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10826   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10827   filter: "'NIC_Intel-XXV710' and
10828            'NF_DENSITY' and
10829            'DOCKER' and
10830            'PIPELINE' and
10831            'NF_VPPIP4' and
10832            'IMIX' and
10833            '8T4C' and
10834            'NDRPDR'"
10835   parameters:
10836   - "throughput"
10837   - "name"
10838   - "tags"
10839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10840   x-axis: "X = CNFs per Service Pipeline"
10841   y-axis: "Y = Number of Service Pipelines"
10842   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10843   layout:
10844     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10845     layout: "plot-service-density"
10846
10847 ###############################################################################
10848 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10849
10850 - type: "plot"
10851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10852   algorithm: "plot_nf_heatmap"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10855   data: "plot-vpp-nfv-2n-clx-mrr"
10856   filter: "'NIC_Intel-XXV710' and
10857            'NF_DENSITY' and
10858            'VHOST' and
10859            not 'VXLAN' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '2T1C' and
10864            'MRR'"
10865   parameters:
10866   - "result"
10867   - "name"
10868   - "tags"
10869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = VNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10882   data: "plot-vpp-nfv-2n-clx-mrr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'VHOST' and
10886            not 'VXLAN' and
10887            'CHAIN' and
10888            'NF_VPPIP4' and
10889            'IMIX' and
10890            '4T2C' and
10891            'MRR'"
10892   parameters:
10893   - "result"
10894   - "name"
10895   - "tags"
10896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10897   x-axis: "X = VNFs per Service Chain"
10898   y-axis: "Y = Number of Service Chains"
10899   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10900   layout:
10901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10902     layout: "plot-service-density"
10903
10904 - type: "plot"
10905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10906   algorithm: "plot_nf_heatmap"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10909   data: "plot-vpp-nfv-2n-clx-mrr"
10910   filter: "'NIC_Intel-XXV710' and
10911            'NF_DENSITY' and
10912            'VHOST' and
10913            not 'VXLAN' and
10914            'CHAIN' and
10915            'NF_VPPIP4' and
10916            'IMIX' and
10917            '8T4C' and
10918            'MRR'"
10919   parameters:
10920   - "result"
10921   - "name"
10922   - "tags"
10923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10924   x-axis: "X = VNFs per Service Chain"
10925   y-axis: "Y = Number of Service Chains"
10926   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10927   layout:
10928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10929     layout: "plot-service-density"
10930
10931 # Plots - NF Density - VSC - NDR IMIX
10932 - type: "plot"
10933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10934   algorithm: "plot_nf_heatmap"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10937   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10938   filter: "'NIC_Intel-XXV710' and
10939            'NF_DENSITY' and
10940            'VHOST' and
10941            not 'VXLAN' and
10942            'CHAIN' and
10943            'NF_VPPIP4' and
10944            'IMIX' and
10945            '2T1C' and
10946            'NDRPDR'"
10947   parameters:
10948   - "throughput"
10949   - "name"
10950   - "tags"
10951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10952   x-axis: "X = VNFs per Service Chain"
10953   y-axis: "Y = Number of Service Chains"
10954   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10955   layout:
10956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10957     layout: "plot-service-density"
10958
10959 - type: "plot"
10960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10961   algorithm: "plot_nf_heatmap"
10962   output-file-type: ".html"
10963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10965   filter: "'NIC_Intel-XXV710' and
10966            'NF_DENSITY' and
10967            'VHOST' and
10968            not 'VXLAN' and
10969            'CHAIN' and
10970            'NF_VPPIP4' and
10971            'IMIX' and
10972            '4T2C' and
10973            'NDRPDR'"
10974   parameters:
10975   - "throughput"
10976   - "name"
10977   - "tags"
10978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10979   x-axis: "X = VNFs per Service Chain"
10980   y-axis: "Y = Number of Service Chains"
10981   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10982   layout:
10983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10984     layout: "plot-service-density"
10985
10986 - type: "plot"
10987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10988   algorithm: "plot_nf_heatmap"
10989   output-file-type: ".html"
10990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10992   filter: "'NIC_Intel-XXV710' and
10993            'NF_DENSITY' and
10994            'VHOST' and
10995            not 'VXLAN' and
10996            'CHAIN' and
10997            'NF_VPPIP4' and
10998            'IMIX' and
10999            '8T4C' and
11000            'NDRPDR'"
11001   parameters:
11002   - "throughput"
11003   - "name"
11004   - "tags"
11005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11006   x-axis: "X = VNFs per Service Chain"
11007   y-axis: "Y = Number of Service Chains"
11008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11009   layout:
11010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11011     layout: "plot-service-density"
11012
11013 # Plots - NF Density - VSC - PDR IMIX
11014 - type: "plot"
11015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11016   algorithm: "plot_nf_heatmap"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11019   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11020   filter: "'NIC_Intel-XXV710' and
11021            'NF_DENSITY' and
11022            'VHOST' and
11023            not 'VXLAN' and
11024            'CHAIN' and
11025            'NF_VPPIP4' and
11026            'IMIX' and
11027            '2T1C' and
11028            'NDRPDR'"
11029   parameters:
11030   - "throughput"
11031   - "name"
11032   - "tags"
11033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11034   x-axis: "X = VNFs per Service Chain"
11035   y-axis: "Y = Number of Service Chains"
11036   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11037   layout:
11038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11039     layout: "plot-service-density"
11040
11041 - type: "plot"
11042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11043   algorithm: "plot_nf_heatmap"
11044   output-file-type: ".html"
11045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11046   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11047   filter: "'NIC_Intel-XXV710' and
11048            'NF_DENSITY' and
11049            'VHOST' and
11050            not 'VXLAN' and
11051            'CHAIN' and
11052            'NF_VPPIP4' and
11053            'IMIX' and
11054            '4T2C' and
11055            'NDRPDR'"
11056   parameters:
11057   - "throughput"
11058   - "name"
11059   - "tags"
11060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11061   x-axis: "X = VNFs per Service Chain"
11062   y-axis: "Y = Number of Service Chains"
11063   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11064   layout:
11065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11066     layout: "plot-service-density"
11067
11068 - type: "plot"
11069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11070   algorithm: "plot_nf_heatmap"
11071   output-file-type: ".html"
11072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11074   filter: "'NIC_Intel-XXV710' and
11075            'NF_DENSITY' and
11076            'VHOST' and
11077            not 'VXLAN' and
11078            'CHAIN' and
11079            'NF_VPPIP4' and
11080            'IMIX' and
11081            '8T4C' and
11082            'NDRPDR'"
11083   parameters:
11084   - "throughput"
11085   - "name"
11086   - "tags"
11087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11088   x-axis: "X = VNFs per Service Chain"
11089   y-axis: "Y = Number of Service Chains"
11090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11091   layout:
11092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11093     layout: "plot-service-density"
11094
11095 # Plots - NF Density - VSC - MRR IMIX
11096 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11101   data: "plot-vpp-nfv-2n-clx-mrr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'VHOST' and
11105            'VXLAN' and
11106            'CHAIN' and
11107            'IMIX' and
11108            '2T1C' and
11109            'MRR'"
11110   parameters:
11111   - "result"
11112   - "name"
11113   - "tags"
11114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = VNFs per Service Chain"
11116   y-axis: "Y = Number of Service Chains"
11117   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11120     layout: "plot-service-density"
11121
11122 - type: "plot"
11123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11124   algorithm: "plot_nf_heatmap"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11127   data: "plot-vpp-nfv-2n-clx-mrr"
11128   filter: "'NIC_Intel-XXV710' and
11129            'NF_DENSITY' and
11130            'VHOST' and
11131            'VXLAN' and
11132            'CHAIN' and
11133            'IMIX' and
11134            '4T2C' and
11135            'MRR'"
11136   parameters:
11137   - "result"
11138   - "name"
11139   - "tags"
11140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11141   x-axis: "X = VNFs per Service Chain"
11142   y-axis: "Y = Number of Service Chains"
11143   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11144   layout:
11145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11146     layout: "plot-service-density"
11147
11148 - type: "plot"
11149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11150   algorithm: "plot_nf_heatmap"
11151   output-file-type: ".html"
11152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11153   data: "plot-vpp-nfv-2n-clx-mrr"
11154   filter: "'NIC_Intel-XXV710' and
11155            'NF_DENSITY' and
11156            'VHOST' and
11157            'VXLAN' and
11158            'CHAIN' and
11159            'IMIX' and
11160            '8T4C' and
11161            'MRR'"
11162   parameters:
11163   - "result"
11164   - "name"
11165   - "tags"
11166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11167   x-axis: "X = VNFs per Service Chain"
11168   y-axis: "Y = Number of Service Chains"
11169   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11170   layout:
11171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11172     layout: "plot-service-density"
11173
11174 # Plots - NF Density - VSC - NDR IMIX
11175 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'VHOST' and
11184            'VXLAN' and
11185            'CHAIN' and
11186            'IMIX' and
11187            '2T1C' and
11188            'NDRPDR'"
11189   parameters:
11190   - "throughput"
11191   - "name"
11192   - "tags"
11193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = VNFs per Service Chain"
11195   y-axis: "Y = Number of Service Chains"
11196   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11199     layout: "plot-service-density"
11200
11201 - type: "plot"
11202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11203   algorithm: "plot_nf_heatmap"
11204   output-file-type: ".html"
11205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11207   filter: "'NIC_Intel-XXV710' and
11208            'NF_DENSITY' and
11209            'VHOST' and
11210            'VXLAN' and
11211            'CHAIN' and
11212            'IMIX' and
11213            '4T2C' and
11214            'NDRPDR'"
11215   parameters:
11216   - "throughput"
11217   - "name"
11218   - "tags"
11219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11220   x-axis: "X = VNFs per Service Chain"
11221   y-axis: "Y = Number of Service Chains"
11222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11223   layout:
11224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11225     layout: "plot-service-density"
11226
11227 - type: "plot"
11228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11229   algorithm: "plot_nf_heatmap"
11230   output-file-type: ".html"
11231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11232   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11233   filter: "'NIC_Intel-XXV710' and
11234            'NF_DENSITY' and
11235            'VHOST' and
11236            'VXLAN' and
11237            'CHAIN' and
11238            'IMIX' and
11239            '8T4C' and
11240            'NDRPDR'"
11241   parameters:
11242   - "throughput"
11243   - "name"
11244   - "tags"
11245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11246   x-axis: "X = VNFs per Service Chain"
11247   y-axis: "Y = Number of Service Chains"
11248   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11249   layout:
11250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11251     layout: "plot-service-density"
11252
11253 # Plots - NF Density - VSC - PDR IMIX
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'VHOST' and
11263            'VXLAN' and
11264            'CHAIN' and
11265            'IMIX' and
11266            '2T1C' and
11267            'NDRPDR'"
11268   parameters:
11269   - "throughput"
11270   - "name"
11271   - "tags"
11272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = VNFs per Service Chain"
11274   y-axis: "Y = Number of Service Chains"
11275   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11278     layout: "plot-service-density"
11279
11280 - type: "plot"
11281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11282   algorithm: "plot_nf_heatmap"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11285   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11286   filter: "'NIC_Intel-XXV710' and
11287            'NF_DENSITY' and
11288            'VHOST' and
11289            'VXLAN' and
11290            'CHAIN' and
11291            'IMIX' and
11292            '4T2C' and
11293            'NDRPDR'"
11294   parameters:
11295   - "throughput"
11296   - "name"
11297   - "tags"
11298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11299   x-axis: "X = VNFs per Service Chain"
11300   y-axis: "Y = Number of Service Chains"
11301   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11302   layout:
11303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11304     layout: "plot-service-density"
11305
11306 - type: "plot"
11307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11308   algorithm: "plot_nf_heatmap"
11309   output-file-type: ".html"
11310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11311   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11312   filter: "'NIC_Intel-XXV710' and
11313            'NF_DENSITY' and
11314            'VHOST' and
11315            'VXLAN' and
11316            'CHAIN' and
11317            'IMIX' and
11318            '8T4C' and
11319            'NDRPDR'"
11320   parameters:
11321   - "throughput"
11322   - "name"
11323   - "tags"
11324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11325   x-axis: "X = VNFs per Service Chain"
11326   y-axis: "Y = Number of Service Chains"
11327   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11328   layout:
11329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11330     layout: "plot-service-density"
11331
11332 # Plots - NF Density - CSC - MRR IMIX
11333 - type: "plot"
11334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11335   algorithm: "plot_nf_heatmap"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11338   data: "plot-vpp-nfv-2n-clx-mrr"
11339   filter: "'NIC_Intel-XXV710' and
11340            'NF_DENSITY' and
11341            'DOCKER' and
11342            'CHAIN' and
11343            'NF_VPPIP4' and
11344            'IMIX' and
11345            '2T1C' and
11346            'MRR'"
11347   parameters:
11348   - "result"
11349   - "name"
11350   - "tags"
11351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11352   x-axis: "X = CNFs per Service Chain"
11353   y-axis: "Y = Number of Service Chains"
11354   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11355   layout:
11356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11357     layout: "plot-service-density"
11358
11359 - type: "plot"
11360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11361   algorithm: "plot_nf_heatmap"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11364   data: "plot-vpp-nfv-2n-clx-mrr"
11365   filter: "'NIC_Intel-XXV710' and
11366            'NF_DENSITY' and
11367            'DOCKER' and
11368            'CHAIN' and
11369            'NF_VPPIP4' and
11370            'IMIX' and
11371            '4T2C' and
11372            'MRR'"
11373   parameters:
11374   - "result"
11375   - "name"
11376   - "tags"
11377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11378   x-axis: "X = CNFs per Service Chain"
11379   y-axis: "Y = Number of Service Chains"
11380   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11381   layout:
11382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11383     layout: "plot-service-density"
11384
11385 - type: "plot"
11386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11387   algorithm: "plot_nf_heatmap"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11390   data: "plot-vpp-nfv-2n-clx-mrr"
11391   filter: "'NIC_Intel-XXV710' and
11392            'NF_DENSITY' and
11393            'DOCKER' and
11394            'CHAIN' and
11395            'NF_VPPIP4' and
11396            'IMIX' and
11397            '8T4C' and
11398            'MRR'"
11399   parameters:
11400   - "result"
11401   - "name"
11402   - "tags"
11403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11404   x-axis: "X = CNFs per Service Chain"
11405   y-axis: "Y = Number of Service Chains"
11406   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11407   layout:
11408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11409     layout: "plot-service-density"
11410
11411 # Plots - NF Density - CSC - NDR IMIX
11412 - type: "plot"
11413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11414   algorithm: "plot_nf_heatmap"
11415   output-file-type: ".html"
11416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11418   filter: "'NIC_Intel-XXV710' and
11419            'NF_DENSITY' and
11420            'DOCKER' and
11421            'CHAIN' and
11422            'NF_VPPIP4' and
11423            'IMIX' and
11424            '2T1C' and
11425            'NDRPDR'"
11426   parameters:
11427   - "throughput"
11428   - "name"
11429   - "tags"
11430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11431   x-axis: "X = CNFs per Service Chain"
11432   y-axis: "Y = Number of Service Chains"
11433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11434   layout:
11435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11436     layout: "plot-service-density"
11437
11438 - type: "plot"
11439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11440   algorithm: "plot_nf_heatmap"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11443   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11444   filter: "'NIC_Intel-XXV710' and
11445            'NF_DENSITY' and
11446            'DOCKER' and
11447            'CHAIN' and
11448            'NF_VPPIP4' and
11449            'IMIX' and
11450            '4T2C' and
11451            'NDRPDR'"
11452   parameters:
11453   - "throughput"
11454   - "name"
11455   - "tags"
11456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11457   x-axis: "X = CNFs per Service Chain"
11458   y-axis: "Y = Number of Service Chains"
11459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11460   layout:
11461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11462     layout: "plot-service-density"
11463
11464 - type: "plot"
11465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11466   algorithm: "plot_nf_heatmap"
11467   output-file-type: ".html"
11468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11469   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11470   filter: "'NIC_Intel-XXV710' and
11471            'NF_DENSITY' and
11472            'DOCKER' and
11473            'CHAIN' and
11474            'NF_VPPIP4' and
11475            'IMIX' and
11476            '8T4C' and
11477            'NDRPDR'"
11478   parameters:
11479   - "throughput"
11480   - "name"
11481   - "tags"
11482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11483   x-axis: "X = CNFs per Service Chain"
11484   y-axis: "Y = Number of Service Chains"
11485   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11486   layout:
11487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11488     layout: "plot-service-density"
11489
11490 # Plots - NF Density - CSC - PDR IMIX
11491 - type: "plot"
11492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11493   algorithm: "plot_nf_heatmap"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11496   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11497   filter: "'NIC_Intel-XXV710' and
11498            'NF_DENSITY' and
11499            'DOCKER' and
11500            'CHAIN' and
11501            'NF_VPPIP4' and
11502            'IMIX' and
11503            '2T1C' and
11504            'NDRPDR'"
11505   parameters:
11506   - "throughput"
11507   - "name"
11508   - "tags"
11509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11510   x-axis: "X = CNFs per Service Chain"
11511   y-axis: "Y = Number of Service Chains"
11512   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11513   layout:
11514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11515     layout: "plot-service-density"
11516
11517 - type: "plot"
11518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11519   algorithm: "plot_nf_heatmap"
11520   output-file-type: ".html"
11521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11522   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11523   filter: "'NIC_Intel-XXV710' and
11524            'NF_DENSITY' and
11525            'DOCKER' and
11526            'CHAIN' and
11527            'NF_VPPIP4' and
11528            'IMIX' and
11529            '4T2C' and
11530            'NDRPDR'"
11531   parameters:
11532   - "throughput"
11533   - "name"
11534   - "tags"
11535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11536   x-axis: "X = CNFs per Service Chain"
11537   y-axis: "Y = Number of Service Chains"
11538   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11539   layout:
11540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11541     layout: "plot-service-density"
11542
11543 - type: "plot"
11544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11545   algorithm: "plot_nf_heatmap"
11546   output-file-type: ".html"
11547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11548   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11549   filter: "'NIC_Intel-XXV710' and
11550            'NF_DENSITY' and
11551            'DOCKER' and
11552            'CHAIN' and
11553            'NF_VPPIP4' and
11554            'IMIX' and
11555            '8T4C' and
11556            'NDRPDR'"
11557   parameters:
11558   - "throughput"
11559   - "name"
11560   - "tags"
11561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11562   x-axis: "X = CNFs per Service Chain"
11563   y-axis: "Y = Number of Service Chains"
11564   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11565   layout:
11566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11567     layout: "plot-service-density"
11568
11569 # Plots - NF Density - CSP - MRR IMIX
11570 - type: "plot"
11571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11572   algorithm: "plot_nf_heatmap"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11575   data: "plot-vpp-nfv-2n-clx-mrr"
11576   filter: "'NIC_Intel-XXV710' and
11577            'NF_DENSITY' and
11578            'DOCKER' and
11579            'PIPELINE' and
11580            'NF_VPPIP4' and
11581            'IMIX' and
11582            '2T1C' and
11583            'MRR'"
11584   parameters:
11585   - "result"
11586   - "name"
11587   - "tags"
11588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11589   x-axis: "X = CNFs per Service Pipeline"
11590   y-axis: "Y = Number of Service Pipelines"
11591   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11592   layout:
11593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11594     layout: "plot-service-density"
11595
11596 - type: "plot"
11597   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11598   algorithm: "plot_nf_heatmap"
11599   output-file-type: ".html"
11600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11601   data: "plot-vpp-nfv-2n-clx-mrr"
11602   filter: "'NIC_Intel-XXV710' and
11603            'NF_DENSITY' and
11604            'DOCKER' and
11605            'PIPELINE' and
11606            'NF_VPPIP4' and
11607            'IMIX' and
11608            '4T2C' and
11609            'MRR'"
11610   parameters:
11611   - "result"
11612   - "name"
11613   - "tags"
11614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11615   x-axis: "X = CNFs per Service Pipeline"
11616   y-axis: "Y = Number of Service Pipelines"
11617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11618   layout:
11619     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11620     layout: "plot-service-density"
11621
11622 - type: "plot"
11623   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11624   algorithm: "plot_nf_heatmap"
11625   output-file-type: ".html"
11626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11627   data: "plot-vpp-nfv-2n-clx-mrr"
11628   filter: "'NIC_Intel-XXV710' and
11629            'NF_DENSITY' and
11630            'DOCKER' and
11631            'PIPELINE' and
11632            'NF_VPPIP4' and
11633            'IMIX' and
11634            '8T4C' and
11635            'MRR'"
11636   parameters:
11637   - "result"
11638   - "name"
11639   - "tags"
11640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11641   x-axis: "X = CNFs per Service Pipeline"
11642   y-axis: "Y = Number of Service Pipelines"
11643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11644   layout:
11645     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11646     layout: "plot-service-density"
11647
11648 # Plots - NF Density - CSP - NDR IMIX
11649 - type: "plot"
11650   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11651   algorithm: "plot_nf_heatmap"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11655   filter: "'NIC_Intel-XXV710' and
11656            'NF_DENSITY' and
11657            'DOCKER' and
11658            'PIPELINE' and
11659            'NF_VPPIP4' and
11660            'IMIX' and
11661            '2T1C' and
11662            'NDRPDR'"
11663   parameters:
11664   - "throughput"
11665   - "name"
11666   - "tags"
11667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11668   x-axis: "X = CNFs per Service Pipeline"
11669   y-axis: "Y = Number of Service Pipelines"
11670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11671   layout:
11672     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11673     layout: "plot-service-density"
11674
11675 - type: "plot"
11676   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11677   algorithm: "plot_nf_heatmap"
11678   output-file-type: ".html"
11679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11680   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11681   filter: "'NIC_Intel-XXV710' and
11682            'NF_DENSITY' and
11683            'DOCKER' and
11684            'PIPELINE' and
11685            'NF_VPPIP4' and
11686            'IMIX' and
11687            '4T2C' and
11688            'NDRPDR'"
11689   parameters:
11690   - "throughput"
11691   - "name"
11692   - "tags"
11693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11694   x-axis: "X = CNFs per Service Pipeline"
11695   y-axis: "Y = Number of Service Pipelines"
11696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11697   layout:
11698     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11699     layout: "plot-service-density"
11700
11701 - type: "plot"
11702   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11703   algorithm: "plot_nf_heatmap"
11704   output-file-type: ".html"
11705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11706   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11707   filter: "'NIC_Intel-XXV710' and
11708            'NF_DENSITY' and
11709            'DOCKER' and
11710            'PIPELINE' and
11711            'NF_VPPIP4' and
11712            'IMIX' and
11713            '8T4C' and
11714            'NDRPDR'"
11715   parameters:
11716   - "throughput"
11717   - "name"
11718   - "tags"
11719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11720   x-axis: "X = CNFs per Service Pipeline"
11721   y-axis: "Y = Number of Service Pipelines"
11722   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11723   layout:
11724     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11725     layout: "plot-service-density"
11726
11727 # Plots - NF Density - CSP - PDR IMIX
11728 - type: "plot"
11729   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11730   algorithm: "plot_nf_heatmap"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11733   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11734   filter: "'NIC_Intel-XXV710' and
11735            'NF_DENSITY' and
11736            'DOCKER' and
11737            'PIPELINE' and
11738            'NF_VPPIP4' and
11739            'IMIX' and
11740            '2T1C' and
11741            'NDRPDR'"
11742   parameters:
11743   - "throughput"
11744   - "name"
11745   - "tags"
11746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11747   x-axis: "X = CNFs per Service Pipeline"
11748   y-axis: "Y = Number of Service Pipelines"
11749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11750   layout:
11751     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11752     layout: "plot-service-density"
11753
11754 - type: "plot"
11755   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11756   algorithm: "plot_nf_heatmap"
11757   output-file-type: ".html"
11758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11759   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11760   filter: "'NIC_Intel-XXV710' and
11761            'NF_DENSITY' and
11762            'DOCKER' and
11763            'PIPELINE' and
11764            'NF_VPPIP4' and
11765            'IMIX' and
11766            '4T2C' and
11767            'NDRPDR'"
11768   parameters:
11769   - "throughput"
11770   - "name"
11771   - "tags"
11772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11773   x-axis: "X = CNFs per Service Pipeline"
11774   y-axis: "Y = Number of Service Pipelines"
11775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11776   layout:
11777     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11778     layout: "plot-service-density"
11779
11780 - type: "plot"
11781   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11782   algorithm: "plot_nf_heatmap"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11785   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11786   filter: "'NIC_Intel-XXV710' and
11787            'NF_DENSITY' and
11788            'DOCKER' and
11789            'PIPELINE' and
11790            'NF_VPPIP4' and
11791            'IMIX' and
11792            '8T4C' and
11793            'NDRPDR'"
11794   parameters:
11795   - "throughput"
11796   - "name"
11797   - "tags"
11798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11799   x-axis: "X = CNFs per Service Pipeline"
11800   y-axis: "Y = Number of Service Pipelines"
11801   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11802   layout:
11803     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11804     layout: "plot-service-density"
11805
11806 ################################################################################
11807
11808 # Packet Throughput
11809
11810 - type: "plot"
11811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11820   layout:
11821     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11829   include:
11830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11834   layout:
11835     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11843   include:
11844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11848   layout:
11849     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11862   layout:
11863     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11877   layout:
11878     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11886   include:
11887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11892   layout:
11893     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11901   include:
11902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11907   layout:
11908     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11916   include:
11917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11922   layout:
11923     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11931   include:
11932     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11933     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11934     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11935     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11936     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11937   layout:
11938     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11946   include:
11947     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11948     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11949     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11950     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11951     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11952   layout:
11953     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11968   layout:
11969     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11984   layout:
11985     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12014   layout:
12015     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12027   layout:
12028     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12040   layout:
12041     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12049   include:
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12055   layout:
12056     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12070   layout:
12071     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12083   layout:
12084     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12096   layout:
12097     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12112   layout:
12113     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12128   layout:
12129     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12144   layout:
12145     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12160   layout:
12161     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12173   layout:
12174     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12186   layout:
12187     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12201   layout:
12202     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12210   include:
12211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12216   layout:
12217     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12225   include:
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12231   layout:
12232     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12246   layout:
12247     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12261   layout:
12262     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12270   include:
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12276   layout:
12277     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12282   algorithm: "plot_perf_box_name"
12283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12292   layout:
12293     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12308   layout:
12309     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12324   layout:
12325     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12333   include:
12334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12340   layout:
12341     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12349   include:
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12355   layout:
12356     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12370   layout:
12371     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12379   include:
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12386   layout:
12387     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12395   include:
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12402   layout:
12403     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12411   include:
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12417   layout:
12418     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12432   layout:
12433     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12440   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12448   layout:
12449     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12464   layout:
12465     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12473   include:
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12479   layout:
12480     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12488   include:
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12494   layout:
12495     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12503   include:
12504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12510   layout:
12511     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12519   include:
12520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12526   layout:
12527     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12535   include:
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12538   layout:
12539     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12547   include:
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12550   layout:
12551     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12578   layout:
12579     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12606   layout:
12607     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12612   algorithm: "plot_perf_box_name"
12613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12615   include:
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12620   layout:
12621     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12629   include:
12630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12634   layout:
12635     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12643   include:
12644     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12648   layout:
12649     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12656   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12657   include:
12658     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12662   layout:
12663     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12678   layout:
12679     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12694   layout:
12695     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12709   layout:
12710     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12724   layout:
12725     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12739   layout:
12740     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741     layout: "plot-throughput"
12742
12743 - type: "plot"
12744   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12745   algorithm: "plot_perf_box_name"
12746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12748   include:
12749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12754   layout:
12755     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12763   include:
12764     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12767   layout:
12768     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12769     layout: "plot-throughput"
12770
12771 - type: "plot"
12772   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12773   algorithm: "plot_perf_box_name"
12774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12776   include:
12777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12780   layout:
12781     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12789   include:
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12793   layout:
12794     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   include:
12803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12806   layout:
12807     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12821   layout:
12822     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12830   include:
12831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12836   layout:
12837     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12845   include:
12846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12851   layout:
12852     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12860   include:
12861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12866   layout:
12867     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12875   include:
12876     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12881   layout:
12882     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12890   include:
12891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12896   layout:
12897     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12905   include:
12906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12911   layout:
12912     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12919   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12920   include:
12921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12926   layout:
12927     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12935   include:
12936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12941   layout:
12942     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12950   include:
12951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12956   layout:
12957     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12965   include:
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972   layout:
12973     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12981   include:
12982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988   layout:
12989     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12997   include:
12998     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002   layout:
13003     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13011   include:
13012     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016   layout:
13017     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13025   include:
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032   layout:
13033     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13041   include:
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048   layout:
13049     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057   include:
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064   layout:
13065     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13080   layout:
13081     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13096   layout:
13097     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13112   layout:
13113     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13121   include:
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13128   layout:
13129     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13137   include:
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13144   layout:
13145     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13153   include:
13154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160   layout:
13161     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13169   include:
13170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176   layout:
13177     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13192   layout:
13193     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13194     layout: "plot-throughput"
13195
13196 - type: "plot"
13197   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13198   algorithm: "plot_perf_box_name"
13199   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13201   include:
13202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13208   layout:
13209     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13224   layout:
13225     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13240   layout:
13241     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13256   layout:
13257     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13265   include:
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13272   layout:
13273     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13286   layout:
13287     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13300   layout:
13301     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13314   layout:
13315     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13320   algorithm: "plot_perf_box_name"
13321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13323   include:
13324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13328   layout:
13329     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13337   include:
13338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13344   layout:
13345     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13353   include:
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13360   layout:
13361     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13375   layout:
13376     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13390   layout:
13391     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13420   layout:
13421     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13422     layout: "plot-throughput"
13423
13424 - type: "plot"
13425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13426   algorithm: "plot_perf_box_name"
13427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13429   include:
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13434   layout:
13435     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13436     layout: "plot-throughput"
13437
13438 - type: "plot"
13439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13440   algorithm: "plot_perf_box_name"
13441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13443   include:
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13448   layout:
13449     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13464   layout:
13465     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13466     layout: "plot-throughput"
13467
13468 - type: "plot"
13469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13470   algorithm: "plot_perf_box_name"
13471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13473   include:
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13480   layout:
13481     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13489   include:
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13496   layout:
13497     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13512   layout:
13513     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13528   layout:
13529     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537   include:
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13544   layout:
13545     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13546     layout: "plot-throughput"
13547
13548 - type: "plot"
13549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13550   algorithm: "plot_perf_box_name"
13551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553   include:
13554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13560   layout:
13561     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13562     layout: "plot-throughput"
13563
13564 - type: "plot"
13565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13566   algorithm: "plot_perf_box_name"
13567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13569   include:
13570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13576   layout:
13577     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13578     layout: "plot-throughput"
13579
13580 - type: "plot"
13581   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13582   algorithm: "plot_perf_box_name"
13583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13585   include:
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13590   layout:
13591     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13599   include:
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13604   layout:
13605     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13613   include:
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13620   layout:
13621     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13629   include:
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13636   layout:
13637     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13638     layout: "plot-throughput"
13639
13640 - type: "plot"
13641   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13642   algorithm: "plot_perf_box_name"
13643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13645   include:
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13652   layout:
13653     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13661   include:
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13668   layout:
13669     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13670     layout: "plot-throughput"
13671
13672 #- type: "plot"
13673 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13674 #  algorithm: "plot_perf_box_name"
13675 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13676 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13677 #  include:
13678 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13681 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13682 #  layout:
13683 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13684 #    layout: "plot-throughput"
13685 #
13686 #- type: "plot"
13687 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13688 #  algorithm: "plot_perf_box_name"
13689 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13690 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13691 #  include:
13692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13696 #  layout:
13697 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13698 #    layout: "plot-throughput"
13699
13700 - type: "plot"
13701   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13702   algorithm: "plot_perf_box_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13705   include:
13706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13712   layout:
13713     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13714     layout: "plot-throughput"
13715
13716 - type: "plot"
13717   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13718   algorithm: "plot_perf_box_name"
13719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13721   include:
13722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13728   layout:
13729     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13730     layout: "plot-throughput"
13731
13732 #- type: "plot"
13733 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13734 #  algorithm: "plot_perf_box_name"
13735 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13736 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13737 #  include:
13738 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13742 #  layout:
13743 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13744 #    layout: "plot-throughput"
13745 #
13746 #- type: "plot"
13747 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13748 #  algorithm: "plot_perf_box_name"
13749 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13750 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13751 #  include:
13752 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13753 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13754 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13756 #  layout:
13757 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13758 #    layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13765   include:
13766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13772   layout:
13773     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13781   include:
13782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13788   layout:
13789     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13790     layout: "plot-throughput"
13791
13792 #- type: "plot"
13793 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13794 #  algorithm: "plot_perf_box_name"
13795 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13796 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13797 #  include:
13798 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13799 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13804 #  layout:
13805 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13806 #    layout: "plot-throughput"
13807 #
13808 #- type: "plot"
13809 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13810 #  algorithm: "plot_perf_box_name"
13811 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13812 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13813 #  include:
13814 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13815 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13816 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13817 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13818 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13819 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13820 #  layout:
13821 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13822 #    layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13829   include:
13830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13836   layout:
13837     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13838     layout: "plot-throughput"
13839
13840 - type: "plot"
13841   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13842   algorithm: "plot_perf_box_name"
13843   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13845   include:
13846     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13852   layout:
13853     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13854     layout: "plot-throughput"
13855
13856 - type: "plot"
13857   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13858   algorithm: "plot_perf_box_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13865 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13866 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13868   layout:
13869     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13870     layout: "plot-throughput"
13871
13872 - type: "plot"
13873   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13874   algorithm: "plot_perf_box_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13881 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13884   layout:
13885     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13886     layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13895     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13896     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13900   layout:
13901     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13906   algorithm: "plot_perf_box_name"
13907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13909   include:
13910     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13912     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13915     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13916   layout:
13917     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13918     layout: "plot-throughput"
13919
13920 - type: "plot"
13921   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13922   algorithm: "plot_perf_box_name"
13923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13925   include:
13926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13927     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13928     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13930     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13931     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13932   layout:
13933     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13934     layout: "plot-throughput"
13935
13936 - type: "plot"
13937   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13938   algorithm: "plot_perf_box_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13941   include:
13942     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13943     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13944     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13948   layout:
13949     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13950     layout: "plot-throughput"
13951
13952 #- type: "plot"
13953 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13954 #  algorithm: "plot_perf_box_name"
13955 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13956 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13957 #  include:
13958 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13960 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13961 #  layout:
13962 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13963 #    layout: "plot-throughput"
13964 #
13965 #- type: "plot"
13966 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13967 #  algorithm: "plot_perf_box_name"
13968 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13969 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13970 #  include:
13971 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13974 #  layout:
13975 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13976 #    layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13989   layout:
13990     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   include:
14014     - "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"
14015     - "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"
14016     - "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"
14017     - "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"
14018     - "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"
14019   layout:
14020     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "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"
14030     - "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"
14031     - "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"
14032     - "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"
14033     - "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"
14034   layout:
14035     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14049   layout:
14050     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14064   layout:
14065     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14079   layout:
14080     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14085   algorithm: "plot_perf_box_name"
14086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14088   include:
14089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14094   layout:
14095     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14096     layout: "plot-throughput"
14097
14098 - type: "plot"
14099   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14100   algorithm: "plot_perf_box_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14103   include:
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14109   layout:
14110     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14111     layout: "plot-throughput"
14112
14113 - type: "plot"
14114   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14115   algorithm: "plot_perf_box_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14118   include:
14119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14124   layout:
14125     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14126     layout: "plot-throughput"
14127
14128 - type: "plot"
14129   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14130   algorithm: "plot_perf_box_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14133   include:
14134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14139   layout:
14140     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14148   include:
14149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14154   layout:
14155     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14156     layout: "plot-throughput"
14157
14158 - type: "plot"
14159   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14160   algorithm: "plot_perf_box_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14168   layout:
14169     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14182   layout:
14183     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14184     layout: "plot-throughput"
14185
14186 - type: "plot"
14187   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14188   algorithm: "plot_perf_box_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "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"
14193     - "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"
14194     - "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"
14195     - "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"
14196   layout:
14197     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14198     layout: "plot-throughput"
14199
14200 - type: "plot"
14201   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14202   algorithm: "plot_perf_box_name"
14203   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14205   include:
14206     - "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"
14207     - "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"
14208     - "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"
14209     - "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"
14210   layout:
14211     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14212     layout: "plot-throughput"
14213
14214 - type: "plot"
14215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14216   algorithm: "plot_perf_box_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14226   layout:
14227     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14228     layout: "plot-throughput"
14229
14230 - type: "plot"
14231   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14232   algorithm: "plot_perf_box_name"
14233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14235   include:
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242   layout:
14243     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14244     layout: "plot-throughput"
14245
14246 - type: "plot"
14247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14248   algorithm: "plot_perf_box_name"
14249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14258   layout:
14259     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14260     layout: "plot-throughput"
14261
14262 - type: "plot"
14263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14264   algorithm: "plot_perf_box_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274   layout:
14275     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14276     layout: "plot-throughput"
14277
14278 - type: "plot"
14279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14280   algorithm: "plot_perf_box_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14323     layout: "plot-throughput"
14324
14325 - type: "plot"
14326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14327   algorithm: "plot_perf_box_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14336   layout:
14337     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14338     layout: "plot-throughput"
14339
14340 - type: "plot"
14341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14342   algorithm: "plot_perf_box_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14345   include:
14346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14348   layout:
14349     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14350     layout: "plot-throughput"
14351
14352 - type: "plot"
14353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14354   algorithm: "plot_perf_box_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14360   layout:
14361     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14362     layout: "plot-throughput"
14363
14364 - type: "plot"
14365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14366   algorithm: "plot_perf_box_name"
14367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14369   include:
14370     - "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"
14371     - "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"
14372   layout:
14373     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14374     layout: "plot-throughput"
14375
14376 - type: "plot"
14377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14378   algorithm: "plot_perf_box_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "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"
14383     - "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"
14384   layout:
14385     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14386     layout: "plot-throughput"
14387
14388 - type: "plot"
14389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14390   algorithm: "plot_perf_box_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14396   layout:
14397     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14398     layout: "plot-throughput"
14399
14400 - type: "plot"
14401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14402   algorithm: "plot_perf_box_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408   layout:
14409     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14410     layout: "plot-throughput"
14411
14412 - type: "plot"
14413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14414   algorithm: "plot_perf_box_name"
14415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420   layout:
14421     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14422     layout: "plot-throughput"
14423
14424 - type: "plot"
14425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14426   algorithm: "plot_perf_box_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14429   include:
14430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14434     layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14438   algorithm: "plot_perf_box_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14441   include:
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14448   layout:
14449     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14450     layout: "plot-throughput"
14451
14452 - type: "plot"
14453   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14454   algorithm: "plot_perf_box_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14457   include:
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14464   layout:
14465     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14466     layout: "plot-throughput"
14467
14468 - type: "plot"
14469   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14470   algorithm: "plot_perf_box_name"
14471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14473   include:
14474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480   layout:
14481     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14482     layout: "plot-throughput"
14483
14484 - type: "plot"
14485   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14486   algorithm: "plot_perf_box_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14489   include:
14490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14496   layout:
14497     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14498     layout: "plot-throughput"
14499
14500 #- type: "plot"
14501 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14502 #  algorithm: "plot_perf_box_name"
14503 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14504 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14505 #  include:
14506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14512 #  layout:
14513 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14514 #    layout: "plot-throughput"
14515 #
14516 #- type: "plot"
14517 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14518 #  algorithm: "plot_perf_box_name"
14519 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14520 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14521 #  include:
14522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14526 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14527 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14528 #  layout:
14529 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14530 #    layout: "plot-throughput"
14531
14532 - type: "plot"
14533   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14534   algorithm: "plot_perf_box_name"
14535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14537   include:
14538     - "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"
14539     - "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"
14540     - "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"
14541     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14542     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14544   layout:
14545     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14546     layout: "plot-throughput"
14547
14548 - type: "plot"
14549   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14550   algorithm: "plot_perf_box_name"
14551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14553   include:
14554     - "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"
14555     - "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"
14556     - "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"
14557     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14562     layout: "plot-throughput"
14563
14564 ################################################################################
14565
14566 # Packet Speedup
14567
14568 - type: "plot"
14569   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14592   layout:
14593     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14606   layout:
14607     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14620   layout:
14621     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14629   include:
14630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14635   layout:
14636     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14644   include:
14645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14650   layout:
14651     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14665   layout:
14666     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14677     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14678     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14679     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14680   layout:
14681     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14696   layout:
14697     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14712   layout:
14713     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14742   layout:
14743     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14755   layout:
14756     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14768   layout:
14769     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14783   layout:
14784     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14798   layout:
14799     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14811   layout:
14812     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14824   layout:
14825     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14840   layout:
14841     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14849   include:
14850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14856   layout:
14857     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14872   layout:
14873     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14888   layout:
14889     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14897   include:
14898     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14901   layout:
14902     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14914   layout:
14915     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14927 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14928 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14929   layout:
14930     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14942 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14943 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14944   layout:
14945     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14953   include:
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14959   layout:
14960     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14989   layout:
14990     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15004   layout:
15005     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15020   layout:
15021     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15036   layout:
15037     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15052   layout:
15053     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15068   layout:
15069     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15077   include:
15078     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15080   layout:
15081     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15089   include:
15090     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15092   layout:
15093     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15106   layout:
15107     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15120   layout:
15121     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15134   layout:
15135     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15148   layout:
15149     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15164   layout:
15165     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15180   layout:
15181     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 - type: "plot"
15185   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15186   algorithm: "plot_tsa_name"
15187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15189   include:
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15195   layout:
15196     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15210   layout:
15211     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15225   layout:
15226     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15240   layout:
15241     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15249   include:
15250     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15253   layout:
15254     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15262   include:
15263     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15266   layout:
15267     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15279   layout:
15280     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
15289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15292   layout:
15293     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15301   include:
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15307   layout:
15308     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15316   include:
15317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15322   layout:
15323     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15331   include:
15332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15337   layout:
15338     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15346   include:
15347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15352   layout:
15353     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15361   include:
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368   layout:
15369     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   include:
15378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384   layout:
15385     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15393   include:
15394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15398   layout:
15399     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15407   include:
15408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15412   layout:
15413     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15421   include:
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15428   layout:
15429     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15444   layout:
15445     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15460   layout:
15461     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15469   include:
15470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15476   layout:
15477     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15492   layout:
15493     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15501   include:
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15508   layout:
15509     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15517   include:
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15524   layout:
15525     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15533   include:
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15540   layout:
15541     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15549   include:
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15556   layout:
15557     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15565   include:
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15572   layout:
15573     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15581   include:
15582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15586   layout:
15587     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15595   include:
15596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15600   layout:
15601     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15609   include:
15610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15614   layout:
15615     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15623   include:
15624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15628   layout:
15629     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15637   include:
15638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15644   layout:
15645     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15653   include:
15654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15660   layout:
15661     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15669   include:
15670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15675   layout:
15676     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15684   include:
15685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15690   layout:
15691     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15705   layout:
15706     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720   layout:
15721     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15729   include:
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15734   layout:
15735     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15736     layout: "plot-throughput-speedup-analysis"
15737
15738 - type: "plot"
15739   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15740   algorithm: "plot_tsa_name"
15741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15743   include:
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15748   layout:
15749     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15757   include:
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15764   layout:
15765     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15773   include:
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15780   layout:
15781     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15796   layout:
15797     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15812   layout:
15813     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15821   include:
15822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15828   layout:
15829     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15837   include:
15838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15844   layout:
15845     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15853   include:
15854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15860   layout:
15861     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15869   include:
15870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15872     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15873     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15874     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15875     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15876   layout:
15877     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15892   layout:
15893     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15901   include:
15902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15908   layout:
15909     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15917   include:
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15923   layout:
15924     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15932   include:
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15938   layout:
15939     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 - type: "plot"
15943   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15944   algorithm: "plot_tsa_name"
15945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15947   include:
15948     - "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"
15949     - "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"
15950     - "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"
15951     - "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"
15952     - "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"
15953   layout:
15954     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15962   include:
15963     - "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"
15964     - "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"
15965     - "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"
15966     - "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"
15967     - "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"
15968   layout:
15969     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15977   include:
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15983   layout:
15984     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15992   include:
15993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15998   layout:
15999     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16007   include:
16008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16013   layout:
16014     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16028   layout:
16029     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16030     layout: "plot-throughput-speedup-analysis"
16031
16032 - type: "plot"
16033   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16034   algorithm: "plot_tsa_name"
16035   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16037   include:
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16043   layout:
16044     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16052   include:
16053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16058   layout:
16059     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16067   include:
16068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16073   layout:
16074     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16082   include:
16083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16088   layout:
16089     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16097   include:
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102   layout:
16103     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16111   include:
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116   layout:
16117     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16125   include:
16126     - "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"
16127     - "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"
16128     - "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"
16129     - "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"
16130   layout:
16131     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16139   include:
16140     - "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"
16141     - "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"
16142     - "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"
16143     - "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"
16144   layout:
16145     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16153   include:
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16160   layout:
16161     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16169   include:
16170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176   layout:
16177     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16185   include:
16186     - "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"
16187     - "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"
16188     - "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"
16189     - "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"
16190     - "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"
16191     - "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"
16192   layout:
16193     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "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"
16203     - "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"
16204     - "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"
16205     - "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"
16206     - "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"
16207     - "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"
16208   layout:
16209     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16217   include:
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224   layout:
16225     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16233   include:
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16240   layout:
16241     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16249   include:
16250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16255   layout:
16256     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16264   include:
16265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16270   layout:
16271     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16279   include:
16280     - "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"
16281     - "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"
16282   layout:
16283     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16291   include:
16292     - "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"
16293     - "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"
16294   layout:
16295     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16303   include:
16304     - "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"
16305     - "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"
16306   layout:
16307     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16315   include:
16316     - "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"
16317     - "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"
16318   layout:
16319     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16327   include:
16328     - "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"
16329     - "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"
16330     - "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"
16331     - "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"
16332     - "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"
16333     - "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"
16334   layout:
16335     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16336     layout: "plot-throughput-speedup-analysis"
16337
16338 - type: "plot"
16339   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16340   algorithm: "plot_tsa_name"
16341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16343   include:
16344     - "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"
16345     - "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"
16346     - "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"
16347     - "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"
16348     - "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"
16349     - "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"
16350   layout:
16351     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16352     layout: "plot-throughput-speedup-analysis"
16353
16354 - type: "plot"
16355   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16356   algorithm: "plot_tsa_name"
16357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16359   include:
16360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16365   layout:
16366     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16367     layout: "plot-throughput-speedup-analysis"
16368
16369 - type: "plot"
16370   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16371   algorithm: "plot_tsa_name"
16372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16374   include:
16375     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16376     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16379     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16380   layout:
16381     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16389   include:
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16395   layout:
16396     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16404   include:
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16410   layout:
16411     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16426   layout:
16427     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16435   include:
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16442   layout:
16443     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16451   include:
16452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16470   layout:
16471     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16479   include:
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16485   layout:
16486     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16494   include:
16495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16500   layout:
16501     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16509   include:
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16516   layout:
16517     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16518     layout: "plot-throughput-speedup-analysis"
16519
16520 - type: "plot"
16521   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16522   algorithm: "plot_tsa_name"
16523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16525   include:
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16532   layout:
16533     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16541   include:
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16546   layout:
16547     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16555   include:
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16560   layout:
16561     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16569   include:
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16576   layout:
16577     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16585   include:
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16592   layout:
16593     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16601   include:
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16608   layout:
16609     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 - type: "plot"
16613   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16614   algorithm: "plot_tsa_name"
16615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16617   include:
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16624   layout:
16625     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 - type: "plot"
16629   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16630   algorithm: "plot_tsa_name"
16631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633   include:
16634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16637     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16638     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16639     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16640   layout:
16641     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16642     layout: "plot-throughput-speedup-analysis"
16643
16644 - type: "plot"
16645   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16646   algorithm: "plot_tsa_name"
16647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16649   include:
16650     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16651     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16653     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16656   layout:
16657     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16658     layout: "plot-throughput-speedup-analysis"
16659
16660 - type: "plot"
16661   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16662   algorithm: "plot_tsa_name"
16663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16665   include:
16666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16672   layout:
16673     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16674     layout: "plot-throughput-speedup-analysis"
16675
16676 - type: "plot"
16677   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16678   algorithm: "plot_tsa_name"
16679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16680   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16681   include:
16682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16688   layout:
16689     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16690     layout: "plot-throughput-speedup-analysis"
16691
16692 - type: "plot"
16693   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16694   algorithm: "plot_tsa_name"
16695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16697   include:
16698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16704   layout:
16705     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16706     layout: "plot-throughput-speedup-analysis"
16707
16708 - type: "plot"
16709   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16710   algorithm: "plot_tsa_name"
16711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16713   include:
16714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16720   layout:
16721     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16722     layout: "plot-throughput-speedup-analysis"
16723
16724 #- type: "plot"
16725 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16726 #  algorithm: "plot_tsa_name"
16727 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16728 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16729 #  include:
16730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16734 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16736 #  layout:
16737 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16738 #    layout: "plot-throughput-speedup-analysis"
16739 #
16740 #- type: "plot"
16741 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16742 #  algorithm: "plot_tsa_name"
16743 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16744 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16745 #  include:
16746 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16747 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16748 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16749 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16750 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16751 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16752 #  layout:
16753 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16754 #    layout: "plot-throughput-speedup-analysis"
16755
16756 - type: "plot"
16757   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16758   algorithm: "plot_tsa_name"
16759   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16760   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16761   include:
16762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16767   layout:
16768     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16769     layout: "plot-throughput-speedup-analysis"
16770
16771 - type: "plot"
16772   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16773   algorithm: "plot_tsa_name"
16774   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16775   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16776   include:
16777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16782   layout:
16783     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16784     layout: "plot-throughput-speedup-analysis"
16785
16786 - type: "plot"
16787   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16788   algorithm: "plot_tsa_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16790   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16791   include:
16792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16798   layout:
16799     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16800     layout: "plot-throughput-speedup-analysis"
16801
16802 - type: "plot"
16803   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16804   algorithm: "plot_tsa_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16806   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16807   include:
16808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16814   layout:
16815     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16829   layout:
16830     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16844   layout:
16845     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16846     layout: "plot-throughput-speedup-analysis"
16847
16848 #- type: "plot"
16849 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16850 #  algorithm: "plot_tsa_name"
16851 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16852 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16853 #  include:
16854 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16855 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16856 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16857 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16858 #  layout:
16859 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16860 #    layout: "plot-throughput-speedup-analysis"
16861 #
16862 #- type: "plot"
16863 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16864 #  algorithm: "plot_tsa_name"
16865 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16866 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16867 #  include:
16868 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16869 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16870 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16871 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16872 #  layout:
16873 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16874 #    layout: "plot-throughput-speedup-analysis"
16875
16876 - type: "plot"
16877   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16878   algorithm: "plot_tsa_name"
16879   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16880   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16881   include:
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16888   layout:
16889     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16890     layout: "plot-throughput-speedup-analysis"
16891
16892 - type: "plot"
16893   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16894   algorithm: "plot_tsa_name"
16895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16897   include:
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16904   layout:
16905     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16906     layout: "plot-throughput-speedup-analysis"
16907
16908 - type: "plot"
16909   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16910   algorithm: "plot_tsa_name"
16911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16913   include:
16914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16919   layout:
16920     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16934   layout:
16935     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16936     layout: "plot-throughput-speedup-analysis"
16937
16938 - type: "plot"
16939   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16940   algorithm: "plot_tsa_name"
16941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16943   include:
16944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16950   layout:
16951     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16952     layout: "plot-throughput-speedup-analysis"
16953
16954 - type: "plot"
16955   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16956   algorithm: "plot_tsa_name"
16957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16959   include:
16960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 - type: "plot"
16971   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16972   algorithm: "plot_tsa_name"
16973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975   include:
16976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16980   layout:
16981     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16982     layout: "plot-throughput-speedup-analysis"
16983
16984 - type: "plot"
16985   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16986   algorithm: "plot_tsa_name"
16987   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16988   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16989   include:
16990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16994   layout:
16995     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16996     layout: "plot-throughput-speedup-analysis"
16997
16998 - type: "plot"
16999   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17000   algorithm: "plot_tsa_name"
17001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17003   include:
17004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17009   layout:
17010     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17011     layout: "plot-throughput-speedup-analysis"
17012
17013 - type: "plot"
17014   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17015   algorithm: "plot_tsa_name"
17016   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17017   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17018   include:
17019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17024   layout:
17025     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17026     layout: "plot-throughput-speedup-analysis"
17027
17028 - type: "plot"
17029   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17030   algorithm: "plot_tsa_name"
17031   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17032   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17033   include:
17034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17040   layout:
17041     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17042     layout: "plot-throughput-speedup-analysis"
17043
17044 - type: "plot"
17045   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17046   algorithm: "plot_tsa_name"
17047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17049   include:
17050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17056   layout:
17057     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17058     layout: "plot-throughput-speedup-analysis"
17059
17060 #- type: "plot"
17061 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17062 #  algorithm: "plot_tsa_name"
17063 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17064 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17065 #  include:
17066 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17067 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17070 #  layout:
17071 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17072 #    layout: "plot-throughput-speedup-analysis"
17073 #
17074 #- type: "plot"
17075 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17076 #  algorithm: "plot_tsa_name"
17077 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17078 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17079 #  include:
17080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17084 #  layout:
17085 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17086 #    layout: "plot-throughput-speedup-analysis"
17087
17088 - type: "plot"
17089   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17090   algorithm: "plot_tsa_name"
17091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17093   include:
17094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17100   layout:
17101     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17102     layout: "plot-throughput-speedup-analysis"
17103
17104 - type: "plot"
17105   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17106   algorithm: "plot_tsa_name"
17107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17109   include:
17110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17116   layout:
17117     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17118     layout: "plot-throughput-speedup-analysis"
17119
17120 #- type: "plot"
17121 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17122 #  algorithm: "plot_tsa_name"
17123 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17124 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17125 #  include:
17126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17127 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17128 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17129 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17130 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17131 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17132 #  layout:
17133 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17134 #    layout: "plot-throughput-speedup-analysis"
17135 #
17136 #- type: "plot"
17137 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17138 #  algorithm: "plot_tsa_name"
17139 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17140 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17141 #  include:
17142 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17143 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17144 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17145 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17146 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17147 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17148 #  layout:
17149 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17150 #    layout: "plot-throughput-speedup-analysis"
17151
17152 #- type: "plot"
17153 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17154 #  algorithm: "plot_tsa_name"
17155 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17156 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17157 #  include:
17158 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17159 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17160 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17161 #  layout:
17162 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17163 #    layout: "plot-throughput-speedup-analysis"
17164 #
17165 #- type: "plot"
17166 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17167 #  algorithm: "plot_tsa_name"
17168 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17169 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17170 #  include:
17171 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17172 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17173 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17174 #  layout:
17175 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17176 #    layout: "plot-throughput-speedup-analysis"
17177
17178 ################################################################################
17179
17180 # Packet Throughput - DPDK
17181
17182 # 2n-skx-xxv710
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17188   data: "plot-dpdk-throughput-latency-2n-skx"
17189   include:
17190     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17191     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17192   layout:
17193     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17200   data: "plot-dpdk-throughput-latency-2n-skx"
17201   include:
17202     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17203     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17204   layout:
17205     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17212   data: "plot-dpdk-throughput-latency-2n-skx"
17213   include:
17214     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17215     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17216   layout:
17217     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17224   data: "plot-dpdk-throughput-latency-2n-skx"
17225   include:
17226     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17227     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17228   layout:
17229     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17230     layout: "plot-throughput"
17231
17232 # 2n-skx-x710
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17238   data: "plot-dpdk-throughput-latency-2n-skx"
17239   include:
17240     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17241     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17242   layout:
17243     title: "2n-skx-x710-64b-2t1c-base-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17250   data: "plot-dpdk-throughput-latency-2n-skx"
17251   include:
17252     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17253     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17254   layout:
17255     title: "2n-skx-x710-64b-4t2c-base-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17262   data: "plot-dpdk-throughput-latency-2n-skx"
17263   include:
17264     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17265     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17266   layout:
17267     title: "2n-skx-x710-64b-2t1c-base-pdr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-2n-skx"
17275   include:
17276     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17277     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17278   layout:
17279     title: "2n-skx-x710-64b-4t2c-base-pdr"
17280     layout: "plot-throughput"
17281
17282 # 3n-skx-xxv710
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17288   data: "plot-dpdk-throughput-latency-3n-skx"
17289   include:
17290     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17291     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17292   layout:
17293     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17300   data: "plot-dpdk-throughput-latency-3n-skx"
17301   include:
17302     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17303     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17304   layout:
17305     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-3n-skx"
17313   include:
17314     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17315     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17316   layout:
17317     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17324   data: "plot-dpdk-throughput-latency-3n-skx"
17325   include:
17326     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17327     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17328   layout:
17329     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17330     layout: "plot-throughput"
17331
17332 # 3n-skx-x710
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17338   data: "plot-dpdk-throughput-latency-3n-skx"
17339   include:
17340     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "3n-skx-x710-64b-2t1c-base-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17350   data: "plot-dpdk-throughput-latency-3n-skx"
17351   include:
17352     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17353     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17354   layout:
17355     title: "3n-skx-x710-64b-4t2c-base-ndr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17362   data: "plot-dpdk-throughput-latency-3n-skx"
17363   include:
17364     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17365     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17366   layout:
17367     title: "3n-skx-x710-64b-2t1c-base-pdr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17374   data: "plot-dpdk-throughput-latency-3n-skx"
17375   include:
17376     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17377     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17378   layout:
17379     title: "3n-skx-x710-64b-4t2c-base-pdr"
17380     layout: "plot-throughput"
17381
17382 # 3n-hsw-xl710
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17388   data: "plot-dpdk-throughput-latency-3n-hsw"
17389   include:
17390     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17400   data: "plot-dpdk-throughput-latency-3n-hsw"
17401   include:
17402     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17403     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17404   layout:
17405     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17412   data: "plot-dpdk-throughput-latency-3n-hsw"
17413   include:
17414     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17415     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17416   layout:
17417     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17422   algorithm: "plot_perf_box_name"
17423   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17424   data: "plot-dpdk-throughput-latency-3n-hsw"
17425   include:
17426     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17427     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17428   layout:
17429     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17430     layout: "plot-throughput"
17431
17432 # 3n-hsw-x710
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17438   data: "plot-dpdk-throughput-latency-3n-hsw"
17439   include:
17440     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17450   data: "plot-dpdk-throughput-latency-3n-hsw"
17451   include:
17452     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17453     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17454   layout:
17455     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17462   data: "plot-dpdk-throughput-latency-3n-hsw"
17463   include:
17464     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17465     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17466   layout:
17467     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17468     layout: "plot-throughput"
17469
17470 - type: "plot"
17471   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17472   algorithm: "plot_perf_box_name"
17473   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17474   data: "plot-dpdk-throughput-latency-3n-hsw"
17475   include:
17476     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17477     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17478   layout:
17479     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17480     layout: "plot-throughput"
17481
17482 # 2n-dnv-x553
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17488   data: "plot-dpdk-throughput-latency-2n-dnv"
17489   include:
17490     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17500   data: "plot-dpdk-throughput-latency-2n-dnv"
17501   include:
17502     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17503     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17504   layout:
17505     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17512   data: "plot-dpdk-throughput-latency-2n-dnv"
17513   include:
17514     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17515     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17516   layout:
17517     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17524   data: "plot-dpdk-throughput-latency-2n-dnv"
17525   include:
17526     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17527     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17528   layout:
17529     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17530     layout: "plot-throughput"
17531
17532 # 3n-dnv-x553
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17538   data: "plot-dpdk-throughput-latency-3n-dnv"
17539   include:
17540     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17541     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17542   layout:
17543     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17550   data: "plot-dpdk-throughput-latency-3n-dnv"
17551   include:
17552     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17553     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17554   layout:
17555     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17562   data: "plot-dpdk-throughput-latency-3n-dnv"
17563   include:
17564     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17565     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17566   layout:
17567     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17574   data: "plot-dpdk-throughput-latency-3n-dnv"
17575   include:
17576     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17577     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17578   layout:
17579     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17580     layout: "plot-throughput"
17581
17582 # 3n-tsh-x520
17583
17584 - type: "plot"
17585   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17588   data: "plot-dpdk-throughput-latency-3n-tsh"
17589   include:
17590     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17591     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17592   layout:
17593     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17600   data: "plot-dpdk-throughput-latency-3n-tsh"
17601   include:
17602     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17603     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17604   layout:
17605     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17612   data: "plot-dpdk-throughput-latency-3n-tsh"
17613   include:
17614     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17615     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17616   layout:
17617     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17624   data: "plot-dpdk-throughput-latency-3n-tsh"
17625   include:
17626     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17627     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17628   layout:
17629     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17630     layout: "plot-throughput"
17631
17632 ################################################################################
17633 ###   2n-clx                                                                 ###
17634 ################################################################################
17635
17636 # Packet Throughput
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17648   layout:
17649     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17676   layout:
17677     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17690   layout:
17691     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17704   layout:
17705     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17718   layout:
17719     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17734   layout:
17735     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17736     layout: "plot-throughput"
17737
17738 - type: "plot"
17739   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17740   algorithm: "plot_perf_box_name"
17741   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17743   include:
17744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17750   layout:
17751     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17764   layout:
17765     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17770   algorithm: "plot_perf_box_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17780     layout: "plot-throughput"
17781
17782 - type: "plot"
17783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17784   algorithm: "plot_perf_box_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17797   algorithm: "plot_perf_box_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17804   layout:
17805     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17819   layout:
17820     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17825   algorithm: "plot_perf_box_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17860   layout:
17861     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17876   layout:
17877     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17908   layout:
17909     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17936   layout:
17937     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17938     layout: "plot-throughput"
17939
17940 - type: "plot"
17941   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17942   algorithm: "plot_perf_box_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17948   layout:
17949     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17964   layout:
17965     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17980   layout:
17981     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17982     layout: "plot-throughput"
17983
17984 - type: "plot"
17985   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17986   algorithm: "plot_perf_box_name"
17987   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17989   include:
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17995 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17996   layout:
17997     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17998     layout: "plot-throughput"
17999
18000 - type: "plot"
18001   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18002   algorithm: "plot_perf_box_name"
18003   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18005   include:
18006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18011 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18012   layout:
18013     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18014     layout: "plot-throughput"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18028   layout:
18029     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18030     layout: "plot-throughput"
18031
18032 - type: "plot"
18033   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18034   algorithm: "plot_perf_box_name"
18035   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18037   include:
18038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18044   layout:
18045     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18104   layout:
18105     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18119   layout:
18120     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18121     layout: "plot-throughput"
18122
18123 - type: "plot"
18124   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18125   algorithm: "plot_perf_box_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18134   layout:
18135     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18149   layout:
18150     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18151     layout: "plot-throughput"
18152
18153 - type: "plot"
18154   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18155   algorithm: "plot_perf_box_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18164   layout:
18165     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18166     layout: "plot-throughput"
18167
18168 - type: "plot"
18169   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18170   algorithm: "plot_perf_box_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18179   layout:
18180     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18181     layout: "plot-throughput"
18182
18183 - type: "plot"
18184   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18185   algorithm: "plot_perf_box_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18194   layout:
18195     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18256     layout: "plot-throughput"
18257
18258 - type: "plot"
18259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18260   algorithm: "plot_perf_box_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18302     layout: "plot-throughput"
18303
18304 - type: "plot"
18305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18306   algorithm: "plot_perf_box_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18314   layout:
18315     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18330   layout:
18331     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18332     layout: "plot-throughput"
18333
18334 - type: "plot"
18335   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18336   algorithm: "plot_perf_box_name"
18337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18339   include:
18340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18346   layout:
18347     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18348     layout: "plot-throughput"
18349
18350 - type: "plot"
18351   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18352   algorithm: "plot_perf_box_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18360   layout:
18361     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18362     layout: "plot-throughput"
18363
18364 - type: "plot"
18365   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18366   algorithm: "plot_perf_box_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18369   include:
18370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18372     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18374   layout:
18375     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18391     layout: "plot-throughput"
18392
18393 - type: "plot"
18394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18395   algorithm: "plot_perf_box_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "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"
18415     - "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"
18416     - "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"
18417     - "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"
18418     - "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"
18419   layout:
18420     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18421     layout: "plot-throughput"
18422
18423 - type: "plot"
18424   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18425   algorithm: "plot_perf_box_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "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"
18430     - "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"
18431     - "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"
18432     - "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"
18433     - "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"
18434   layout:
18435     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18436     layout: "plot-throughput"
18437
18438 - type: "plot"
18439   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18440   algorithm: "plot_perf_box_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18449   layout:
18450     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18451     layout: "plot-throughput"
18452
18453 - type: "plot"
18454   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18455   algorithm: "plot_perf_box_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18464   layout:
18465     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18466     layout: "plot-throughput"
18467
18468 - type: "plot"
18469   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18470   algorithm: "plot_perf_box_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18479   layout:
18480     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18481     layout: "plot-throughput"
18482
18483 - type: "plot"
18484   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18485   algorithm: "plot_perf_box_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18496     layout: "plot-throughput"
18497
18498 - type: "plot"
18499   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18500   algorithm: "plot_perf_box_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18508   layout:
18509     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18522   layout:
18523     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18524     layout: "plot-throughput"
18525
18526 - type: "plot"
18527   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18528   algorithm: "plot_perf_box_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "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"
18533     - "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"
18534     - "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"
18535     - "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"
18536   layout:
18537     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18538     layout: "plot-throughput"
18539
18540 - type: "plot"
18541   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18542   algorithm: "plot_perf_box_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "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"
18547     - "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"
18548     - "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"
18549     - "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"
18550   layout:
18551     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18552     layout: "plot-throughput"
18553
18554 - type: "plot"
18555   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18556   algorithm: "plot_perf_box_name"
18557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559   include:
18560     - "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"
18561     - "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"
18562     - "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"
18563     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18564     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18565     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18566   layout:
18567     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18568     layout: "plot-throughput"
18569
18570 - type: "plot"
18571   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18572   algorithm: "plot_perf_box_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "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"
18577     - "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"
18578     - "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"
18579     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18580     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18581     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18584     layout: "plot-throughput"
18585
18586 ################################################################################
18587
18588 # Packet Speedup
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18600   layout:
18601     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18602     layout: "plot-throughput-speedup-analysis"
18603
18604 - type: "plot"
18605   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18606   algorithm: "plot_tsa_name"
18607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18609   include:
18610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18614   layout:
18615     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18628   layout:
18629     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18642   layout:
18643     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18644     layout: "plot-throughput-speedup-analysis"
18645
18646 - type: "plot"
18647   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18648   algorithm: "plot_tsa_name"
18649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18651   include:
18652     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18653     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18654     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18655     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18656   layout:
18657     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18667     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18670   layout:
18671     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18686   layout:
18687     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18688     layout: "plot-throughput-speedup-analysis"
18689
18690 - type: "plot"
18691   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18692   algorithm: "plot_tsa_name"
18693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18695   include:
18696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18702   layout:
18703     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18716   layout:
18717     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18730   layout:
18731     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18732     layout: "plot-throughput-speedup-analysis"
18733
18734 - type: "plot"
18735   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18736   algorithm: "plot_tsa_name"
18737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739   include:
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18771   layout:
18772     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18799   layout:
18800     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18812   layout:
18813     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18814     layout: "plot-throughput-speedup-analysis"
18815
18816 - type: "plot"
18817   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18818   algorithm: "plot_tsa_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18828   layout:
18829     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18844   layout:
18845     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18860   layout:
18861     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18869   include:
18870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18876   layout:
18877     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18888   layout:
18889     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18890     layout: "plot-throughput-speedup-analysis"
18891
18892 - type: "plot"
18893   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18894   algorithm: "plot_tsa_name"
18895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18897   include:
18898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18900   layout:
18901     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18909   include:
18910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18916   layout:
18917     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925   include:
18926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18932   layout:
18933     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18934     layout: "plot-throughput-speedup-analysis"
18935
18936 - type: "plot"
18937   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18938   algorithm: "plot_tsa_name"
18939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18941   include:
18942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18948   layout:
18949     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18950     layout: "plot-throughput-speedup-analysis"
18951
18952 - type: "plot"
18953   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18954   algorithm: "plot_tsa_name"
18955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18957   include:
18958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18964   layout:
18965     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18966     layout: "plot-throughput-speedup-analysis"
18967
18968 - type: "plot"
18969   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18970   algorithm: "plot_tsa_name"
18971   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18973   include:
18974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18980   layout:
18981     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18982     layout: "plot-throughput-speedup-analysis"
18983
18984 - type: "plot"
18985   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18986   algorithm: "plot_tsa_name"
18987   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18989   include:
18990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18996   layout:
18997     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19026   layout:
19027     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19041   layout:
19042     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19043     layout: "plot-throughput-speedup-analysis"
19044
19045 - type: "plot"
19046   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19047   algorithm: "plot_tsa_name"
19048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19050   include:
19051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19056   layout:
19057     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19068     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19071   layout:
19072     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19086   layout:
19087     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19095   include:
19096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19101   layout:
19102     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19103     layout: "plot-throughput-speedup-analysis"
19104
19105 - type: "plot"
19106   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19107   algorithm: "plot_tsa_name"
19108   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19110   include:
19111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19131   layout:
19132     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19133     layout: "plot-throughput-speedup-analysis"
19134
19135 - type: "plot"
19136   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19137   algorithm: "plot_tsa_name"
19138   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19140   include:
19141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19146   layout:
19147     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19178   layout:
19179     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19206   layout:
19207     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19238   layout:
19239     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19240     layout: "plot-throughput-speedup-analysis"
19241
19242 - type: "plot"
19243   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19244   algorithm: "plot_tsa_name"
19245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19247   include:
19248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19252   layout:
19253     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19266   layout:
19267     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19282   layout:
19283     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19284     layout: "plot-throughput-speedup-analysis"
19285
19286 - type: "plot"
19287   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19288   algorithm: "plot_tsa_name"
19289   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19291   include:
19292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19298   layout:
19299     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19300     layout: "plot-throughput-speedup-analysis"
19301
19302 - type: "plot"
19303   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19304   algorithm: "plot_tsa_name"
19305   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19307   include:
19308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19312   layout:
19313     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19314     layout: "plot-throughput-speedup-analysis"
19315
19316 - type: "plot"
19317   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19318   algorithm: "plot_tsa_name"
19319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19321   include:
19322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19326   layout:
19327     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "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"
19367     - "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"
19368     - "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"
19369     - "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"
19370     - "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"
19371   layout:
19372     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "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"
19382     - "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"
19383     - "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"
19384     - "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"
19385     - "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"
19386   layout:
19387     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19388     layout: "plot-throughput-speedup-analysis"
19389
19390 - type: "plot"
19391   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19392   algorithm: "plot_tsa_name"
19393   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19395   include:
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19401   layout:
19402     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19403     layout: "plot-throughput-speedup-analysis"
19404
19405 - type: "plot"
19406   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19407   algorithm: "plot_tsa_name"
19408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19410   include:
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19416   layout:
19417     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19425   include:
19426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19431   layout:
19432     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19446   layout:
19447     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 - type: "plot"
19451   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19452   algorithm: "plot_tsa_name"
19453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19455   include:
19456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19460   layout:
19461     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19462     layout: "plot-throughput-speedup-analysis"
19463
19464 - type: "plot"
19465   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19466   algorithm: "plot_tsa_name"
19467   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19469   include:
19470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19474   layout:
19475     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19476     layout: "plot-throughput-speedup-analysis"
19477
19478 - type: "plot"
19479   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19480   algorithm: "plot_tsa_name"
19481   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19483   include:
19484     - "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"
19485     - "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"
19486     - "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"
19487     - "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"
19488   layout:
19489     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19490     layout: "plot-throughput-speedup-analysis"
19491
19492 - type: "plot"
19493   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19494   algorithm: "plot_tsa_name"
19495   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19497   include:
19498     - "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"
19499     - "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"
19500     - "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"
19501     - "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"
19502   layout:
19503     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19504     layout: "plot-throughput-speedup-analysis"
19505
19506 - type: "plot"
19507   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19508   algorithm: "plot_tsa_name"
19509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19511   include:
19512     - "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"
19513     - "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"
19514     - "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"
19515     - "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"
19516     - "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"
19517     - "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"
19518   layout:
19519     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19520     layout: "plot-throughput-speedup-analysis"
19521
19522 - type: "plot"
19523   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19524   algorithm: "plot_tsa_name"
19525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19527   include:
19528     - "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"
19529     - "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"
19530     - "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"
19531     - "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"
19532     - "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"
19533     - "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"
19534   layout:
19535     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19536     layout: "plot-throughput-speedup-analysis"
19537
19538 ################################################################################
19539
19540 # Packet Throughput - DPDK
19541
19542 # 2n-clx-xxv710
19543
19544 - type: "plot"
19545   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19546   algorithm: "plot_perf_box_name"
19547   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19548   data: "plot-dpdk-throughput-latency-2n-clx"
19549   include:
19550     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19551     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19552   layout:
19553     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19554     layout: "plot-throughput"
19555
19556 - type: "plot"
19557   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19558   algorithm: "plot_perf_box_name"
19559   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19560   data: "plot-dpdk-throughput-latency-2n-clx"
19561   include:
19562     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19563     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19564   layout:
19565     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19566     layout: "plot-throughput"
19567
19568 - type: "plot"
19569   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19570   algorithm: "plot_perf_box_name"
19571   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19572   data: "plot-dpdk-throughput-latency-2n-clx"
19573   include:
19574     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19575     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19576   layout:
19577     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19578     layout: "plot-throughput"
19579
19580 - type: "plot"
19581   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19582   algorithm: "plot_perf_box_name"
19583   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19584   data: "plot-dpdk-throughput-latency-2n-clx"
19585   include:
19586     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19587     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19588   layout:
19589     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19590     layout: "plot-throughput"
19591
19592 # 2n-clx-x710
19593
19594 - type: "plot"
19595   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19596   algorithm: "plot_perf_box_name"
19597   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19598   data: "plot-dpdk-throughput-latency-2n-clx"
19599   include:
19600     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19601     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19602   layout:
19603     title: "2n-clx-x710-64b-2t1c-base-ndr"
19604     layout: "plot-throughput"
19605
19606 - type: "plot"
19607   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19608   algorithm: "plot_perf_box_name"
19609   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19610   data: "plot-dpdk-throughput-latency-2n-clx"
19611   include:
19612     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19613     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19614   layout:
19615     title: "2n-clx-x710-64b-4t2c-base-ndr"
19616     layout: "plot-throughput"
19617
19618 - type: "plot"
19619   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19620   algorithm: "plot_perf_box_name"
19621   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19622   data: "plot-dpdk-throughput-latency-2n-clx"
19623   include:
19624     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19625     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19626   layout:
19627     title: "2n-clx-x710-64b-2t1c-base-pdr"
19628     layout: "plot-throughput"
19629
19630 - type: "plot"
19631   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19632   algorithm: "plot_perf_box_name"
19633   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19634   data: "plot-dpdk-throughput-latency-2n-clx"
19635   include:
19636     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19637     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19638   layout:
19639     title: "2n-clx-x710-64b-4t2c-base-pdr"
19640     layout: "plot-throughput"
19641
19642 ################################################################################
19643
19644 - type: "plot"
19645   title: "Latency by percentile: 2n-skx"
19646   algorithm: "plot_hdrh_lat_by_percentile"
19647   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19648   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19649   target-links: "../../_static/vpp"
19650   data: "plot-vpp-hdrh-lat-2n-skx"
19651   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19652   layout:
19653     layout: "plot-hdrh-latency-by-percentile"
19654
19655 - type: "plot"
19656   title: "Latency by percentile: 3n-skx"
19657   algorithm: "plot_hdrh_lat_by_percentile"
19658   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19659   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19660   target-links: "../../_static/vpp"
19661   data: "plot-vpp-hdrh-lat-3n-skx"
19662   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19663   layout:
19664     layout: "plot-hdrh-latency-by-percentile"
19665
19666 - type: "plot"
19667   title: "Latency by percentile: 2n-clx"
19668   algorithm: "plot_hdrh_lat_by_percentile"
19669   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19670   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19671   target-links: "../../_static/vpp"
19672   data: "plot-vpp-hdrh-lat-2n-clx"
19673   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19674   layout:
19675     layout: "plot-hdrh-latency-by-percentile"
19676
19677 - type: "plot"
19678   title: "Latency by percentile: 3n-hsw"
19679   algorithm: "plot_hdrh_lat_by_percentile"
19680   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19681   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19682   target-links: "../../_static/vpp"
19683   data: "plot-vpp-hdrh-lat-3n-hsw"
19684   filter: "'1T1C' and 'NIC_Intel-XL710'"
19685   layout:
19686     layout: "plot-hdrh-latency-by-percentile"
19687
19688 - type: "plot"
19689   title: "Latency by percentile: 3n-tsh"
19690   algorithm: "plot_hdrh_lat_by_percentile"
19691   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19692   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19693   target-links: "../../_static/vpp"
19694   data: "plot-vpp-hdrh-lat-3n-tsh"
19695   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19696   layout:
19697     layout: "plot-hdrh-latency-by-percentile"
19698
19699 - type: "plot"
19700   title: "Latency by percentile: DPDK 2n-skx"
19701   algorithm: "plot_hdrh_lat_by_percentile"
19702   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19703   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19704   target-links: "../../_static/dpdk"
19705   data: "plot-dpdk-hdrh-lat-2n-skx"
19706   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19707   layout:
19708     layout: "plot-hdrh-latency-by-percentile"
19709
19710 - type: "plot"
19711   title: "Latency by percentile: DPDK 3n-skx"
19712   algorithm: "plot_hdrh_lat_by_percentile"
19713   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19714   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19715   target-links: "../../_static/dpdk"
19716   data: "plot-dpdk-hdrh-lat-3n-skx"
19717   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19718   layout:
19719     layout: "plot-hdrh-latency-by-percentile"
19720
19721 - type: "plot"
19722   title: "Latency by percentile: DPDK 2n-clx"
19723   algorithm: "plot_hdrh_lat_by_percentile"
19724   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19725   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19726   target-links: "../../_static/dpdk"
19727   data: "plot-dpdk-hdrh-lat-2n-clx"
19728   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19729   layout:
19730     layout: "plot-hdrh-latency-by-percentile"
19731
19732 - type: "plot"
19733   title: "Latency by percentile: DPDK 3n-hsw"
19734   algorithm: "plot_hdrh_lat_by_percentile"
19735   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19736   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19737   target-links: "../../_static/dpdk"
19738   data: "plot-dpdk-hdrh-lat-3n-hsw"
19739   filter: "'1T1C' and 'NIC_Intel-XL710'"
19740   layout:
19741     layout: "plot-hdrh-latency-by-percentile"
19742
19743 - type: "plot"
19744   title: "Latency by percentile: DPDK 3n-tsh"
19745   algorithm: "plot_hdrh_lat_by_percentile"
19746   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19747   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19748   target-links: "../../_static/dpdk"
19749   data: "plot-dpdk-hdrh-lat-3n-tsh"
19750   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19751   layout:
19752     layout: "plot-hdrh-latency-by-percentile"