Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155 #        - 3   # NDRPDR sel
156 #        - 4   # NDRPDR sel
157 #        - 5   # NDRPDR sel
158 #        - 10  # NDRPDR sel
159 #        - 11  # NDRPDR sel
160 #        - 12  # NDRPDR sel
161 #        - 15  # NDRPDR sel
162 #        - 16  # NDRPDR sel
163 #        - 18  # NDRPDR sel
164 #        - 19  # NDRPDR sel
165         - 20  # NDRPDR sel env 4
166         - 21  # NDRPDR sel env 4
167         - 22  # NDRPDR sel env 4
168         - 23  # NDRPDR sel env 4
169         - 24  # NDRPDR sel env 4
170         - 25  # NDRPDR sel env 4
171         - 26  # NDRPDR sel env 4
172         - 27  # NDRPDR sel env 4
173         - 28  # NDRPDR sel env 4
174         - 29  # NDRPDR sel env 4
175
176     plot-vpp-hdrh-lat-3n-hsw:
177       csit-vpp-perf-report-iterative-2005-3n-hsw:
178         - 3   # NDRPDR sel
179
180 #    plot-vpp-nfv-3n-hsw-ndrpdr:
181 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
182 #        - 3   # NDRPDR sel
183 #        - 4   # NDRPDR sel
184 #        - 5   # NDRPDR sel
185 #        - 10  # NDRPDR sel
186 #        - 11  # NDRPDR sel
187 #        - 12  # NDRPDR sel
188 #        - 15  # NDRPDR sel
189 #        - 16  # NDRPDR sel
190 #        - 18  # NDRPDR sel
191 #        - 19  # NDRPDR sel
192
193 #    plot-vpp-nfv-3n-hsw-mrr:
194 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
195 #        - 13  # MRR
196
197     plot-vpp-hoststack-3n-hsw:
198       csit-vpp-perf-verify-2005-3n-hsw:
199         - 3   # hoststack
200         - 5   # hoststack
201         - 6   # hoststack
202         - 7   # hoststack
203         - 8   # hoststack
204         - 9   # hoststack
205         - 10  # hoststack
206         - 11  # hoststack
207         - 12  # hoststack
208         - 13  # hoststack
209
210     plot-dpdk-throughput-latency-3n-hsw:
211       csit-dpdk-perf-report-iterative-2005-3n-hsw:
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 13  # NDRPDR sel
221         - 14  # NDRPDR sel
222
223     plot-dpdk-hdrh-lat-3n-hsw:
224       csit-dpdk-perf-report-iterative-2005-3n-hsw:
225         - 5   # NDRPDR sel
226
227     # 3n-skx
228
229     plot-vpp-throughput-lat-tsa-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231 #        - 4   # NDRPDR sel
232 #        - 5   # NDRPDR sel ??? all x710 failed
233 #        - 33  # NDRPDR sel
234 #        - 28  # NDRPDR sel
235 #        - 34  # NDRPDR sel
236 #        - 36  # NDRPDR sel
237 #        - 37  # NDRPDR sel
238 #        - 38  # NDRPDR sel
239 #        - 39  # NDRPDR sel
240 #        - 41  # NDRPDR sel
241         - 42  # NDRPDR sel env 4
242         - 43  # NDRPDR sel env 4
243         - 44  # NDRPDR sel env 4
244         - 45  # NDRPDR sel env 4
245         - 47  # NDRPDR sel env 4
246
247     plot-vpp-hdrh-lat-3n-skx:
248       csit-vpp-perf-report-iterative-2005-3n-skx:
249         - 36  # NDRPDR sel
250
251     plot-vpp-nfv-3n-skx-ndrpdr:
252       # TODO: Add data:
253       csit-vpp-perf-report-iterative-2005-3n-skx:
254         - 4   # NDRPDR sel
255         - 5   # NDRPDR sel ??? all x710 failed
256         - 33  # NDRPDR sel
257         - 28  # NDRPDR sel
258         - 34  # NDRPDR sel
259
260     plot-vpp-nfv-3n-skx-mrr:
261       csit-vpp-perf-report-iterative-2005-3n-skx:
262         - 6   # MRR sel
263
264     plot-dpdk-throughput-latency-3n-skx:
265       csit-dpdk-perf-report-iterative-2005-3n-skx:
266         - 4   # NDRPDR sel
267         - 5   # NDRPDR sel
268         - 6   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 11  # NDRPDR sel
272         - 12  # NDRPDR sel
273         - 13  # NDRPDR sel
274         - 14  # NDRPDR sel
275         - 15  # NDRPDR sel
276
277     plot-dpdk-hdrh-lat-3n-skx:
278       csit-dpdk-perf-report-iterative-2005-3n-skx:
279         - 4   # NDRPDR sel
280
281     # 2n-skx
282
283     plot-vpp-throughput-lat-tsa-2n-skx:
284       csit-vpp-perf-report-iterative-2005-2n-skx:
285 #        - 43  # NDRPDR sel
286 #        - 38  # NDRPDR sel
287 #        - 7   # NDRPDR sel
288 #        - 65  # NDRPDR sel
289 #        - 47  # NDRPDR sel
290 #        - 55  # NDRPDR sel
291 #        - 67  # NDRPDR sel
292 #        - 75  # NDRPDR sel
293 #        - 76  # NDRPDR sel
294 #        - 73  # NDRPDR sel
295         - 88  # NDRPDR sel env 4
296         - 89  # NDRPDR sel env 4
297         - 90  # NDRPDR sel env 4
298         - 91  # NDRPDR sel env 4
299         - 92  # NDRPDR sel env 4
300         - 93  # NDRPDR sel env 4
301         - 94  # NDRPDR sel env 4
302
303     plot-vpp-hdrh-lat-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 55  # NDRPDR sel
306
307     plot-vpp-soak-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 49  # Soak
310         - 54  # Soak
311
312     plot-vpp-nfv-2n-skx-ndrpdr:
313       # TODO: Add data:
314       csit-vpp-perf-report-iterative-2005-2n-skx:
315         - 43  # NDRPDR sel
316         - 38  # NDRPDR sel
317         - 7   # NDRPDR sel
318         - 78  # nf-density-sel
319         - 83  # nf-density-sel
320
321     plot-vpp-nfv-2n-skx-mrr:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 42  # MRR sel
324
325     plot-vpp-nfv-reconf-2n-skx:
326       csit-vpp-perf-report-iterative-2005-2n-skx:
327         - 48  # Reconf
328         - 50  # Reconf
329         - 51  # Reconf
330         - 52  # Reconf
331         - 53  # Reconf
332         - 60  # Reconf
333         - 70  # Reconf
334         - 71  # Reconf
335         - 63  # Reconf
336         - 66  # Reconf
337
338     plot-dpdk-throughput-latency-2n-skx:
339       csit-dpdk-perf-report-iterative-2005-2n-skx:
340         - 1   # NDRPDR sel
341         - 2   # NDRPDR sel
342         - 3   # NDRPDR sel
343         - 4   # NDRPDR sel
344         - 5   # NDRPDR sel
345         - 6   # NDRPDR sel
346         - 7   # NDRPDR sel
347         - 8   # NDRPDR sel
348         - 9   # NDRPDR sel
349         - 10  # NDRPDR sel
350
351     plot-dpdk-hdrh-lat-2n-skx:
352       csit-dpdk-perf-report-iterative-2005-2n-skx:
353         - 1   # NDRPDR sel
354
355     # 2n-clx
356
357     plot-vpp-throughput-lat-tsa-2n-clx:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359 #        - 7   # NDRPDR sel
360 #        - 38  # NDRPDR sel
361 #        - 9   # NDRPDR sel
362 #        - 32  # NDRPDR sel ???
363 #        - 33  # NDRPDR sel ???
364 #        - 39  # NDRPDR sel
365 #        - 40  # NDRPDR sel
366 #        - 43  # NDRPDR sel
367 #        - 50  # NDRPDR sel
368 #        - 51  # NDRPDR sel
369         - 62  # NDRPDR sel env 4
370         - 63  # NDRPDR sel env 4
371         - 64  # NDRPDR sel env 4
372         - 65  # NDRPDR sel env 4
373         - 66  # NDRPDR sel env 4
374         - 68  # NDRPDR sel env 4
375         - 69  # NDRPDR sel env 4
376         - 70  # NDRPDR sel env 4
377
378     plot-vpp-hdrh-lat-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 51  # NDRPDR sel
381
382 #    plot-vpp-http-server-performance:
383 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
384 #      csit-vpp-perf-verify-2001-2n-clx:
385 #        - 80  # TCP
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 7   # NDRPDR sel
390         - 38  # NDRPDR sel
391         - 9   # NDRPDR sel
392         - 39  # NDRPDR sel
393         - 40  # NDRPDR sel
394         - 57  # 2n-clx nfv-density-00
395         - 58  # 2n-clx nfv-density-00
396         - 59  # 2n-clx nfv-density-00
397         - 60  # 2n-clx nfv-density-00
398         - 61  # 2n-clx nfv-density-00
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-report-iterative-2005-2n-clx:
402         - 12   # MRR
403
404     plot-vpp-nfv-reconf-2n-clx:
405       csit-vpp-perf-report-iterative-2005-2n-clx:
406         - 42  # Reconf
407         - 45  # Reconf
408         - 46  # Reconf
409         - 47  # Reconf
410         - 48  # Reconf
411         - 52  # Reconf
412         - 53  # Reconf
413         - 54  # Reconf
414         - 55  # Reconf
415         - 56  # Reconf
416
417     plot-vpp-soak-2n-clx:
418       csit-vpp-perf-report-iterative-2005-2n-clx:
419         - 44  # Soak
420         - 49  # Soak
421
422     plot-dpdk-throughput-latency-2n-clx:
423       csit-dpdk-perf-report-iterative-2005-2n-clx:
424         - 1   # NDRPDR sel
425         - 2   # NDRPDR sel
426         - 3   # NDRPDR sel
427         - 4   # NDRPDR sel
428         - 5   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434
435     plot-dpdk-hdrh-lat-2n-clx:
436       csit-dpdk-perf-report-iterative-2005-2n-clx:
437         - 1   # NDRPDR sel
438
439     # 3n-tsh
440
441     plot-vpp-throughput-lat-tsa-3n-tsh:
442       # TODO: Add data:
443       csit-vpp-perf-report-iterative-2005-3n-tsh:
444 #        - 9   # NDRPDR sel
445 #        - 11  # NDRPDR sel
446 #        - 12  # NDRPDR sel
447 #        - 20  # NDRPDR sel
448 #        - 14  # NDRPDR sel
449 #        - 21  # NDRPDR sel
450         - 23  # NDRPDR sel env 4
451         - 25  # NDRPDR sel env 4
452
453     plot-vpp-hdrh-lat-3n-tsh:
454       csit-vpp-perf-report-iterative-2005-3n-tsh:
455         - 9   # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-tsh:
458       csit-dpdk-perf-report-iterative-2005-3n-tsh:
459         - 5   # NDRPDR sel
460
461     plot-dpdk-hdrh-lat-3n-tsh:
462       csit-dpdk-perf-report-iterative-2005-3n-tsh:
463         - 5   # NDRPDR sel
464
465     # 3n-dnv
466
467     plot-vpp-throughput-lat-tsa-3n-dnv:
468       csit-vpp-perf-report-iterative-2005-3n-dnv:
469         - 2   # NDRPDR sel
470         - 3   # NDRPDR sel
471         - 4   # NDRPDR sel
472         - 5   # NDRPDR sel
473         - 6   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-3n-dnv:
481       csit-dpdk-perf-report-iterative-2005-3n-dnv:
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 16  # NDRPDR sel
492
493     # 2n-dnv
494
495     plot-vpp-throughput-lat-tsa-2n-dnv:
496       csit-vpp-perf-report-iterative-2005-2n-dnv:
497         - 3   # NDRPDR sel
498         - 6   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-2n-dnv:
509       csit-dpdk-perf-report-iterative-2005-2n-dnv:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 13  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       csit-vpp-perf-report-iterative-2005-3n-skx:
528         - 4   # NDRPDR sel
529         - 5   # NDRPDR sel ??? all x710 failed
530         - 33  # NDRPDR sel
531         - 28  # NDRPDR sel
532         - 34  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 37  # NDRPDR sel
535         - 38  # NDRPDR sel
536         - 39  # NDRPDR sel
537         - 41  # NDRPDR sel
538
539     vpp-nic-comparison-2n-skx:
540       csit-vpp-perf-report-iterative-2005-2n-skx:
541         - 43  # NDRPDR sel
542         - 38  # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 65  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 55  # NDRPDR sel
547         - 67  # NDRPDR sel
548         - 75  # NDRPDR sel
549         - 76  # NDRPDR sel
550         - 73  # NDRPDR sel
551
552     vpp-nic-comparison-3n-skx-mrr:
553       csit-vpp-perf-report-iterative-2005-3n-skx:
554         - 6   # MRR sel
555
556     vpp-nic-comparison-2n-skx-mrr:
557       csit-vpp-perf-report-iterative-2005-2n-skx:
558         - 42  # MRR sel
559
560     # Results
561
562     vpp-perf-results-3n-hsw:
563       csit-vpp-perf-report-coverage-2005-3n-hsw:
564         - 1   # perf-full-3n-dnv-crypto_I
565         - 7   # perf-full-3n-hsw-crypto_II
566         - 3   # perf-full-3n-hsw-crypto_III
567         - 4   # perf-full-3n-dnv-crypto_IV
568         - 5   # perf-full-3n-hsw-ip4_I
569         - 6   # perf-full-3n-hsw-ip4_II
570         - 8   # perf-full-3n-hsw-ip4_III
571         - 9   # perf-full-3n-hsw-ip4_IV
572         - 10  # perf-full-3n-hsw-ip4_V
573         - 26  # perf-full-3n-hsw-ip4_VI
574         - 18  # perf-full-3n-hsw-ip4_VII
575         - 27  # perf-full-3n-hsw-ip4_VIII
576         - 28  # perf-full-3n-hsw-ip4_IX
577         - 29  # perf-full-3n-hsw-ip6_I
578         - 35  # perf-full-3n-hsw-ip6_II
579         - 42  # perf-full-3n-hsw-l2_I
580         - 33  # perf-full-3n-hsw-l2_II
581         - 37  # perf-full-3n-hsw-l2_III
582         - 45  # perf-full-3n-hsw-l2_IV
583         - 43  # perf-full-3n-hsw-l2_V
584         - 40  # perf-full-3n-hsw-l2_VI
585         - 44  # perf-full-3n-hsw-l2_VII
586         - 51  # perf-full-3n-hsw-l2_VIII
587         - 50  # perf-full-3n-hsw-l2_IX
588         - 52  # perf-full-3n-hsw-l2_X
589         - 53  # perf-full-3n-hsw-l2_XI
590         - 54  # perf-full-3n-hsw-memif
591         - 55  # perf-full-3n-hsw-ip4tunnels-I
592         - 56  # perf-full-3n-hsw-ip4tunnels-II
593         - 57  # perf-full-3n-hsw-ip4tunnels-III
594         - 58  # perf-full-3n-hsw-ip6tunnels-I
595         - 59  # perf-full-3n-hsw-srv6-I
596         - 60  # perf-full-3n-hsw-srv6-II
597         - 61  # perf-full-3n-hsw-vhost-I
598         - 62  # perf-full-3n-hsw-vhost-II
599         - 63  # perf-full-3n-hsw-vhost-III
600
601     vpp-perf-results-3n-skx:
602       csit-vpp-perf-report-coverage-2005-3n-skx:
603         - 10  # perf-full-3n-skx-crypto_I
604         - 11  # perf-full-3n-skx-crypto_II
605         - 12  # perf-full-3n-skx-crypto_III
606         - 5   # perf-full-3n-skx-ip4_I
607         - 14  # perf-full-3n-skx-ip4_II
608         - 7   # perf-full-3n-skx-ip4_III
609         - 15  # perf-full-3n-skx-ip4_IV
610         - 16  # perf-full-3n-skx-ip4_V
611         - 17  # perf-full-3n-skx-ip4_VI
612         - 18  # perf-full-3n-skx-ip4_VII
613         - 19  # perf-full-3n-skx-ip4_VIII
614         - 20  # perf-full-3n-skx-ip4_IX
615         - 24  # perf-full-3n-skx-ip6_I
616         - 25  # perf-full-3n-skx-ip6_II
617         - 21  # perf-full-3n-skx-ip4tunnels-I
618         - 22  # perf-full-3n-skx-ip4tunnels-II
619         - 23  # perf-full-3n-skx-ip4tunnels-III
620         - 26  # perf-full-3n-skx-ip6tunnels-I
621         - 28  # perf-full-3n-skx-l2_II
622         - 29  # perf-full-3n-skx-l2_III
623         - 30  # perf-full-3n-skx-l2_IV
624         - 32  # perf-full-3n-skx-l2_VI
625         - 33  # perf-full-3n-skx-l2_VII
626         - 34  # perf-full-3n-skx-l2_VIII
627         - 35  # perf-full-3n-skx-l2_IX
628         - 36  # perf-full-3n-skx-l2_X
629         - 37  # perf-full-3n-skx-l2_XI
630         - 38  # perf-full-3n-skx-memif
631         - 39  # perf-full-3n-skx-srv6-I
632         - 40  # perf-full-3n-skx-srv6-II
633         - 43  # perf-full-3n-skx-vhost-III
634
635     vpp-perf-results-2n-skx:
636       # TODO: Add data:
637       csit-vpp-perf-report-coverage-2005-2n-skx:
638         - 11  # perf-full-2n-skx-ip4_I
639         - 3   # perf-full-2n-skx-ip4_II
640         - 18  # perf-full-2n-skx-ip4_III
641         - 19  # perf-full-2n-skx-ip4_IV
642         - 5   # perf-full-2n-skx-ip4_V
643         - 20  # perf-full-2n-skx-ip4_VI
644         - 7   # perf-full-2n-skx-ip6_I
645         - 21  # perf-full-2n-skx-ip6_II
646         - 9   # perf-full-2n-skx-l2_I
647         - 22  # perf-full-2n-skx-l2_II
648         - 23  # perf-full-2n-skx-memif
649         - 24  # perf-full-2n-skx-loadbalancer
650         - 25  # perf-full-2n-skx-vhost I
651         - 26  # perf-full-2n-skx-vhost II
652         - 27  # perf-full-2n-skx-vts
653
654     vpp-perf-results-2n-clx:
655       csit-vpp-perf-report-coverage-2005-2n-clx:
656         - 21  # perf-full-2n-clx-ip4_I
657         - 2   # perf-full-2n-clx-ip4_II
658         - 3   # perf-full-2n-clx-ip4_III
659         - 4   # perf-full-2n-clx-ip4_IV
660         - 5   # perf-full-2n-clx-ip4_V
661         - 6   # perf-full-2n-clx-ip4_VI
662         - 7   # perf-full-2n-clx-ip6_I
663         - 16  # perf-full-2n-clx-ip6_II
664         - 23  # perf-full-2n-clx-l2_I
665         - 10  # perf-full-2n-clx-l2_II
666         - 11  # perf-full-2n-clx-memif
667         - 12  # perf-full-2n-clx-loadbalancer
668         - 13  # perf-full-2n-clx-vhost I
669         - 22  # perf-full-2n-clx-vhost II
670         - 15  # perf-full-2n-clx-vts
671
672     vpp-perf-results-3n-tsh:
673       csit-vpp-perf-report-iterative-2005-3n-tsh:
674         - 9   # NDRPDR sel
675
676     vpp-perf-results-3n-dnv:
677       csit-vpp-perf-report-coverage-2005-3n-dnv:
678         - 1   # perf-full-3n-dnv-crypto_I
679         - 24  # perf-full-3n-dnv-crypto_II
680         - 5   # perf-full-3n-dnv-ip4_I
681         - 13  # perf-full-3n-dnv-ip4_II
682         - 17  # perf-full-3n-dnv-ip6_I
683         - 18  # perf-full-3n-dnv-ip6_II
684         - 21  # perf-full-3n-dnv-l2_I
685         - 22  # perf-full-3n-dnv-l2_II
686         - 23  # perf-full-3n-dnv-ip4-tunnels_I
687
688     vpp-perf-results-2n-dnv:
689       csit-vpp-perf-report-coverage-2005-2n-dnv:
690         - 1   # perf-full-2n-dnv-ip4_I
691         - 2   # perf-full-2n-dnv-ip4_II
692         - 3   # perf-full-2n-dnv-ip6_I
693         - 4   # perf-full-2n-dnv-ip6_II
694         - 5   # perf-full-2n-dnv-l2_I
695         - 6   # perf-full-2n-dnv-l2_II
696
697     vpp-mrr-results-3n-hsw:
698       csit-vpp-perf-report-iterative-2005-3n-hsw:
699         - 13  # MRR
700
701     vpp-mrr-results-3n-skx:
702       csit-vpp-perf-report-iterative-2005-3n-skx:
703         - 6   # MRR sel
704
705     vpp-mrr-results-2n-skx:
706       csit-vpp-perf-report-iterative-2005-2n-skx:
707         - 42  # MRR sel
708
709     vpp-mrr-results-2n-clx:
710       csit-vpp-perf-report-iterative-2005-2n-clx:
711         - 12   # MRR
712
713     vpp-mrr-results-3n-tsh:
714       csit-vpp-perf-report-iterative-2005-3n-tsh:
715         - 10  # MRR sel
716
717     vpp-mrr-results-3n-dnv:
718       csit-vpp-perf-report-iterative-2005-3n-dnv:
719         - 8   # MRR
720
721     vpp-mrr-results-2n-dnv:
722       csit-vpp-perf-report-iterative-2005-2n-dnv:
723         - 15  # MRR sel
724
725     vpp-device-results-ubuntu:
726       csit-vpp-device-2005-ubuntu1804-1n-skx:
727         - 35
728
729     dpdk-perf-results-3n-hsw:
730       csit-dpdk-perf-report-iterative-2005-3n-hsw:
731         - 5   # NDRPDR sel
732
733     dpdk-perf-results-3n-skx:
734       csit-dpdk-perf-report-iterative-2005-3n-skx:
735         - 4   # NDRPDR sel
736
737     dpdk-perf-results-2n-skx:
738       csit-dpdk-perf-report-iterative-2005-2n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-report-iterative-2005-2n-clx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-dnv:
746       csit-dpdk-perf-report-iterative-2005-2n-dnv:
747         - 8   # NDRPDR sel
748
749     dpdk-perf-results-3n-dnv:
750       csit-dpdk-perf-report-iterative-2005-3n-dnv:
751         - 6   # NDRPDR sel
752
753     dpdk-perf-results-3n-tsh:
754       csit-dpdk-perf-report-iterative-2005-3n-tsh:
755         - 5   # NDRPDR sel
756
757 ###########################################################################
758     # Tables (more than one data set)
759
760     # Performance changes
761
762     vpp-performance-changes-3n-hsw-h1:
763       csit-vpp-perf-verify-1908-3n-hsw:
764         - 12  # NDRPDR sel
765         - 13  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 15  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 17  # NDRPDR sel
770         - 18  # NDRPDR sel
771         - 19  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774     vpp-performance-changes-3n-hsw-ref:
775       csit-vpp-perf-verify-2001-3n-hsw:
776         - 21  # NDRPDR sel
777         - 22  # NDRPDR sel
778         - 23  # NDRPDR sel
779         - 24  # NDRPDR sel
780         - 25  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 32  # NDRPDR sel
785         - 34  # NDRPDR sel
786     vpp-performance-changes-3n-hsw-cmp:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 3   # NDRPDR sel
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 10  # NDRPDR sel
792         - 11  # NDRPDR sel
793         - 12  # NDRPDR sel
794         - 15  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 18  # NDRPDR sel
797         - 19  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-cmp-2:
799       csit-vpp-perf-report-iterative-2005-3n-hsw:
800         - 20  # NDRPDR sel env 4
801         - 21  # NDRPDR sel env 4
802         - 22  # NDRPDR sel env 4
803         - 23  # NDRPDR sel env 4
804         - 24  # NDRPDR sel env 4
805         - 25  # NDRPDR sel env 4
806         - 26  # NDRPDR sel env 4
807         - 27  # NDRPDR sel env 4
808         - 28  # NDRPDR sel env 4
809         - 29  # NDRPDR sel env 4
810     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
811       csit-vpp-perf-report-iterative-2005-3n-hsw:
812         - 31  # NDRPDR sel 2001.0-4
813         - 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
867     vpp-performance-changes-2n-skx-h1:
868       csit-vpp-perf-verify-1908_1-2n-skx:
869         - 39  # NDRPDR sel - new1908.1
870         - 40  # NDRPDR sel - new1908.1
871         - 41  # NDRPDR sel - new1908.1
872         - 43  # NDRPDR sel - new1908.1
873         - 44  # NDRPDR sel - new1908.1
874         - 45  # NDRPDR sel - new1908.1
875         - 46  # NDRPDR sel - new1908.1
876         - 47  # NDRPDR sel - new1908.1
877         - 48  # NDRPDR sel - new1908.1
878         - 49  # NDRPDR sel - new1908.1
879     vpp-performance-changes-2n-skx-ref:
880       csit-vpp-perf-verify-2001-2n-skx:
881         - 143  # NDRPDR sel - new2001.0
882         - 146  # NDRPDR sel - new2001.0
883         - 147  # NDRPDR sel - new2001.0
884         - 148  # NDRPDR sel - new2001.0
885         - 149  # NDRPDR sel - new2001.0
886         - 150  # NDRPDR sel - new2001.0
887         - 151  # NDRPDR sel - new2001.0
888         - 152  # NDRPDR sel - new2001.0
889         - 153  # NDRPDR sel - new2001.0
890         - 154  # NDRPDR sel - new2001.0
891     vpp-performance-changes-2n-skx-cmp:
892       csit-vpp-perf-report-iterative-2005-2n-skx:
893         - 43  # NDRPDR sel
894         - 38  # NDRPDR sel
895         - 7   # NDRPDR sel
896         - 65  # NDRPDR sel
897         - 47  # NDRPDR sel
898         - 55  # NDRPDR sel
899         - 67  # NDRPDR sel
900         - 75  # NDRPDR sel
901         - 76  # NDRPDR sel
902         - 73  # NDRPDR sel
903     vpp-performance-changes-2n-skx-cmp-2:
904       csit-vpp-perf-report-iterative-2005-2n-skx:
905         - 88  # NDRPDR sel env 4
906         - 89  # NDRPDR sel env 4
907         - 90  # NDRPDR sel env 4
908         - 91  # NDRPDR sel env 4
909         - 92  # NDRPDR sel env 4
910         - 93  # NDRPDR sel env 4
911         - 94  # NDRPDR sel env 4
912     vpp-performance-changes-2n-skx-cmp-2001.0-4:
913       csit-vpp-perf-report-iterative-2005-2n-skx:
914         - 100 # NDRPDR sel 2001.0-4
915         - 101 # NDRPDR sel 2001.0-4
916         - 102 # NDRPDR sel 2001.0-4
917         - 103 # NDRPDR sel 2001.0-4
918         - 104 # NDRPDR sel 2001.0-4
919         - 105 # NDRPDR sel 2001.0-4
920
921 #    vpp-performance-changes-nfv-2n-skx-ref:
922 #      csit-vpp-perf-verify-2001-2n-skx:
923 #        - 30  # NFV
924 #        - 31  # NFV
925 #    vpp-performance-changes-nfv-2n-skx-cmp:
926 #      csit-vpp-perf-report-iterative-2005-2n-skx:
927 #        - 43  # NDRPDR sel
928 #        - 38  # NDRPDR sel
929 #        - 7   # NDRPDR sel
930 #        - 78  # nf-density-sel
931 #        - 83  # nf-density-sel
932
933     vpp-performance-changes-2n-clx-ref:
934       csit-vpp-perf-verify-2001-2n-clx:
935         - 28  # NDRPDR sel
936         - 29  # NDRPDR sel
937         - 32  # NDRPDR sel
938         - 40  # NDRPDR sel
939         - 43  # NDRPDR sel
940         - 44  # NDRPDR sel
941         - 45  # NDRPDR sel
942         - 47  # NDRPDR sel
943         - 48  # NDRPDR sel
944         - 49  # NDRPDR sel
945     vpp-performance-changes-2n-clx-cmp:
946       csit-vpp-perf-report-iterative-2005-2n-clx:
947         - 7   # NDRPDR sel
948         - 38  # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 32  # NDRPDR sel ???
951         - 33  # NDRPDR sel ???
952         - 39  # NDRPDR sel
953         - 40  # NDRPDR sel
954         - 43  # NDRPDR sel
955         - 50  # NDRPDR sel
956         - 51  # NDRPDR sel
957     vpp-performance-changes-2n-clx-cmp-2:
958       csit-vpp-perf-report-iterative-2005-2n-clx:
959         - 62  # NDRPDR sel env 4
960         - 63  # NDRPDR sel env 4
961         - 64  # NDRPDR sel env 4
962         - 65  # NDRPDR sel env 4
963         - 66  # NDRPDR sel env 4
964         - 68  # NDRPDR sel env 4
965         - 69  # NDRPDR sel env 4
966         - 70  # NDRPDR sel env 4
967     vpp-performance-changes-2n-clx-cmp-2001.0-4:
968       csit-vpp-perf-report-iterative-2005-2n-clx:
969         - 73  # NDRPDR sel 2001.0-4
970         - 74  # NDRPDR sel 2001.0-4
971         - 75  # NDRPDR sel 2001.0-4
972         - 76  # NDRPDR sel 2001.0-4
973         - 77  # NDRPDR sel 2001.0-4
974         - 78  # NDRPDR sel 2001.0-4
975         - 79  # NDRPDR sel 2001.0-4
976         - 80  # NDRPDR sel 2001.0-4
977
978     vpp-performance-changes-2n-dnv-h1:
979       csit-vpp-perf-verify-1908-2n-dnv:
980         - 1   # NDRPDR sel
981         - 2   # NDRPDR sel
982         - 3   # NDRPDR sel
983         - 4   # NDRPDR sel
984         - 5   # NDRPDR sel
985         - 6   # NDRPDR sel
986         - 7   # NDRPDR sel
987         - 8   # NDRPDR sel
988         - 9   # NDRPDR sel
989         - 10  # NDRPDR sel
990     vpp-performance-changes-2n-dnv-ref:
991       csit-vpp-perf-verify-2001-2n-dnv:
992         - 4   # NDRPDR sel
993         - 5   # NDRPDR sel
994         - 6   # NDRPDR sel
995         - 7   # NDRPDR sel
996         - 8   # NDRPDR sel
997         - 9   # NDRPDR sel
998         - 10  # NDRPDR sel
999         - 11  # NDRPDR sel
1000         - 13  # NDRPDR sel
1001         - 16  # NDRPDR sel
1002     vpp-performance-changes-2n-dnv-cmp:
1003       csit-vpp-perf-report-iterative-2005-2n-dnv:
1004         - 3   # NDRPDR sel
1005         - 6   # NDRPDR sel
1006         - 7   # NDRPDR sel
1007         - 8   # NDRPDR sel
1008         - 9   # NDRPDR sel
1009         - 10  # NDRPDR sel
1010         - 11  # NDRPDR sel
1011         - 12  # NDRPDR sel
1012         - 13  # NDRPDR sel
1013         - 14  # NDRPDR sel
1014
1015     vpp-performance-changes-3n-dnv-h1:
1016       csit-vpp-perf-verify-1908-3n-dnv:
1017         - 6   # NDRPDR sel
1018         - 7   # NDRPDR sel
1019         - 8   # NDRPDR sel
1020         - 9   # NDRPDR sel
1021         - 10  # NDRPDR sel
1022         - 12  # NDRPDR sel
1023         - 13  # NDRPDR sel
1024         - 14  # NDRPDR sel
1025         - 15  # NDRPDR sel
1026         - 16  # NDRPDR sel
1027     vpp-performance-changes-3n-dnv-ref:
1028       csit-vpp-perf-verify-2001-3n-dnv:
1029         - 5   # NDRPDR sel
1030         - 6   # NDRPDR sel
1031         - 7   # NDRPDR sel
1032         - 8   # NDRPDR sel
1033         - 9   # NDRPDR sel
1034         - 10  # NDRPDR sel
1035         - 12  # NDRPDR sel
1036         - 16  # NDRPDR sel
1037         - 17  # NDRPDR sel
1038         - 18  # NDRPDR sel
1039     vpp-performance-changes-3n-dnv-cmp:
1040       csit-vpp-perf-report-iterative-2005-3n-dnv:
1041         - 2   # NDRPDR sel
1042         - 3   # NDRPDR sel
1043         - 4   # NDRPDR sel
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 9   # NDRPDR sel
1048         - 10  # NDRPDR sel
1049         - 11  # NDRPDR sel
1050         - 12  # NDRPDR sel
1051
1052     vpp-performance-changes-3n-tsh-h1:
1053       csit-vpp-perf-verify-1908-3n-tsh:
1054         - 7   # NDRPDR sel
1055         - 8   # NDRPDR sel
1056         - 9   # NDRPDR sel
1057         - 10  # NDRPDR sel
1058         - 11  # NDRPDR sel
1059         - 12  # NDRPDR sel
1060         - 13  # NDRPDR sel
1061         - 14  # NDRPDR sel
1062         - 15  # NDRPDR sel
1063         - 16  # NDRPDR sel
1064     vpp-performance-changes-3n-tsh-ref:
1065       csit-vpp-perf-verify-2001-3n-tsh:
1066         - 3   # NDRPDR sel
1067         - 4   # NDRPDR sel
1068         - 7   # NDRPDR sel
1069         - 8   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 12  # NDRPDR sel
1072         - 13  # NDRPDR sel
1073         - 14  # NDRPDR sel
1074         - 15  # NDRPDR sel
1075         - 21  # NDRPDR sel
1076     vpp-performance-changes-3n-tsh-cmp:
1077       # TODO: Add data:
1078       csit-vpp-perf-report-iterative-2005-3n-tsh:
1079         - 9   # NDRPDR sel
1080         - 11  # NDRPDR sel
1081         - 12  # NDRPDR sel
1082         - 20  # NDRPDR sel
1083         - 14  # NDRPDR sel
1084         - 21  # NDRPDR sel
1085     vpp-performance-changes-3n-tsh-cmp-2:
1086       csit-vpp-perf-report-iterative-2005-3n-tsh:
1087         - 23  # NDRPDR sel env 4
1088         - 25  # NDRPDR sel env 4
1089     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1090       csit-vpp-perf-report-iterative-2005-3n-tsh:
1091         - 28  # NDRPDR sel 2001.0-4
1092         - 29  # NDRPDR sel 2001.0-4
1093
1094     vpp-soak-vs-ndr-2n-skx-ref:
1095       csit-vpp-perf-report-iterative-2005-2n-skx:
1096         - 43  # NDRPDR sel
1097         - 38  # NDRPDR sel
1098         - 7   # NDRPDR sel
1099         - 65  # NDRPDR sel
1100         - 47  # NDRPDR sel
1101         - 55  # NDRPDR sel
1102         - 67  # NDRPDR sel
1103         - 75  # NDRPDR sel
1104         - 76  # NDRPDR sel
1105         - 73  # NDRPDR sel
1106     vpp-soak-vs-ndr-2n-skx-cmp:
1107       csit-vpp-perf-report-iterative-2005-2n-skx:
1108         - 49  # Soak
1109         - 54  # Soak
1110     vpp-soak-vs-ndr-2n-skx:
1111       csit-vpp-perf-report-iterative-2005-2n-skx:
1112         - 43  # NDRPDR sel
1113         - 38  # NDRPDR sel
1114         - 7   # NDRPDR sel
1115         - 65  # NDRPDR sel
1116         - 47  # NDRPDR sel
1117         - 55  # NDRPDR sel
1118         - 67  # NDRPDR sel
1119         - 75  # NDRPDR sel
1120         - 76  # NDRPDR sel
1121         - 73  # NDRPDR sel
1122         - 49  # Soak
1123         - 54  # Soak
1124
1125     vpp-soak-vs-ndr-2n-clx-ref:
1126       csit-vpp-perf-report-iterative-2005-2n-clx:
1127         - 7   # NDRPDR sel
1128         - 38  # NDRPDR sel
1129         - 9   # NDRPDR sel
1130         - 32  # NDRPDR sel ???
1131         - 33  # NDRPDR sel ???
1132         - 39  # NDRPDR sel
1133         - 40  # NDRPDR sel
1134         - 43  # NDRPDR sel
1135         - 50  # NDRPDR sel
1136         - 51  # NDRPDR sel
1137     vpp-soak-vs-ndr-2n-clx-cmp:
1138       csit-vpp-perf-report-iterative-2005-2n-clx:
1139         - 44  # Soak
1140         - 49  # Soak
1141     vpp-soak-vs-ndr-2n-clx:
1142       csit-vpp-perf-report-iterative-2005-2n-clx:
1143         - 7   # NDRPDR sel
1144         - 38  # NDRPDR sel
1145         - 9   # NDRPDR sel
1146         - 32  # NDRPDR sel ???
1147         - 33  # NDRPDR sel ???
1148         - 39  # NDRPDR sel
1149         - 40  # NDRPDR sel
1150         - 43  # NDRPDR sel
1151         - 50  # NDRPDR sel
1152         - 51  # NDRPDR sel
1153         - 44  # Soak
1154         - 49  # Soak
1155
1156     vpp-performance-changes-3n-hsw-mrr-h1:
1157       csit-vpp-perf-verify-1908-3n-hsw:
1158         - 39  # MRR sel
1159     vpp-performance-changes-3n-hsw-mrr-ref:
1160       csit-vpp-perf-verify-2001-3n-hsw:
1161         - 17  # MRR sel
1162     vpp-performance-changes-3n-hsw-mrr-cmp:
1163       csit-vpp-perf-report-iterative-2005-3n-hsw:
1164         - 13  # MRR
1165     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1166       csit-vpp-perf-report-iterative-2005-3n-hsw:
1167         - 30  # MRR env 4
1168
1169 #    vpp-performance-changes-3n-skx-mrr-h1:
1170 #      csit-vpp-perf-verify-1908-3n-skx:
1171 #        - 36  # MRR sel
1172     vpp-performance-changes-3n-skx-mrr-ref:
1173       csit-vpp-perf-verify-2001-3n-skx:
1174         - 50  # MRR sel
1175         - 53  # MRR sel addition
1176     vpp-performance-changes-3n-skx-mrr-cmp:
1177       csit-vpp-perf-report-iterative-2005-3n-skx:
1178         - 6   # MRR sel
1179     vpp-performance-changes-3n-skx-mrr-cmp-2:
1180       csit-vpp-perf-report-iterative-2005-3n-skx:
1181         - 49  # MRR sel env 4
1182
1183 #    vpp-performance-changes-2n-skx-mrr-h1:
1184 #      csit-vpp-perf-verify-1908-2n-skx:
1185 #        - 69  # MRR sel
1186     vpp-performance-changes-2n-skx-mrr-ref:
1187       csit-vpp-perf-verify-2001-2n-skx:
1188         - 101 # MRR sel
1189         - 128 # MRR sel addition
1190     vpp-performance-changes-2n-skx-mrr-cmp:
1191       csit-vpp-perf-report-iterative-2005-2n-skx:
1192         - 42  # MRR sel
1193     vpp-performance-changes-2n-skx-mrr-cmp-2:
1194       csit-vpp-perf-report-iterative-2005-2n-skx:
1195         - 99  # MRR sel env 4
1196
1197     vpp-performance-changes-2n-clx-mrr-ref:
1198       csit-vpp-perf-verify-2001-2n-clx:
1199         - 39  # MRR
1200     vpp-performance-changes-2n-clx-mrr-cmp:
1201       csit-vpp-perf-report-iterative-2005-2n-clx:
1202         - 12   # MRR
1203     vpp-performance-changes-2n-clx-mrr-cmp-2:
1204       csit-vpp-perf-report-iterative-2005-2n-clx:
1205         - 72   # MRR
1206
1207 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1208 #      csit-vpp-perf-verify-1908-2n-skx:
1209 #        - 71  # NFV MRR
1210 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1211 #      # csit-vpp-perf-verify-2001-2n-skx:
1212 #      csit-vpp-perf-verify-1908-2n-skx:
1213 #        - 71  # NFV MRR
1214
1215     vpp-performance-changes-2n-dnv-mrr-h1:
1216       csit-vpp-perf-verify-1908-2n-dnv:
1217         - 11  # MRR sel
1218     vpp-performance-changes-2n-dnv-mrr-ref:
1219       csit-vpp-perf-verify-2001-2n-dnv:
1220         - 12  # MRR sel
1221     vpp-performance-changes-2n-dnv-mrr-cmp:
1222       csit-vpp-perf-report-iterative-2005-2n-dnv:
1223         - 15  # MRR sel
1224
1225     vpp-performance-changes-3n-dnv-mrr-h1:
1226       csit-vpp-perf-verify-1908-3n-dnv:
1227         - 17  # MRR sel
1228     vpp-performance-changes-3n-dnv-mrr-ref:
1229       csit-vpp-perf-verify-2001-3n-dnv:
1230         - 11  # MRR sel
1231     vpp-performance-changes-3n-dnv-mrr-cmp:
1232       csit-vpp-perf-report-iterative-2005-3n-dnv:
1233         - 8   # MRR
1234
1235     vpp-performance-changes-3n-tsh-mrr-h1:
1236       csit-vpp-perf-verify-1908-3n-tsh:
1237         - 17  # MRR sel
1238     vpp-performance-changes-3n-tsh-mrr-ref:
1239       csit-vpp-perf-verify-2001-3n-tsh:
1240         - 9   # MRR sel
1241     vpp-performance-changes-3n-tsh-mrr-cmp:
1242       csit-vpp-perf-report-iterative-2005-3n-tsh:
1243         - 10  # MRR sel
1244     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1245       csit-vpp-perf-report-iterative-2005-3n-tsh:
1246         - 27  # MRR sel env 4
1247
1248     dpdk-performance-changes-3n-hsw-h1:
1249       csit-dpdk-perf-verify-1908-3n-hsw:
1250         - 2   # NDRPDR sel
1251         - 3   # NDRPDR sel
1252         - 4   # NDRPDR sel
1253         - 5   # NDRPDR sel
1254         - 6   # NDRPDR sel
1255         - 7   # NDRPDR sel
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260     dpdk-performance-changes-3n-hsw-ref:
1261       csit-dpdk-perf-verify-2001-3n-hsw:
1262         - 4   # NDRPDR sel
1263         - 5   # NDRPDR sel
1264         - 6   # NDRPDR sel
1265         - 7   # NDRPDR sel
1266         - 8   # NDRPDR sel
1267         - 9   # NDRPDR sel
1268         - 10  # NDRPDR sel
1269         - 11  # NDRPDR sel
1270         - 12  # NDRPDR sel
1271         - 13  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276         - 19  # NDRPDR sel
1277         - 20  # NDRPDR sel
1278         - 21  # NDRPDR sel
1279         - 22  # NDRPDR sel
1280         - 23  # NDRPDR sel
1281         - 24  # NDRPDR sel
1282     dpdk-performance-changes-3n-hsw-cmp:
1283       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1284         - 5   # NDRPDR sel
1285         - 6   # NDRPDR sel
1286         - 7   # NDRPDR sel
1287         - 8   # NDRPDR sel
1288         - 9   # NDRPDR sel
1289         - 10  # NDRPDR sel
1290         - 11  # NDRPDR sel
1291         - 12  # NDRPDR sel
1292         - 13  # NDRPDR sel
1293         - 14  # NDRPDR sel
1294
1295     dpdk-performance-changes-3n-skx-h1:
1296       csit-dpdk-perf-verify-1908-3n-skx:
1297         - 3   # NDRPDR sel
1298         - 4   # NDRPDR sel
1299         - 5   # NDRPDR sel
1300         - 6   # NDRPDR sel
1301         - 7   # NDRPDR sel
1302         - 8   # NDRPDR sel
1303         - 9   # NDRPDR sel
1304         - 10  # NDRPDR sel
1305         - 11  # NDRPDR sel
1306         - 12  # NDRPDR sel
1307     dpdk-performance-changes-3n-skx-ref:
1308       csit-dpdk-perf-verify-2001-3n-skx:
1309         - 29  # NDRPDR sel xxv710
1310         - 33  # NDRPDR sel xxv710
1311         - 34  # NDRPDR sel xxv710
1312         - 35  # NDRPDR sel xxv710
1313         - 36  # NDRPDR sel xxv710
1314         - 37  # NDRPDR sel xxv710
1315         - 41  # NDRPDR sel xxv710
1316         - 42  # NDRPDR sel xxv710
1317         - 43  # NDRPDR sel xxv710
1318         - 45  # NDRPDR sel xxv710
1319         - 30  # NDRPDR sel x710
1320         - 31  # NDRPDR sel x710
1321         - 32  # NDRPDR sel x710
1322         - 38  # NDRPDR sel x710
1323         - 39  # NDRPDR sel x710
1324         - 40  # NDRPDR sel x710
1325         - 44  # NDRPDR sel x710
1326         - 46  # NDRPDR sel x710
1327         - 47  # NDRPDR sel x710
1328         - 48  # NDRPDR sel x710
1329     dpdk-performance-changes-3n-skx-cmp:
1330       csit-dpdk-perf-report-iterative-2005-3n-skx:
1331         - 4   # NDRPDR sel
1332         - 5   # NDRPDR sel
1333         - 6   # NDRPDR sel
1334         - 7   # NDRPDR sel
1335         - 8   # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338         - 13  # NDRPDR sel
1339         - 14  # NDRPDR sel
1340         - 15  # NDRPDR sel
1341
1342     dpdk-performance-changes-2n-skx-h1:
1343       csit-dpdk-perf-verify-1908-2n-skx:
1344         - 2   # NDRPDR sel
1345         - 3   # NDRPDR sel
1346         - 4   # NDRPDR sel
1347         - 5   # NDRPDR sel
1348         - 7   # NDRPDR sel
1349         - 8   # NDRPDR sel
1350         - 9   # NDRPDR sel
1351         - 10  # NDRPDR sel
1352         - 11  # NDRPDR sel
1353         - 12  # NDRPDR sel
1354     dpdk-performance-changes-2n-skx-ref:
1355       csit-dpdk-perf-verify-2001-2n-skx:
1356         - 35  # NDRPDR sel xxv710
1357         - 36  # NDRPDR sel xxv710
1358         - 37  # NDRPDR sel xxv710
1359         - 41  # NDRPDR sel xxv710
1360         - 42  # NDRPDR sel xxv710
1361         - 43  # NDRPDR sel xxv710
1362         - 46  # NDRPDR sel xxv710
1363         - 47  # NDRPDR sel xxv710
1364         - 52  # NDRPDR sel xxv710
1365         - 53  # NDRPDR sel xxv710
1366         - 38  # NDRPDR sel x710
1367         - 39  # NDRPDR sel x710
1368         - 40  # NDRPDR sel x710
1369         - 44  # NDRPDR sel x710
1370         - 45  # NDRPDR sel x710
1371         - 48  # NDRPDR sel x710
1372         - 49  # NDRPDR sel x710
1373         - 50  # NDRPDR sel x710
1374         - 51  # NDRPDR sel x710
1375         - 54  # NDRPDR sel x710
1376     dpdk-performance-changes-2n-skx-cmp:
1377       csit-dpdk-perf-report-iterative-2005-2n-skx:
1378         - 1   # NDRPDR sel
1379         - 2   # NDRPDR sel
1380         - 3   # NDRPDR sel
1381         - 4   # NDRPDR sel
1382         - 5   # NDRPDR sel
1383         - 6   # NDRPDR sel
1384         - 7   # NDRPDR sel
1385         - 8   # NDRPDR sel
1386         - 9   # NDRPDR sel
1387         - 10  # NDRPDR sel
1388
1389     dpdk-performance-changes-2n-clx-ref:
1390       csit-dpdk-perf-verify-2001-2n-clx:
1391         - 15  # NDRPDR sel
1392         - 16  # NDRPDR sel
1393         - 17  # NDRPDR sel
1394         - 18  # NDRPDR sel
1395         - 19  # NDRPDR sel
1396         - 20  # NDRPDR sel
1397         - 21  # NDRPDR sel
1398         - 22  # NDRPDR sel
1399         - 23  # NDRPDR sel
1400         - 24  # NDRPDR sel
1401         - 25  # NDRPDR sel
1402         - 26  # NDRPDR sel
1403         - 27  # NDRPDR sel
1404         - 28  # NDRPDR sel
1405         - 29  # NDRPDR sel
1406         - 30  # NDRPDR sel
1407         - 31  # NDRPDR sel
1408         - 32  # NDRPDR sel
1409         - 33  # NDRPDR sel
1410         - 34  # NDRPDR sel
1411     dpdk-performance-changes-2n-clx-cmp:
1412       csit-dpdk-perf-report-iterative-2005-2n-clx:
1413         - 1   # NDRPDR sel
1414         - 2   # NDRPDR sel
1415         - 3   # NDRPDR sel
1416         - 4   # NDRPDR sel
1417         - 5   # NDRPDR sel
1418         - 6   # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 8   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423
1424     dpdk-performance-changes-2n-dnv-ref:
1425       csit-dpdk-perf-verify-2001-2n-dnv:
1426         - 9   # NDRPDR sel
1427         - 10  # NDRPDR sel
1428         - 11  # NDRPDR sel
1429         - 12  # NDRPDR sel
1430         - 13  # NDRPDR sel
1431         - 14  # NDRPDR sel
1432         - 15  # NDRPDR sel
1433         - 16  # NDRPDR sel
1434         - 17  # NDRPDR sel
1435         - 18  # NDRPDR sel
1436     dpdk-performance-changes-2n-dnv-cmp:
1437       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1438         - 8   # NDRPDR sel
1439         - 9   # NDRPDR sel
1440         - 10  # NDRPDR sel
1441         - 11  # NDRPDR sel
1442         - 12  # NDRPDR sel
1443         - 13  # NDRPDR sel
1444         - 14  # NDRPDR sel
1445         - 15  # NDRPDR sel
1446         - 16  # NDRPDR sel
1447         - 17  # NDRPDR sel
1448
1449     dpdk-performance-changes-3n-dnv-ref:
1450       csit-dpdk-perf-verify-2001-3n-dnv:
1451         - 12  # NDRPDR sel
1452         - 13  # NDRPDR sel
1453         - 14  # NDRPDR sel
1454         - 15  # NDRPDR sel
1455         - 16  # NDRPDR sel
1456         - 17  # NDRPDR sel
1457         - 18  # NDRPDR sel
1458         - 19  # NDRPDR sel
1459         - 20  # NDRPDR sel
1460         - 22  # NDRPDR sel
1461     dpdk-performance-changes-3n-dnv-cmp:
1462       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1463         - 6   # NDRPDR sel
1464         - 7   # NDRPDR sel
1465         - 8   # NDRPDR sel
1466         - 9   # NDRPDR sel
1467         - 10  # NDRPDR sel
1468         - 11  # NDRPDR sel
1469         - 12  # NDRPDR sel
1470         - 13  # NDRPDR sel
1471         - 14  # NDRPDR sel
1472         - 16  # NDRPDR sel
1473
1474     dpdk-performance-changes-3n-tsh-ref:
1475       csit-dpdk-perf-verify-2001-3n-tsh:
1476         - 3   # NDRPDR sel
1477         - 4   # NDRPDR sel
1478         - 5   # NDRPDR sel
1479         - 9   # NDRPDR sel
1480         - 10  # NDRPDR sel
1481         - 11  # NDRPDR sel
1482         - 12  # NDRPDR sel
1483         - 14  # NDRPDR sel
1484         - 15  # NDRPDR sel
1485         - 18  # NDRPDR sel
1486     dpdk-performance-changes-3n-tsh-cmp:
1487       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1488         - 5   # NDRPDR sel
1489
1490     # Compare testbeds
1491
1492     vpp-compare-testbeds-ref:
1493       csit-vpp-perf-report-iterative-2005-3n-hsw:
1494         - 3   # NDRPDR sel
1495         - 4   # NDRPDR sel
1496         - 5   # NDRPDR sel
1497         - 10  # NDRPDR sel
1498         - 11  # NDRPDR sel
1499         - 12  # NDRPDR sel
1500         - 15  # NDRPDR sel
1501         - 16  # NDRPDR sel
1502         - 18  # NDRPDR sel
1503         - 19  # NDRPDR sel
1504     vpp-compare-testbeds-cmp:
1505       csit-vpp-perf-report-iterative-2005-3n-skx:
1506         - 4   # NDRPDR sel
1507         - 5   # NDRPDR sel ??? all x710 failed
1508         - 33  # NDRPDR sel
1509         - 28  # NDRPDR sel
1510         - 34  # NDRPDR sel
1511         - 36  # NDRPDR sel
1512         - 37  # NDRPDR sel
1513         - 38  # NDRPDR sel
1514         - 39  # NDRPDR sel
1515         - 41  # NDRPDR sel
1516
1517     vpp-compare-testbeds-skx-clx-ref:
1518       csit-vpp-perf-report-iterative-2005-2n-skx:
1519         - 43  # NDRPDR sel
1520         - 38  # NDRPDR sel
1521         - 7   # NDRPDR sel
1522         - 65  # NDRPDR sel
1523         - 47  # NDRPDR sel
1524         - 55  # NDRPDR sel
1525         - 67  # NDRPDR sel
1526         - 75  # NDRPDR sel
1527         - 76  # NDRPDR sel
1528         - 73  # NDRPDR sel
1529     vpp-compare-testbeds-skx-clx-cmp:
1530       csit-vpp-perf-report-iterative-2005-2n-clx:
1531         - 7   # NDRPDR sel
1532         - 38  # NDRPDR sel
1533         - 9   # NDRPDR sel
1534         - 32  # NDRPDR sel ???
1535         - 33  # NDRPDR sel ???
1536         - 39  # NDRPDR sel
1537         - 40  # NDRPDR sel
1538         - 43  # NDRPDR sel
1539         - 50  # NDRPDR sel
1540         - 51  # NDRPDR sel
1541
1542     vpp-compare-testbeds-hsw-clx-ref:
1543       csit-vpp-perf-report-iterative-2005-3n-hsw:
1544         - 3   # NDRPDR sel
1545         - 4   # NDRPDR sel
1546         - 5   # NDRPDR sel
1547         - 10  # NDRPDR sel
1548         - 11  # NDRPDR sel
1549         - 12  # NDRPDR sel
1550         - 15  # NDRPDR sel
1551         - 16  # NDRPDR sel
1552         - 18  # NDRPDR sel
1553         - 19  # NDRPDR sel
1554     vpp-compare-testbeds-hsw-clx-cmp:
1555       csit-vpp-perf-report-iterative-2005-2n-clx:
1556         - 7   # NDRPDR sel
1557         - 38  # NDRPDR sel
1558         - 9   # NDRPDR sel
1559         - 32  # NDRPDR sel ???
1560         - 33  # NDRPDR sel ???
1561         - 39  # NDRPDR sel
1562         - 40  # NDRPDR sel
1563         - 43  # NDRPDR sel
1564         - 50  # NDRPDR sel
1565         - 51  # NDRPDR sel
1566
1567     vpp-compare-testbeds-mrr-ref:
1568       csit-vpp-perf-report-iterative-2005-3n-hsw:
1569         - 13  # MRR
1570     vpp-compare-testbeds-mrr-cmp:
1571       csit-vpp-perf-report-iterative-2005-3n-skx:
1572         - 6   # MRR sel
1573
1574     vpp-compare-testbeds-mrr-skx-clx-ref:
1575       csit-vpp-perf-report-iterative-2005-2n-skx:
1576         - 42  # MRR sel
1577     vpp-compare-testbeds-mrr-skx-clx-cmp:
1578       csit-vpp-perf-report-iterative-2005-2n-clx:
1579         - 12   # MRR
1580
1581     vpp-compare-testbeds-mrr-hsw-clx-ref:
1582       csit-vpp-perf-report-iterative-2005-3n-hsw:
1583         - 13  # MRR
1584     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1585       csit-vpp-perf-report-iterative-2005-2n-clx:
1586         - 12   # MRR
1587
1588     dpdk-compare-testbeds-ref:
1589       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1590         - 5   # NDRPDR sel
1591         - 6   # NDRPDR sel
1592         - 7   # NDRPDR sel
1593         - 8   # NDRPDR sel
1594         - 9   # NDRPDR sel
1595         - 10  # NDRPDR sel
1596         - 11  # NDRPDR sel
1597         - 12  # NDRPDR sel
1598         - 13  # NDRPDR sel
1599         - 14  # NDRPDR sel
1600     dpdk-compare-testbeds-cmp:
1601       csit-dpdk-perf-report-iterative-2005-3n-skx:
1602         - 4   # NDRPDR sel
1603         - 5   # NDRPDR sel
1604         - 6   # NDRPDR sel
1605         - 7   # NDRPDR sel
1606         - 8   # NDRPDR sel
1607         - 11  # NDRPDR sel
1608         - 12  # NDRPDR sel
1609         - 13  # NDRPDR sel
1610         - 14  # NDRPDR sel
1611         - 15  # NDRPDR sel
1612
1613     dpdk-compare-testbeds-skx-clx-ref:
1614       csit-dpdk-perf-report-iterative-2005-2n-skx:
1615         - 1   # NDRPDR sel
1616         - 2   # NDRPDR sel
1617         - 3   # NDRPDR sel
1618         - 4   # NDRPDR sel
1619         - 5   # NDRPDR sel
1620         - 6   # NDRPDR sel
1621         - 7   # NDRPDR sel
1622         - 8   # NDRPDR sel
1623         - 9   # NDRPDR sel
1624         - 10  # NDRPDR sel
1625     dpdk-compare-testbeds-skx-clx-cmp:
1626       csit-dpdk-perf-report-iterative-2005-2n-clx:
1627         - 1   # NDRPDR sel
1628         - 2   # NDRPDR sel
1629         - 3   # NDRPDR sel
1630         - 4   # NDRPDR sel
1631         - 5   # NDRPDR sel
1632         - 6   # NDRPDR sel
1633         - 7   # NDRPDR sel
1634         - 8   # NDRPDR sel
1635         - 9   # NDRPDR sel
1636         - 10  # NDRPDR sel
1637
1638     # Compare topologies
1639
1640     vpp-compare-topologies-ref:
1641       csit-vpp-perf-report-iterative-2005-3n-skx:
1642         - 4   # NDRPDR sel
1643         - 5   # NDRPDR sel ??? all x710 failed
1644         - 33  # NDRPDR sel
1645         - 28  # NDRPDR sel
1646         - 34  # NDRPDR sel
1647         - 36  # NDRPDR sel
1648         - 37  # NDRPDR sel
1649         - 38  # NDRPDR sel
1650         - 39  # NDRPDR sel
1651         - 41  # NDRPDR sel
1652     vpp-compare-topologies-cmp:
1653       csit-vpp-perf-report-iterative-2005-2n-skx:
1654         - 43  # NDRPDR sel
1655         - 38  # NDRPDR sel
1656         - 7   # NDRPDR sel
1657         - 65  # NDRPDR sel
1658         - 47  # NDRPDR sel
1659         - 55  # NDRPDR sel
1660         - 67  # NDRPDR sel
1661         - 75  # NDRPDR sel
1662         - 76  # NDRPDR sel
1663         - 73  # NDRPDR sel
1664
1665     vpp-compare-topologies-mrr-ref:
1666       csit-vpp-perf-report-iterative-2005-3n-skx:
1667         - 6   # MRR sel
1668     vpp-compare-topologies-mrr-cmp:
1669       csit-vpp-perf-report-iterative-2005-2n-skx:
1670         - 42  # MRR sel
1671
1672     dpdk-compare-topologies-ref:
1673       csit-dpdk-perf-report-iterative-2005-3n-skx:
1674         - 4   # NDRPDR sel
1675         - 5   # NDRPDR sel
1676         - 6   # NDRPDR sel
1677         - 7   # NDRPDR sel
1678         - 8   # NDRPDR sel
1679         - 11  # NDRPDR sel
1680         - 12  # NDRPDR sel
1681         - 13  # NDRPDR sel
1682         - 14  # NDRPDR sel
1683         - 15  # NDRPDR sel
1684     dpdk-compare-topologies-cmp:
1685       csit-dpdk-perf-report-iterative-2005-2n-skx:
1686         - 1   # NDRPDR sel
1687         - 2   # NDRPDR sel
1688         - 3   # NDRPDR sel
1689         - 4   # NDRPDR sel
1690         - 5   # NDRPDR sel
1691         - 6   # NDRPDR sel
1692         - 7   # NDRPDR sel
1693         - 8   # NDRPDR sel
1694         - 9   # NDRPDR sel
1695         - 10  # NDRPDR sel
1696
1697   plot-layouts:
1698
1699     plot-soak-throughput:
1700       titlefont:
1701         size: 18
1702       xaxis:
1703         title: "<b>Test Cases [Index]</b>"
1704         titlefont:
1705           size: 16
1706         autorange: True
1707         fixedrange: False
1708         gridcolor: "rgb(230, 230, 230)"
1709         linecolor: "rgb(220, 220, 220)"
1710         linewidth: 1
1711         showgrid: True
1712         showline: True
1713         showticklabels: True
1714         tickcolor: "rgb(220, 220, 220)"
1715         tickmode: "linear"
1716         tickfont:
1717           size: 16
1718         zeroline: False
1719       yaxis:
1720         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1721         titlefont:
1722           size: 16
1723         gridcolor: "rgb(230, 230, 230)"
1724         hoverformat: ".4r"
1725         tickformat: ".3r"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         showgrid: True
1729         showline: True
1730         showticklabels: True
1731         tickcolor: "rgb(220, 220, 220)"
1732         tickfont:
1733           size: 16
1734         zeroline: False
1735         range: [0,50]
1736       autosize: False
1737       margin:
1738         t: 50
1739         b: 0
1740         l: 80
1741         r: 20
1742       showlegend: True
1743       legend:
1744         orientation: "h"
1745         font:
1746           size: 16
1747       width: 700
1748       height: 900
1749       paper_bgcolor: "#fff"
1750       plot_bgcolor: "#fff"
1751       hoverlabel:
1752         namelength: -1
1753
1754     plot-service-density:
1755       titlefont:
1756         size: 18
1757       xaxis:
1758         side: "top"
1759         autorange: True
1760         fixedrange: False
1761         showgrid: False
1762         showline: False
1763         showticklabels: False
1764         ticks: ""
1765         ticklen: 0
1766         tickwidth: 0
1767         zeroline: False
1768       yaxis:
1769         autorange: "reversed"
1770         showgrid: False
1771         showline: False
1772         showticklabels: False
1773         ticks: ""
1774         ticklen: 0
1775         tickwidth: 0
1776         zeroline: False
1777       showlegend: False
1778       paper_bgcolor: "#fff"
1779       plot_bgcolor: "#fff"
1780       width: 700
1781       height: 700
1782       hoverlabel:
1783         namelength: -1
1784
1785     plot-hoststack:
1786       titlefont:
1787         size: 16
1788       xaxis:
1789         title: "<b>Test Cases [Index]</b>"
1790         titlefont:
1791           size: 14
1792         autorange: True
1793         fixedrange: False
1794         gridcolor: "rgb(230, 230, 230)"
1795         linecolor: "rgb(220, 220, 220)"
1796         linewidth: 1
1797         showgrid: True
1798         showline: True
1799         showticklabels: True
1800         tickcolor: "rgb(220, 220, 220)"
1801         tickmode: "linear"
1802         tickfont:
1803           size: 14
1804         zeroline: False
1805       yaxis:
1806         title: "<b>Bandwidth [Gbps]</b>"
1807         titlefont:
1808           size: 14
1809         gridcolor: "rgb(230, 230, 230)"
1810         hoverformat: ".4s"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         rangemode: "tozero"
1814         showgrid: True
1815         showline: True
1816         showticklabels: True
1817         tickcolor: "rgb(230, 230, 230)"
1818         tickformat: ".3s"
1819         tickfont:
1820           size: 14
1821         zeroline: False
1822       boxmode: "group"
1823       boxgroupgap: 0.5
1824       autosize: False
1825       margin:
1826         t: 50
1827         b: 20
1828         l: 80
1829         r: 20
1830       showlegend: True
1831       legend:
1832         orientation: "h"
1833         font:
1834           size: 14
1835       width: 700
1836       height: 800
1837       paper_bgcolor: "#fff"
1838       plot_bgcolor: "#fff"
1839       hoverlabel:
1840         namelength: -1
1841
1842     plot-throughput:
1843       titlefont:
1844         size: 18
1845       xaxis:
1846         title: "<b>Test Cases [Index]</b>"
1847         titlefont:
1848           size: 16
1849         autorange: True
1850         fixedrange: False
1851         gridcolor: "rgb(230, 230, 230)"
1852         linecolor: "rgb(220, 220, 220)"
1853         linewidth: 1
1854         showgrid: True
1855         showline: True
1856         showticklabels: True
1857         tickcolor: "rgb(220, 220, 220)"
1858         tickmode: "linear"
1859         tickfont:
1860           size: 16
1861         zeroline: False
1862       yaxis:
1863         title: "<b>Packet Throughput [Mpps]</b>"
1864         titlefont:
1865           size: 16
1866         gridcolor: "rgb(230, 230, 230)"
1867         hoverformat: ".4r"
1868         tickformat: ".3r"
1869         linecolor: "rgb(220, 220, 220)"
1870         linewidth: 1
1871         showgrid: True
1872         showline: True
1873         showticklabels: True
1874         tickcolor: "rgb(220, 220, 220)"
1875         tickfont:
1876           size: 16
1877         zeroline: False
1878         range: [0,50]
1879       autosize: False
1880       margin:
1881         t: 50
1882         b: 0
1883         l: 80
1884         r: 20
1885       showlegend: True
1886       legend:
1887         orientation: "h"
1888         font:
1889           size: 16
1890       width: 700
1891       height: 900
1892       paper_bgcolor: "#fff"
1893       plot_bgcolor: "#fff"
1894       hoverlabel:
1895         namelength: -1
1896
1897     plot-throughput-speedup-analysis:
1898       titlefont:
1899         size: 18
1900       xaxis:
1901         title: "<b>Number of Cores [Qty]</b>"
1902         titlefont:
1903           size: 16
1904         autorange: True
1905         fixedrange: False
1906         gridcolor: "rgb(230, 230, 230)"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(238, 238, 238)"
1913         tickmode: "linear"
1914         tickfont:
1915           size: 16
1916         zeroline: False
1917       yaxis:
1918         title: "<b>Packet Throughput [Mpps]</b>"
1919         titlefont:
1920           size: 16
1921         type: "linear"
1922         gridcolor: "rgb(230, 230, 230)"
1923         hoverformat: ".4s"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickformat: ".4s"
1931         tickfont:
1932           size: 16
1933         zeroline: True
1934         rangemode: "tozero"
1935         range: [0,100]
1936       legend:
1937         orientation: "h"
1938         font:
1939           size: 16
1940         xanchor: "left"
1941         yanchor: "top"
1942         x: 0
1943         y: -0.2
1944         bgcolor: "rgba(255, 255, 255, 0)"
1945         bordercolor: "rgba(255, 255, 255, 0)"
1946         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1947       autosize: False
1948       margin:
1949           't': 50
1950           'b': 150
1951           'l': 85
1952           'r': 10
1953       showlegend: True
1954       width: 700
1955       height: 700
1956       paper_bgcolor: "#fff"
1957       plot_bgcolor: "#fff"
1958       hoverlabel:
1959         namelength: -1
1960       annotations: [
1961         {
1962           text: "_ _          __          ...",
1963           align: "left",
1964           showarrow: False,
1965           xref: "paper",
1966           yref: "paper",
1967           xanchor: "left",
1968           yanchor: "top",
1969           x: 0,
1970           y: -0.13,
1971           font: {
1972             family: "Consolas, Courier New",
1973             size: 15
1974           },
1975         },
1976         {
1977           text: "    Perfect     Measured     Limit",
1978           align: "left",
1979           showarrow: False,
1980           xref: "paper",
1981           yref: "paper",
1982           xanchor: "left",
1983           yanchor: "top",
1984           x: 0,
1985           y: -0.15,
1986           font: {
1987             family: "Consolas, Courier New",
1988             size: 15
1989           },
1990         },
1991       ]
1992
1993     plot-latency:
1994       titlefont:
1995         size: 18
1996       xaxis:
1997         title: "<b>Direction</b>"
1998         titlefont:
1999           size: 16
2000         autorange: True
2001         fixedrange: False
2002         gridcolor: "rgb(230, 230, 230)"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: False
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickmode: "linear"
2010         tickfont:
2011           size: 16
2012         zeroline: False
2013       yaxis:
2014         title: "<b>Packet Latency [uSec]</b>"
2015         titlefont:
2016           size: 16
2017         type: "linear"
2018         gridcolor: "rgb(230, 230, 230)"
2019         hoverformat: ".4s"
2020         linecolor: "rgb(220, 220, 220)"
2021         linewidth: 1
2022         showgrid: True
2023         showline: True
2024         showticklabels: True
2025         tickcolor: "rgb(220, 220, 220)"
2026         tickformat: ".4s"
2027         tickfont:
2028           size: 16
2029         zeroline: True
2030         rangemode: "tozero"
2031       legend:
2032         orientation: "h"
2033         font:
2034           size: 16
2035         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2036       autosize: False
2037       margin:
2038           't': 50
2039           'b': 150
2040           'l': 80
2041           'r': 10
2042       showlegend: True
2043       width: 700
2044       height: 700
2045       paper_bgcolor: "#fff"
2046       plot_bgcolor: "#fff"
2047       hoverlabel:
2048         namelength: -1
2049
2050     plot-hdrh-latency:
2051       title:
2052         text: ""
2053         xanchor: "center"
2054         x: 0.5
2055         font:
2056           size: 16
2057       width: 700
2058       plot_bgcolor: "white"
2059       annotations:
2060         - font:
2061             size: 14
2062           showarrow: False
2063           text: "<b>Packet Latency [uSec]</b>"
2064           x: 1
2065           xanchor: "right"
2066           xref: "paper"
2067           y: -0.045
2068           yanchor: "top"
2069           yref: "paper"
2070         - font:
2071             size: 14
2072           showarrow: False
2073           text: "<b>Probability [%]</b>"
2074           textangle: 270
2075           x: -0.06
2076           xanchor: "center"
2077           xref: "paper"
2078           y: 0.5
2079           yanchor: "middle"
2080           yref: "paper"
2081         - font:
2082             size: 14
2083           showarrow: False
2084           text: "<b>Direction: E-W</b>"
2085           x: 0.24
2086           xanchor: "center"
2087           xref: "paper"
2088           y: 1.05
2089           yanchor: "bottom"
2090           yref: "paper"
2091         - font:
2092             size: 14
2093           showarrow: False
2094           text: "<b>Direction: W-E</b>"
2095           x: 0.74
2096           xanchor: "center"
2097           xref: "paper"
2098           y: 1.05
2099           yanchor: "bottom"
2100           yref: "paper"
2101
2102     plot-hdrh-latency-percentile:
2103       title:
2104         text: ""
2105         xanchor: "center"
2106         x: 0.5
2107         font:
2108           size: 18
2109       xaxis:
2110         type: "log"
2111         title: "<b>Percentile [%]</b>"
2112         titlefont:
2113           size: 16
2114         autorange: True
2115         fixedrange: False
2116         gridcolor: "rgb(230, 230, 230)"
2117         linecolor: "rgb(220, 220, 220)"
2118         linewidth: 1
2119         showgrid: True
2120         showline: True
2121         showticklabels: True
2122         tickcolor: "rgb(220, 220, 220)"
2123         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2124         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2125         tickfont:
2126           size: 16
2127       yaxis:
2128         title: "<b>Packet Latency [uSec]</b>"
2129         titlefont:
2130           size: 16
2131         gridcolor: "rgb(230, 230, 230)"
2132         linecolor: "rgb(220, 220, 220)"
2133         linewidth: 1
2134         showgrid: True
2135         showline: True
2136         showticklabels: True
2137         tickcolor: "rgb(220, 220, 220)"
2138         tickfont:
2139           size: 16
2140       autosize: False
2141       showlegend: True
2142       legend:
2143         traceorder: "normal"
2144         orientation: "h"
2145         font:
2146           size: 16
2147         xanchor: "left"
2148         yanchor: "top"
2149         x: 0
2150         y: -0.15
2151         bgcolor: "rgba(255, 255, 255, 0)"
2152         bordercolor: "rgba(255, 255, 255, 0)"
2153       width: 700
2154       height: 700
2155       paper_bgcolor: "white"
2156       plot_bgcolor: "white"
2157
2158     plot-hdrh-latency-by-percentile:
2159       title:
2160         text: "<b>Latency by Percentile Distribution</b>"
2161         xanchor: "center"
2162         x: 0.5
2163         font:
2164           size: 18
2165       showlegend: True
2166       legend:
2167         traceorder: "normal"
2168         orientation: "h"
2169         font:
2170           size: 16
2171         xanchor: "left"
2172         yanchor: "top"
2173         x: 0
2174         y: -0.2
2175         bgcolor: "rgba(255, 255, 255, 0)"
2176         bordercolor: "rgba(255, 255, 255, 0)"
2177       xaxis:
2178         type: "linear"
2179         title: "<b>Percentile [%]</b>"
2180         titlefont:
2181           size: 14
2182         autorange: False
2183         fixedrange: False
2184         range: [0, 100]
2185         gridcolor: "rgb(230, 230, 230)"
2186         linecolor: "rgb(220, 220, 220)"
2187         linewidth: 1
2188         showgrid: True
2189         showline: True
2190         showticklabels: True
2191         tickcolor: "rgb(220, 220, 220)"
2192         tickvals: [0, 25, 50, 75, 100]
2193         ticktext: [0, 25, 50, 75, 100]
2194         tickfont:
2195           size: 14
2196       yaxis:
2197         title: "<b>One-Way Latency per Direction [uSec]</b>"
2198         titlefont:
2199           size: 14
2200         gridcolor: "rgb(230, 230, 230)"
2201         linecolor: "rgb(220, 220, 220)"
2202         linewidth: 1
2203         showgrid: True
2204         showline: True
2205         showticklabels: True
2206         tickcolor: "rgb(220, 220, 220)"
2207         tickfont:
2208           size: 14
2209       width: 700
2210       height: 700
2211       paper_bgcolor: "white"
2212       plot_bgcolor: "white"
2213
2214 - type: "static"
2215   src-path: "{DIR[RST]}"
2216   dst-path: "{DIR[WORKING,SRC]}"
2217
2218 - type: "input"
2219   general:
2220     file-name: "output_info.xml.gz"
2221     file-format: ".gz"
2222     arch-file-format:
2223       - ".gz"
2224       - ".zip"
2225     download-path: "{job}/{build}/archives/{filename}"
2226     extract: "output.xml"
2227
2228     zip-file-name: "robot-plugin.zip"
2229     zip-file-format: ".zip"
2230     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2231     zip-extract: "robot-plugin/output.xml"
2232
2233   builds:
2234
2235     csit-vpp-perf-verify-1908-3n-hsw:
2236       - 12  # NDRPDR sel
2237       - 13  # NDRPDR sel
2238       - 14  # NDRPDR sel
2239       - 15  # NDRPDR sel
2240       - 16  # NDRPDR sel
2241       - 17  # NDRPDR sel
2242       - 18  # NDRPDR sel
2243       - 19  # NDRPDR sel
2244       - 20  # NDRPDR sel
2245       - 21  # NDRPDR sel
2246       - 39  # MRR sel
2247     csit-vpp-perf-verify-2001-3n-hsw:
2248       - 21  # NDRPDR sel
2249       - 22  # NDRPDR sel
2250       - 23  # NDRPDR sel
2251       - 24  # NDRPDR sel
2252       - 25  # NDRPDR sel
2253       - 29  # NDRPDR sel
2254       - 30  # NDRPDR sel
2255       - 31  # NDRPDR sel
2256       - 32  # NDRPDR sel
2257       - 34  # NDRPDR sel
2258       - 17  # MRR sel
2259     csit-vpp-perf-report-iterative-2005-3n-hsw:
2260       - 3   # NDRPDR sel
2261       - 4   # NDRPDR sel
2262       - 5   # NDRPDR sel
2263       - 10  # NDRPDR sel
2264       - 11  # NDRPDR sel
2265       - 12  # NDRPDR sel
2266       - 15  # NDRPDR sel
2267       - 16  # NDRPDR sel
2268       - 18  # NDRPDR sel
2269       - 19  # NDRPDR sel
2270       - 20  # NDRPDR sel env 4
2271       - 21  # NDRPDR sel env 4
2272       - 22  # NDRPDR sel env 4
2273       - 23  # NDRPDR sel env 4
2274       - 24  # NDRPDR sel env 4
2275       - 25  # NDRPDR sel env 4
2276       - 26  # NDRPDR sel env 4
2277       - 27  # NDRPDR sel env 4
2278       - 28  # NDRPDR sel env 4
2279       - 29  # NDRPDR sel env 4
2280       - 13  # MRR
2281       - 30  # MRR env 4
2282       - 31  # NDRPDR sel 2001.0-4
2283       - 32  # NDRPDR sel 2001.0-4
2284       - 33  # NDRPDR sel 2001.0-4
2285       - 34  # NDRPDR sel 2001.0-4
2286       - 35  # NDRPDR sel 2001.0-4
2287       - 36  # NDRPDR sel 2001.0-4
2288       - 38  # NDRPDR sel 2001.0-4
2289     csit-vpp-perf-verify-2005-3n-hsw:
2290       - 3   # hoststack
2291       - 5   # hoststack
2292       - 6   # hoststack
2293       - 7   # hoststack
2294       - 8   # hoststack
2295       - 9   # hoststack
2296       - 10  # hoststack
2297       - 11  # hoststack
2298       - 12  # hoststack
2299       - 13  # hoststack
2300     csit-vpp-perf-report-coverage-2005-3n-hsw:
2301       - 1   # perf-full-3n-dnv-crypto_I
2302       - 7   # perf-full-3n-hsw-crypto_II
2303       - 3   # perf-full-3n-hsw-crypto_III
2304       - 4   # perf-full-3n-dnv-crypto_IV
2305       - 5   # perf-full-3n-hsw-ip4_I
2306       - 6   # perf-full-3n-hsw-ip4_II
2307       - 8   # perf-full-3n-hsw-ip4_III
2308       - 9   # perf-full-3n-hsw-ip4_IV
2309       - 10  # perf-full-3n-hsw-ip4_V
2310       - 26  # perf-full-3n-hsw-ip4_VI
2311       - 18  # perf-full-3n-hsw-ip4_VII
2312       - 27  # perf-full-3n-hsw-ip4_VIII
2313       - 28  # perf-full-3n-hsw-ip4_IX
2314       - 29  # perf-full-3n-hsw-ip6_I
2315       - 35  # perf-full-3n-hsw-ip6_II
2316       - 42  # perf-full-3n-hsw-l2_I
2317       - 33  # perf-full-3n-hsw-l2_II
2318       - 37  # perf-full-3n-hsw-l2_III
2319       - 45  # perf-full-3n-hsw-l2_IV
2320       - 43  # perf-full-3n-hsw-l2_V
2321       - 40  # perf-full-3n-hsw-l2_VI
2322       - 44  # perf-full-3n-hsw-l2_VII
2323       - 51  # perf-full-3n-hsw-l2_VIII
2324       - 50  # perf-full-3n-hsw-l2_IX
2325       - 52  # perf-full-3n-hsw-l2_X
2326       - 53  # perf-full-3n-hsw-l2_XI
2327       - 54  # perf-full-3n-hsw-memif
2328       - 55  # perf-full-3n-hsw-ip4tunnels-I
2329       - 56  # perf-full-3n-hsw-ip4tunnels-II
2330       - 57  # perf-full-3n-hsw-ip4tunnels-III
2331       - 58  # perf-full-3n-hsw-ip6tunnels-I
2332       - 59  # perf-full-3n-hsw-srv6-I
2333       - 60  # perf-full-3n-hsw-srv6-II
2334       - 61  # perf-full-3n-hsw-vhost-I
2335       - 62  # perf-full-3n-hsw-vhost-II
2336       - 63  # perf-full-3n-hsw-vhost-III
2337
2338     csit-vpp-perf-verify-1908_1-3n-skx:
2339       - 26  # NDRPDR sel - new1908.1
2340       - 27  # NDRPDR sel - new1908.1
2341       - 28  # NDRPDR sel - new1908.1
2342       - 29  # NDRPDR sel - new1908.1
2343       - 30  # NDRPDR sel - new1908.1
2344       - 31  # NDRPDR sel - new1908.1
2345       - 33  # NDRPDR sel - new1908.1
2346       - 34  # NDRPDR sel - new1908.1
2347       - 35  # NDRPDR sel - new1908.1
2348       - 36  # NDRPDR sel - new1908.1
2349     csit-vpp-perf-verify-2001-3n-skx:
2350       - 69  # NDRPDR sel - new2001.0
2351       - 71  # NDRPDR sel - new2001.0
2352       - 72  # NDRPDR sel - new2001.0
2353       - 76  # NDRPDR sel - new2001.0
2354       - 77  # NDRPDR sel - new2001.0
2355       - 78  # NDRPDR sel - new2001.0
2356       - 80  # NDRPDR sel - new2001.0
2357       - 50  # MRR sel
2358       - 53  # MRR sel addition
2359     csit-vpp-perf-report-iterative-2005-3n-skx:
2360       - 4   # NDRPDR sel
2361       - 5   # NDRPDR sel ??? all x710 failed
2362       - 33  # NDRPDR sel
2363       - 28  # NDRPDR sel
2364       - 34  # NDRPDR sel
2365       - 36  # NDRPDR sel
2366       - 37  # NDRPDR sel
2367       - 38  # NDRPDR sel
2368       - 39  # NDRPDR sel
2369       - 41  # NDRPDR sel
2370       - 42  # NDRPDR sel env 4
2371       - 43  # NDRPDR sel env 4
2372       - 44  # NDRPDR sel env 4
2373       - 45  # NDRPDR sel env 4
2374       - 47  # NDRPDR sel env 4
2375       - 50  # NDRPDR sel 2001.0-4
2376       - 51  # NDRPDR sel 2001.0-4
2377       - 52  # NDRPDR sel 2001.0-4
2378       - 53  # NDRPDR sel 2001.0-4
2379       - 6   # MRR sel
2380       - 49  # MRR sel env 4
2381     csit-vpp-perf-report-coverage-2005-3n-skx:
2382       - 10  # perf-full-3n-skx-crypto_I
2383       - 11  # perf-full-3n-skx-crypto_II
2384       - 12  # perf-full-3n-skx-crypto_III
2385       - 5   # perf-full-3n-skx-ip4_I
2386       - 14  # perf-full-3n-skx-ip4_II
2387       - 7   # perf-full-3n-skx-ip4_III
2388       - 15  # perf-full-3n-skx-ip4_IV
2389       - 16  # perf-full-3n-skx-ip4_V
2390       - 17  # perf-full-3n-skx-ip4_VI
2391       - 18  # perf-full-3n-skx-ip4_VII
2392       - 19  # perf-full-3n-skx-ip4_VIII
2393       - 20  # perf-full-3n-skx-ip4_IX
2394       - 24  # perf-full-3n-skx-ip6_I
2395       - 25  # perf-full-3n-skx-ip6_II
2396       - 21  # perf-full-3n-skx-ip4tunnels-I
2397       - 22  # perf-full-3n-skx-ip4tunnels-II
2398       - 23  # perf-full-3n-skx-ip4tunnels-III
2399       - 26  # perf-full-3n-skx-ip6tunnels-I
2400       - 28  # perf-full-3n-skx-l2_II
2401       - 29  # perf-full-3n-skx-l2_III
2402       - 30  # perf-full-3n-skx-l2_IV
2403       - 32  # perf-full-3n-skx-l2_VI
2404       - 33  # perf-full-3n-skx-l2_VII
2405       - 34  # perf-full-3n-skx-l2_VIII
2406       - 35  # perf-full-3n-skx-l2_IX
2407       - 36  # perf-full-3n-skx-l2_X
2408       - 37  # perf-full-3n-skx-l2_XI
2409       - 38  # perf-full-3n-skx-memif
2410       - 39  # perf-full-3n-skx-srv6-I
2411       - 40  # perf-full-3n-skx-srv6-II
2412       - 43  # perf-full-3n-skx-vhost-III
2413
2414     csit-vpp-perf-verify-1908_1-2n-skx:
2415       - 39  # NDRPDR sel - new1908.1
2416       - 40  # NDRPDR sel - new1908.1
2417       - 41  # NDRPDR sel - new1908.1
2418       - 43  # NDRPDR sel - new1908.1
2419       - 44  # NDRPDR sel - new1908.1
2420       - 45  # NDRPDR sel - new1908.1
2421       - 46  # NDRPDR sel - new1908.1
2422       - 47  # NDRPDR sel - new1908.1
2423       - 48  # NDRPDR sel - new1908.1
2424       - 49  # NDRPDR sel - new1908.1
2425     csit-vpp-perf-verify-2001-2n-skx:
2426       - 143  # NDRPDR sel - new2001.0
2427       - 146  # NDRPDR sel - new2001.0
2428       - 147  # NDRPDR sel - new2001.0
2429       - 148  # NDRPDR sel - new2001.0
2430       - 149  # NDRPDR sel - new2001.0
2431       - 150  # NDRPDR sel - new2001.0
2432       - 151  # NDRPDR sel - new2001.0
2433       - 152  # NDRPDR sel - new2001.0
2434       - 153  # NDRPDR sel - new2001.0
2435       - 154  # NDRPDR sel - new2001.0
2436       - 101  # MRR sel - old
2437       - 128  # MRR sel addition - old
2438     csit-vpp-perf-report-iterative-2005-2n-skx:
2439       - 43  # NDRPDR sel
2440       - 38  # NDRPDR sel
2441       - 7   # NDRPDR sel
2442       - 65  # NDRPDR sel
2443       - 47  # NDRPDR sel
2444       - 55  # NDRPDR sel
2445       - 67  # NDRPDR sel
2446       - 75  # NDRPDR sel
2447       - 76  # NDRPDR sel
2448       - 73  # NDRPDR sel
2449       - 88  # NDRPDR sel env 4
2450       - 89  # NDRPDR sel env 4
2451       - 90  # NDRPDR sel env 4
2452       - 91  # NDRPDR sel env 4
2453       - 92  # NDRPDR sel env 4
2454       - 93  # NDRPDR sel env 4
2455       - 94  # NDRPDR sel env 4
2456       - 100 # NDRPDR sel 2001.0-4
2457       - 101 # NDRPDR sel 2001.0-4
2458       - 102 # NDRPDR sel 2001.0-4
2459       - 103 # NDRPDR sel 2001.0-4
2460       - 104 # NDRPDR sel 2001.0-4
2461       - 105 # NDRPDR sel 2001.0-4
2462       - 42  # MRR sel
2463       - 99  # MRR sel env 4
2464       - 48  # Reconf
2465       - 50  # Reconf
2466       - 51  # Reconf
2467       - 52  # Reconf
2468       - 53  # Reconf
2469       - 60  # Reconf
2470       - 70  # Reconf
2471       - 71  # Reconf
2472       - 63  # Reconf
2473       - 66  # Reconf
2474       - 49  # Soak
2475       - 54  # Soak
2476       - 78  # nf-density-sel
2477       - 83  # nf-density-sel
2478     csit-vpp-perf-report-coverage-2005-2n-skx:
2479       - 11  # perf-full-2n-skx-ip4_I
2480       - 3   # perf-full-2n-skx-ip4_II
2481       - 18  # perf-full-2n-skx-ip4_III
2482       - 19  # perf-full-2n-skx-ip4_IV
2483       - 5   # perf-full-2n-skx-ip4_V
2484       - 20  # perf-full-2n-skx-ip4_VI
2485       - 7   # perf-full-2n-skx-ip6_I
2486       - 21  # perf-full-2n-skx-ip6_II
2487       - 9   # perf-full-2n-skx-l2_I
2488       - 22  # perf-full-2n-skx-l2_II
2489       - 23  # perf-full-2n-skx-memif
2490       - 24  # perf-full-2n-skx-loadbalancer
2491       - 25  # perf-full-2n-skx-vhost I
2492       - 26  # perf-full-2n-skx-vhost II
2493       - 27  # perf-full-2n-skx-vts
2494
2495     csit-vpp-perf-verify-1908_1-2n-clx:
2496       - 5  # NDRPDR sel
2497       - 6  # NDRPDR sel
2498       - 7  # NDRPDR sel
2499       - 8  # NDRPDR sel
2500       - 9  # NDRPDR sel
2501     csit-vpp-perf-verify-2001-2n-clx:
2502       - 28  # NDRPDR sel
2503       - 29  # NDRPDR sel
2504       - 32  # NDRPDR sel
2505       - 40  # NDRPDR sel
2506       - 43  # NDRPDR sel
2507       - 44  # NDRPDR sel
2508       - 45  # NDRPDR sel
2509       - 47  # NDRPDR sel
2510       - 48  # NDRPDR sel
2511       - 49  # NDRPDR sel
2512       - 39  # MRR
2513     csit-vpp-perf-report-iterative-2005-2n-clx:
2514       - 7   # NDRPDR sel
2515       - 38  # NDRPDR sel
2516       - 9   # NDRPDR sel
2517       - 32  # NDRPDR sel ???
2518       - 33  # NDRPDR sel ???
2519       - 39  # NDRPDR sel
2520       - 40  # NDRPDR sel
2521       - 43  # NDRPDR sel
2522       - 50  # NDRPDR sel
2523       - 51  # NDRPDR sel
2524       - 62  # NDRPDR sel env 4
2525       - 63  # NDRPDR sel env 4
2526       - 64  # NDRPDR sel env 4
2527       - 65  # NDRPDR sel env 4
2528       - 66  # NDRPDR sel env 4
2529       - 68  # NDRPDR sel env 4
2530       - 69  # NDRPDR sel env 4
2531       - 70  # NDRPDR sel env 4
2532       - 73  # NDRPDR sel 2001.0-4
2533       - 74  # NDRPDR sel 2001.0-4
2534       - 75  # NDRPDR sel 2001.0-4
2535       - 76  # NDRPDR sel 2001.0-4
2536       - 77  # NDRPDR sel 2001.0-4
2537       - 78  # NDRPDR sel 2001.0-4
2538       - 79  # NDRPDR sel 2001.0-4
2539       - 80  # NDRPDR sel 2001.0-4
2540       - 12  # MRR
2541       - 72  # MRR env 4
2542       - 42  # Reconf
2543       - 45  # Reconf
2544       - 46  # Reconf
2545       - 47  # Reconf
2546       - 48  # Reconf
2547       - 52  # Reconf
2548       - 53  # Reconf
2549       - 54  # Reconf
2550       - 55  # Reconf
2551       - 56  # Reconf
2552       - 44  # Soak
2553       - 49  # Soak
2554       - 57  # 2n-clx nfv-density-00
2555       - 58  # 2n-clx nfv-density-00
2556       - 59  # 2n-clx nfv-density-00
2557       - 60  # 2n-clx nfv-density-00
2558       - 61  # 2n-clx nfv-density-00
2559     csit-vpp-perf-report-coverage-2005-2n-clx:
2560       - 21  # perf-full-2n-clx-ip4_I
2561       - 2   # perf-full-2n-clx-ip4_II
2562       - 3   # perf-full-2n-clx-ip4_III
2563       - 4   # perf-full-2n-clx-ip4_IV
2564       - 5   # perf-full-2n-clx-ip4_V
2565       - 6   # perf-full-2n-clx-ip4_VI
2566       - 7   # perf-full-2n-clx-ip6_I
2567       - 16  # perf-full-2n-clx-ip6_II
2568       - 23  # perf-full-2n-clx-l2_I
2569       - 10  # perf-full-2n-clx-l2_II
2570       - 11  # perf-full-2n-clx-memif
2571       - 12  # perf-full-2n-clx-loadbalancer
2572       - 13  # perf-full-2n-clx-vhost I
2573       - 22  # perf-full-2n-clx-vhost II
2574       - 15  # perf-full-2n-clx-vts
2575
2576     csit-vpp-perf-verify-1908-3n-tsh:
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583       - 13  # NDRPDR sel
2584       - 14  # NDRPDR sel
2585       - 15  # NDRPDR sel
2586       - 16  # NDRPDR sel
2587       - 17  # MRR sel
2588     csit-vpp-perf-verify-2001-3n-tsh:
2589       - 3   # NDRPDR sel
2590       - 4   # NDRPDR sel
2591       - 7   # NDRPDR sel
2592       - 8   # NDRPDR sel
2593       - 10  # NDRPDR sel
2594       - 12  # NDRPDR sel
2595       - 13  # NDRPDR sel
2596       - 14  # NDRPDR sel
2597       - 15  # NDRPDR sel
2598       - 21  # NDRPDR sel
2599       - 9   # MRR sel
2600     # TODO: Add data:
2601     csit-vpp-perf-report-iterative-2005-3n-tsh:
2602       - 9   # NDRPDR sel
2603       - 11  # NDRPDR sel
2604       - 12  # NDRPDR sel
2605       - 20  # NDRPDR sel
2606       - 14  # NDRPDR sel
2607       - 21  # NDRPDR sel
2608       - 23  # NDRPDR sel env 4
2609       - 25  # NDRPDR sel env 4
2610       - 28  # NDRPDR sel 2001.0-4
2611       - 29  # NDRPDR sel 2001.0-4
2612       - 10  # MRR sel
2613       - 27  # MRR sel env 4
2614
2615     csit-vpp-perf-verify-1908-3n-dnv:
2616       - 6   # NDRPDR sel
2617       - 7   # NDRPDR sel
2618       - 8   # NDRPDR sel
2619       - 9   # NDRPDR sel
2620       - 10  # NDRPDR sel
2621       - 12  # NDRPDR sel
2622       - 13  # NDRPDR sel
2623       - 14  # NDRPDR sel
2624       - 15  # NDRPDR sel
2625       - 16  # NDRPDR sel
2626       - 17  # MRR sel
2627     csit-vpp-perf-verify-2001-3n-dnv:
2628       - 5   # NDRPDR sel
2629       - 6   # NDRPDR sel
2630       - 7   # NDRPDR sel
2631       - 8   # NDRPDR sel
2632       - 9   # NDRPDR sel
2633       - 10  # NDRPDR sel
2634       - 12  # NDRPDR sel
2635       - 16  # NDRPDR sel
2636       - 17  # NDRPDR sel
2637       - 18  # NDRPDR sel
2638       - 11  # MRR sel
2639     csit-vpp-perf-report-iterative-2005-3n-dnv:
2640       - 2   # NDRPDR sel
2641       - 3   # NDRPDR sel
2642       - 4   # NDRPDR sel
2643       - 5   # NDRPDR sel
2644       - 6   # NDRPDR sel
2645       - 7   # NDRPDR sel
2646       - 9   # NDRPDR sel
2647       - 10  # NDRPDR sel
2648       - 11  # NDRPDR sel
2649       - 12  # NDRPDR sel
2650       - 8   # MRR
2651     csit-vpp-perf-report-coverage-2005-3n-dnv:
2652       - 1   # perf-full-3n-dnv-crypto_I
2653       - 24  # perf-full-3n-dnv-crypto_II
2654       - 5   # perf-full-3n-dnv-ip4_I
2655       - 13  # perf-full-3n-dnv-ip4_II
2656       - 17  # perf-full-3n-dnv-ip6_I
2657       - 18  # perf-full-3n-dnv-ip6_II
2658       - 21  # perf-full-3n-dnv-l2_I
2659       - 22  # perf-full-3n-dnv-l2_II
2660       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2661
2662     csit-vpp-perf-verify-1908-2n-dnv:
2663       - 1   # NDRPDR sel
2664       - 2   # NDRPDR sel
2665       - 3   # NDRPDR sel
2666       - 4   # NDRPDR sel
2667       - 5   # NDRPDR sel
2668       - 6   # NDRPDR sel
2669       - 7   # NDRPDR sel
2670       - 8   # NDRPDR sel
2671       - 9   # NDRPDR sel
2672       - 10  # NDRPDR sel
2673       - 11  # MRR sel
2674     csit-vpp-perf-verify-2001-2n-dnv:
2675       - 4   # NDRPDR sel
2676       - 5   # NDRPDR sel
2677       - 6   # NDRPDR sel
2678       - 7   # NDRPDR sel
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 11  # NDRPDR sel
2683       - 13  # NDRPDR sel
2684       - 16  # NDRPDR sel
2685       - 12  # MRR sel
2686     csit-vpp-perf-report-iterative-2005-2n-dnv:
2687       - 3   # NDRPDR sel
2688       - 6   # NDRPDR sel
2689       - 7   # NDRPDR sel
2690       - 8   # NDRPDR sel
2691       - 9   # NDRPDR sel
2692       - 10  # NDRPDR sel
2693       - 11  # NDRPDR sel
2694       - 12  # NDRPDR sel
2695       - 13  # NDRPDR sel
2696       - 14  # NDRPDR sel
2697       - 15  # MRR sel
2698     csit-vpp-perf-report-coverage-2005-2n-dnv:
2699       - 1   # perf-full-2n-dnv-ip4_I
2700       - 2   # perf-full-2n-dnv-ip4_II
2701       - 3   # perf-full-2n-dnv-ip6_I
2702       - 4   # perf-full-2n-dnv-ip6_II
2703       - 5   # perf-full-2n-dnv-l2_I
2704       - 6   # perf-full-2n-dnv-l2_II
2705
2706     csit-dpdk-perf-verify-1908-3n-hsw:
2707       - 2   # NDRPDR sel
2708       - 3   # NDRPDR sel
2709       - 4   # NDRPDR sel
2710       - 5   # NDRPDR sel
2711       - 6   # NDRPDR sel
2712       - 7   # NDRPDR sel
2713       - 8   # NDRPDR sel
2714       - 9   # NDRPDR sel
2715       - 10  # NDRPDR sel
2716       - 11  # NDRPDR sel
2717     csit-dpdk-perf-verify-2001-3n-hsw:
2718       - 4   # NDRPDR sel
2719       - 5   # NDRPDR sel
2720       - 6   # NDRPDR sel
2721       - 7   # NDRPDR sel
2722       - 8   # NDRPDR sel
2723       - 9   # NDRPDR sel
2724       - 10  # NDRPDR sel
2725       - 11  # NDRPDR sel
2726       - 12  # NDRPDR sel
2727       - 13  # NDRPDR sel
2728       - 15  # NDRPDR sel
2729       - 16  # NDRPDR sel
2730       - 17  # NDRPDR sel
2731       - 18  # NDRPDR sel
2732       - 19  # NDRPDR sel
2733       - 20  # NDRPDR sel
2734       - 21  # NDRPDR sel
2735       - 22  # NDRPDR sel
2736       - 23  # NDRPDR sel
2737       - 24  # NDRPDR sel
2738     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2739       - 5   # NDRPDR sel
2740       - 6   # NDRPDR sel
2741       - 7   # NDRPDR sel
2742       - 8   # NDRPDR sel
2743       - 9   # NDRPDR sel
2744       - 10  # NDRPDR sel
2745       - 11  # NDRPDR sel
2746       - 12  # NDRPDR sel
2747       - 13  # NDRPDR sel
2748       - 14  # NDRPDR sel
2749
2750     csit-dpdk-perf-verify-1908-3n-skx:
2751       - 3   # NDRPDR sel
2752       - 4   # NDRPDR sel
2753       - 5   # NDRPDR sel
2754       - 6   # NDRPDR sel
2755       - 7   # NDRPDR sel
2756       - 8   # NDRPDR sel
2757       - 9   # NDRPDR sel
2758       - 10  # NDRPDR sel
2759       - 11  # NDRPDR sel
2760       - 12  # NDRPDR sel
2761     csit-dpdk-perf-verify-2001-3n-skx:
2762       - 29  # NDRPDR sel xxv710
2763       - 33  # NDRPDR sel xxv710
2764       - 34  # NDRPDR sel xxv710
2765       - 35  # NDRPDR sel xxv710
2766       - 36  # NDRPDR sel xxv710
2767       - 37  # NDRPDR sel xxv710
2768       - 41  # NDRPDR sel xxv710
2769       - 42  # NDRPDR sel xxv710
2770       - 43  # NDRPDR sel xxv710
2771       - 45  # NDRPDR sel xxv710
2772       - 30  # NDRPDR sel x710
2773       - 31  # NDRPDR sel x710
2774       - 32  # NDRPDR sel x710
2775       - 38  # NDRPDR sel x710
2776       - 39  # NDRPDR sel x710
2777       - 40  # NDRPDR sel x710
2778       - 44  # NDRPDR sel x710
2779       - 46  # NDRPDR sel x710
2780       - 47  # NDRPDR sel x710
2781       - 48  # NDRPDR sel x710
2782     csit-dpdk-perf-report-iterative-2005-3n-skx:
2783       - 4   # NDRPDR sel
2784       - 5   # NDRPDR sel
2785       - 6   # NDRPDR sel
2786       - 7   # NDRPDR sel
2787       - 8   # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790       - 13  # NDRPDR sel
2791       - 14  # NDRPDR sel
2792       - 15  # NDRPDR sel
2793
2794     csit-dpdk-perf-verify-1908-2n-skx:
2795       - 2   # NDRPDR sel
2796       - 3   # NDRPDR sel
2797       - 4   # NDRPDR sel
2798       - 5   # NDRPDR sel
2799       - 7   # NDRPDR sel
2800       - 8   # NDRPDR sel
2801       - 9   # NDRPDR sel
2802       - 10  # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805     csit-dpdk-perf-verify-2001-2n-skx:
2806       - 35  # NDRPDR sel xxv710
2807       - 36  # NDRPDR sel xxv710
2808       - 37  # NDRPDR sel xxv710
2809       - 41  # NDRPDR sel xxv710
2810       - 42  # NDRPDR sel xxv710
2811       - 43  # NDRPDR sel xxv710
2812       - 46  # NDRPDR sel xxv710
2813       - 47  # NDRPDR sel xxv710
2814       - 52  # NDRPDR sel xxv710
2815       - 53  # NDRPDR sel xxv710
2816       - 38  # NDRPDR sel x710
2817       - 39  # NDRPDR sel x710
2818       - 40  # NDRPDR sel x710
2819       - 44  # NDRPDR sel x710
2820       - 45  # NDRPDR sel x710
2821       - 48  # NDRPDR sel x710
2822       - 49  # NDRPDR sel x710
2823       - 50  # NDRPDR sel x710
2824       - 51  # NDRPDR sel x710
2825       - 54  # NDRPDR sel x710
2826     csit-dpdk-perf-report-iterative-2005-2n-skx:
2827       - 1   # NDRPDR sel
2828       - 2   # NDRPDR sel
2829       - 3   # NDRPDR sel
2830       - 4   # NDRPDR sel
2831       - 5   # NDRPDR sel
2832       - 6   # NDRPDR sel
2833       - 7   # NDRPDR sel
2834       - 8   # NDRPDR sel
2835       - 9   # NDRPDR sel
2836       - 10  # NDRPDR sel
2837
2838     csit-dpdk-perf-verify-2001-2n-clx:
2839       - 15  # NDRPDR sel
2840       - 16  # NDRPDR sel
2841       - 17  # NDRPDR sel
2842       - 18  # NDRPDR sel
2843       - 19  # NDRPDR sel
2844       - 20  # NDRPDR sel
2845       - 21  # NDRPDR sel
2846       - 22  # NDRPDR sel
2847       - 23  # NDRPDR sel
2848       - 24  # NDRPDR sel
2849       - 25  # NDRPDR sel
2850       - 26  # NDRPDR sel
2851       - 27  # NDRPDR sel
2852       - 28  # NDRPDR sel
2853       - 29  # NDRPDR sel
2854       - 30  # NDRPDR sel
2855       - 31  # NDRPDR sel
2856       - 32  # NDRPDR sel
2857       - 33  # NDRPDR sel
2858       - 34  # NDRPDR sel
2859     csit-dpdk-perf-report-iterative-2005-2n-clx:
2860       - 1   # NDRPDR sel
2861       - 2   # NDRPDR sel
2862       - 3   # NDRPDR sel
2863       - 4   # NDRPDR sel
2864       - 5   # NDRPDR sel
2865       - 6   # NDRPDR sel
2866       - 7   # NDRPDR sel
2867       - 8   # NDRPDR sel
2868       - 9   # NDRPDR sel
2869       - 10  # NDRPDR sel
2870
2871     csit-dpdk-perf-verify-2001-2n-dnv:
2872       - 9   # NDRPDR sel
2873       - 10  # NDRPDR sel
2874       - 11  # NDRPDR sel
2875       - 12  # NDRPDR sel
2876       - 13  # NDRPDR sel
2877       - 14  # NDRPDR sel
2878       - 15  # NDRPDR sel
2879       - 16  # NDRPDR sel
2880       - 17  # NDRPDR sel
2881       - 18  # NDRPDR sel
2882     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2883       - 8   # NDRPDR sel
2884       - 9   # NDRPDR sel
2885       - 10  # NDRPDR sel
2886       - 11  # NDRPDR sel
2887       - 12  # NDRPDR sel
2888       - 13  # NDRPDR sel
2889       - 14  # NDRPDR sel
2890       - 15  # NDRPDR sel
2891       - 16  # NDRPDR sel
2892       - 17  # NDRPDR sel
2893
2894     csit-dpdk-perf-verify-2001-3n-dnv:
2895       - 12  # NDRPDR sel
2896       - 13  # NDRPDR sel
2897       - 14  # NDRPDR sel
2898       - 15  # NDRPDR sel
2899       - 16  # NDRPDR sel
2900       - 17  # NDRPDR sel
2901       - 18  # NDRPDR sel
2902       - 19  # NDRPDR sel
2903       - 20  # NDRPDR sel
2904       - 22  # NDRPDR sel
2905     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2906       - 6   # NDRPDR sel
2907       - 7   # NDRPDR sel
2908       - 8   # NDRPDR sel
2909       - 9   # NDRPDR sel
2910       - 10  # NDRPDR sel
2911       - 11  # NDRPDR sel
2912       - 12  # NDRPDR sel
2913       - 13  # NDRPDR sel
2914       - 14  # NDRPDR sel
2915       - 16  # NDRPDR sel
2916
2917     csit-dpdk-perf-verify-2001-3n-tsh:
2918       - 3   # NDRPDR sel
2919       - 4   # NDRPDR sel
2920       - 5   # NDRPDR sel
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 11  # NDRPDR sel
2924       - 12  # NDRPDR sel
2925       - 14  # NDRPDR sel
2926       - 15  # NDRPDR sel
2927       - 18  # NDRPDR sel
2928     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2929       - 5   # NDRPDR sel
2930
2931     csit-vpp-device-2005-ubuntu1804-1n-skx:
2932       - 35
2933
2934 - type: "output"
2935   output: "report"
2936   format:
2937     html:
2938     - full
2939 #    pdf:
2940 #    - minimal
2941
2942 ################################################################################
2943 ###                               T A B L E S                                ###
2944 ################################################################################
2945
2946 # VPP Soak vs NDR - 2n-skx
2947 - type: "table"
2948   title: "VPP Soak vs NDR 2n-skx"
2949   algorithm: "table_soak_vs_ndr"
2950   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2951   reference:
2952     title: "NDR"
2953     data: "vpp-soak-vs-ndr-2n-skx-ref"
2954   compare:
2955     title: "Soak"
2956     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2957   data: "vpp-soak-vs-ndr-2n-skx"
2958   include-tests: "NDR"
2959   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2960   parameters:
2961     - "throughput"
2962     - "name"
2963     - "parent"
2964
2965 # VPP Soak vs NDR - 2n-clx
2966 - type: "table"
2967   title: "VPP Soak vs NDR 2n-clx"
2968   algorithm: "table_soak_vs_ndr"
2969   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2970   reference:
2971     title: "NDR"
2972     data: "vpp-soak-vs-ndr-2n-clx-ref"
2973   compare:
2974     title: "Soak"
2975     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2976   data: "vpp-soak-vs-ndr-2n-clx"
2977   include-tests: "NDR"
2978   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2979   parameters:
2980     - "throughput"
2981     - "name"
2982     - "parent"
2983
2984 ################################################################################
2985
2986 # VPP Compare NICs 3n-skx 2t1c ndr
2987 - type: "table"
2988   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-3n-skx"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-3n-skx"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - ""
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 # VPP Compare NICs 3n-skx 4t2c ndr
3010 - type: "table"
3011   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3012   algorithm: "table_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3015   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3016   columns:
3017     - title: "x710"
3018       data-set: "vpp-nic-comparison-3n-skx"
3019       tag: "NIC_Intel-X710"
3020     - title: "xxv710"
3021       data-set: "vpp-nic-comparison-3n-skx"
3022       tag: "NIC_Intel-XXV710"
3023   comparisons:
3024     - title: "Diff"
3025       reference: 1
3026       compare: 2
3027   legend:
3028     - ""
3029     - "x710, xxv710 - NICs tested."
3030     - "Diff - difference between x710 and xxv710 NIC."
3031
3032 # VPP Compare NICs 3n-skx 2t1c pdr
3033 - type: "table"
3034   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3035   algorithm: "table_comparison"
3036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3039   columns:
3040     - title: "x710"
3041       data-set: "vpp-nic-comparison-3n-skx"
3042       tag: "NIC_Intel-X710"
3043     - title: "xxv710"
3044       data-set: "vpp-nic-comparison-3n-skx"
3045       tag: "NIC_Intel-XXV710"
3046   comparisons:
3047     - title: "Diff"
3048       reference: 1
3049       compare: 2
3050   legend:
3051     - ""
3052     - "x710, xxv710 - NICs tested."
3053     - "Diff - difference between x710 and xxv710 NIC."
3054
3055 # VPP Compare NICs 3n-skx 4t2c pdr
3056 - type: "table"
3057   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3058   algorithm: "table_comparison"
3059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3061   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3062   columns:
3063     - title: "x710"
3064       data-set: "vpp-nic-comparison-3n-skx"
3065       tag: "NIC_Intel-X710"
3066     - title: "xxv710"
3067       data-set: "vpp-nic-comparison-3n-skx"
3068       tag: "NIC_Intel-XXV710"
3069   comparisons:
3070     - title: "Diff"
3071       reference: 1
3072       compare: 2
3073   legend:
3074     - ""
3075     - "x710, xxv710 - NICs tested."
3076     - "Diff - difference between x710 and xxv710 NIC."
3077
3078 ## VPP Compare NICs 3n-skx 2t1c mrr
3079 #- type: "table"
3080 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3081 #  algorithm: "table_comparison"
3082 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3084 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3085 #  columns:
3086 #    - title: "x710"
3087 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3088 #      tag: "NIC_Intel-X710"
3089 #    - title: "xxv710"
3090 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3091 #      tag: "NIC_Intel-XXV710"
3092 #  comparisons:
3093 #    - title: "Diff"
3094 #      reference: 1
3095 #      compare: 2
3096 #  legend:
3097 #    - ""
3098 #    - "x710, xxv710 - NICs tested."
3099 #    - "Diff - difference between x710 and xxv710 NIC."
3100 #
3101 ## VPP Compare NICs 3n-skx 4t2c mrr
3102 #- type: "table"
3103 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3104 #  algorithm: "table_comparison"
3105 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3107 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3108 #  columns:
3109 #    - title: "x710"
3110 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3111 #      tag: "NIC_Intel-X710"
3112 #    - title: "xxv710"
3113 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3114 #      tag: "NIC_Intel-XXV710"
3115 #  comparisons:
3116 #    - title: "Diff"
3117 #      reference: 1
3118 #      compare: 2
3119 #  legend:
3120 #    - ""
3121 #    - "x710, xxv710 - NICs tested."
3122 #    - "Diff - difference between x710 and xxv710 NIC."
3123 #
3124 ## VPP Compare NICs 3n-skx 8t4c mrr
3125 #- type: "table"
3126 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3127 #  algorithm: "table_comparison"
3128 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3130 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3131 #  columns:
3132 #    - title: "x710"
3133 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3134 #      tag: "NIC_Intel-X710"
3135 #    - title: "xxv710"
3136 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3137 #      tag: "NIC_Intel-XXV710"
3138 #  comparisons:
3139 #    - title: "Diff"
3140 #      reference: 1
3141 #      compare: 2
3142 #  legend:
3143 #    - ""
3144 #    - "x710, xxv710 - NICs tested."
3145 #    - "Diff - difference between x710 and xxv710 NIC."
3146
3147 # VPP Compare NICs 2n-skx 2t1c ndr
3148 - type: "table"
3149   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3150   algorithm: "table_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3153   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3154   columns:
3155     - title: "x710"
3156       data-set: "vpp-nic-comparison-2n-skx"
3157       tag: "NIC_Intel-X710"
3158     - title: "xxv710"
3159       data-set: "vpp-nic-comparison-2n-skx"
3160       tag: "NIC_Intel-XXV710"
3161   comparisons:
3162     - title: "Diff"
3163       reference: 1
3164       compare: 2
3165   legend:
3166     - ""
3167     - "x710, xxv710 - NICs tested."
3168     - "Diff - difference between x710 and xxv710 NIC."
3169
3170 # VPP Compare NICs 2n-skx 4t2c ndr
3171 - type: "table"
3172   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3173   algorithm: "table_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3176   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3177   columns:
3178     - title: "x710"
3179       data-set: "vpp-nic-comparison-2n-skx"
3180       tag: "NIC_Intel-X710"
3181     - title: "xxv710"
3182       data-set: "vpp-nic-comparison-2n-skx"
3183       tag: "NIC_Intel-XXV710"
3184   comparisons:
3185     - title: "Diff"
3186       reference: 1
3187       compare: 2
3188   legend:
3189     - ""
3190     - "x710, xxv710 - NICs tested."
3191     - "Diff - difference between x710 and xxv710 NIC."
3192
3193 # VPP Compare NICs 2n-skx 2t1c pdr
3194 - type: "table"
3195   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3196   algorithm: "table_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3199   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3200   columns:
3201     - title: "x710"
3202       data-set: "vpp-nic-comparison-2n-skx"
3203       tag: "NIC_Intel-X710"
3204     - title: "xxv710"
3205       data-set: "vpp-nic-comparison-2n-skx"
3206       tag: "NIC_Intel-XXV710"
3207   comparisons:
3208     - title: "Diff"
3209       reference: 1
3210       compare: 2
3211   legend:
3212     - ""
3213     - "x710, xxv710 - NICs tested."
3214     - "Diff - difference between x710 and xxv710 NIC."
3215
3216 # VPP Compare NICs 2n-skx 4t2c pdr
3217 - type: "table"
3218   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "x710"
3225       data-set: "vpp-nic-comparison-2n-skx"
3226       tag: "NIC_Intel-X710"
3227     - title: "xxv710"
3228       data-set: "vpp-nic-comparison-2n-skx"
3229       tag: "NIC_Intel-XXV710"
3230   comparisons:
3231     - title: "Diff"
3232       reference: 1
3233       compare: 2
3234   legend:
3235     - ""
3236     - "x710, xxv710 - NICs tested."
3237     - "Diff - difference between x710 and xxv710 NIC."
3238
3239 # VPP Compare NICs 2n-skx 2t1c mrr
3240 - type: "table"
3241   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3242   algorithm: "table_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3245   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3246   columns:
3247     - title: "x710"
3248       data-set: "vpp-nic-comparison-2n-skx-mrr"
3249       tag: "NIC_Intel-X710"
3250     - title: "xxv710"
3251       data-set: "vpp-nic-comparison-2n-skx-mrr"
3252       tag: "NIC_Intel-XXV710"
3253   comparisons:
3254     - title: "Diff"
3255       reference: 1
3256       compare: 2
3257   legend:
3258     - ""
3259     - "x710, xxv710 - NICs tested."
3260     - "Diff - difference between x710 and xxv710 NIC."
3261
3262 # VPP Compare NICs 2n-skx 4t2c mrr
3263 - type: "table"
3264   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3265   algorithm: "table_comparison"
3266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3268   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3269   columns:
3270     - title: "x710"
3271       data-set: "vpp-nic-comparison-2n-skx-mrr"
3272       tag: "NIC_Intel-X710"
3273     - title: "xxv710"
3274       data-set: "vpp-nic-comparison-2n-skx-mrr"
3275       tag: "NIC_Intel-XXV710"
3276   comparisons:
3277     - title: "Diff"
3278       reference: 1
3279       compare: 2
3280   legend:
3281     - ""
3282     - "x710, xxv710 - NICs tested."
3283     - "Diff - difference between x710 and xxv710 NIC."
3284
3285 # VPP Compare NICs 2n-skx 8t4c mrr
3286 - type: "table"
3287   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3288   algorithm: "table_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3291   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3292   columns:
3293     - title: "x710"
3294       data-set: "vpp-nic-comparison-2n-skx-mrr"
3295       tag: "NIC_Intel-X710"
3296     - title: "xxv710"
3297       data-set: "vpp-nic-comparison-2n-skx-mrr"
3298       tag: "NIC_Intel-XXV710"
3299   comparisons:
3300     - title: "Diff"
3301       reference: 1
3302       compare: 2
3303   legend:
3304     - ""
3305     - "x710, xxv710 - NICs tested."
3306     - "Diff - difference between x710 and xxv710 NIC."
3307
3308 ################################################################################
3309 # VPP
3310
3311 # VPP Performance Changes 3n-hsw 1t1c pdr
3312 - type: "table"
3313   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3314   algorithm: "table_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3317   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3318   columns:
3319     - title: "1908.1-2"
3320       data-set: "vpp-performance-changes-3n-hsw-h1"
3321     - title: "2001.0-2"
3322       data-set: "vpp-performance-changes-3n-hsw-ref"
3323     - title: "2001.0-4"
3324       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3325     - title: "2005.0-4"
3326       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3327   comparisons:
3328     - title: "2001.0-4 vs 2001.0-2"
3329       reference: 2
3330       compare: 3
3331     - title: "2005.0-4 vs 2001.0-4"
3332       reference: 3
3333       compare: 4
3334 #  rca:
3335 #    - title: "RCA1"
3336 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3337 #    - title: "RCA2"
3338 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3339   legend:
3340     - ''
3341     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3342     - '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).'
3343     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3344     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3345     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3346 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3347 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3348
3349 # VPP Performance Changes 3n-hsw 2t2c pdr
3350 - type: "table"
3351   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3352   algorithm: "table_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3356   columns:
3357     - title: "1908.1-2"
3358       data-set: "vpp-performance-changes-3n-hsw-h1"
3359     - title: "2001.0-2"
3360       data-set: "vpp-performance-changes-3n-hsw-ref"
3361     - title: "2001.0-4"
3362       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3363     - title: "2005.0-4"
3364       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3365   comparisons:
3366     - title: "2001.0-4 vs 2001.0-2"
3367       reference: 2
3368       compare: 3
3369     - title: "2005.0-4 vs 2001.0-4"
3370       reference: 3
3371       compare: 4
3372 #  rca:
3373 #    - title: "RCA2"
3374 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3375 #    - title: "RCA3"
3376 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3377   legend:
3378     - ''
3379     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3380     - '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).'
3381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3382     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3383     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3384 #    - 'RCA1:                  Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3385 #    - 'RCA2:                  Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3386
3387 # VPP Performance Changes 3n-hsw 1t1c ndr
3388 - type: "table"
3389   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3390   algorithm: "table_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3393   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3394   columns:
3395     - title: "1908.1-2"
3396       data-set: "vpp-performance-changes-3n-hsw-h1"
3397     - title: "2001.0-2"
3398       data-set: "vpp-performance-changes-3n-hsw-ref"
3399     - title: "2001.0-4"
3400       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3401     - title: "2005.0-4"
3402       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3403   comparisons:
3404     - title: "2001.0-4 vs 2001.0-2"
3405       reference: 2
3406       compare: 3
3407     - title: "2005.0-4 vs 2001.0-4"
3408       reference: 3
3409       compare: 4
3410 #  rca:
3411 #    - title: "RCA1"
3412 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3413 #    - title: "RCA2"
3414 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3415   legend:
3416     - ''
3417     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3418     - '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).'
3419     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3420     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3421     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3422 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3423 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3424
3425 # VPP Performance Changes 3n-hsw 2t2c ndr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "1908.1-2"
3434       data-set: "vpp-performance-changes-3n-hsw-h1"
3435     - title: "2001.0-2"
3436       data-set: "vpp-performance-changes-3n-hsw-ref"
3437     - title: "2001.0-4"
3438       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3439     - title: "2005.0-4"
3440       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3441   comparisons:
3442     - title: "2001.0-4 vs 2001.0-2"
3443       reference: 2
3444       compare: 3
3445     - title: "2005.0-4 vs 2001.0-4"
3446       reference: 3
3447       compare: 4
3448 #  rca:
3449 #    - title: "RCA1"
3450 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3451 #    - title: "RCA2"
3452 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3453   legend:
3454     - ''
3455     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3456     - '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).'
3457     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3458     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3459     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3460 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3461 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3462
3463 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3466   algorithm: "table_comparison"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3470   columns:
3471     - title: "1908.1-2"
3472       data-set: "vpp-performance-changes-3n-hsw-h1"
3473     - title: "2001.0-2"
3474       data-set: "vpp-performance-changes-3n-hsw-ref"
3475     - title: "2001.0-4"
3476       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3477     - title: "2005.0-3"
3478       data-set: "vpp-performance-changes-3n-hsw-cmp"
3479     - title: "2005.0-4"
3480       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3481   comparisons:
3482     - title: "2005.0-4 vs 2005.0-3"
3483       reference: 4
3484       compare: 5
3485     - title: "2001.0-4 vs 2001.0-2"
3486       reference: 2
3487       compare: 3
3488     - title: "2005.0-4 vs 2001.0-4"
3489       reference: 3
3490       compare: 5
3491 #  rca:
3492 #    - title: "RCA1"
3493 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3494 #    - title: "RCA2"
3495 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3496 #    - title: "RCA3"
3497 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
3498   legend:
3499     - ''
3500     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3501     - '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).'
3502     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3503     - '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.'
3504     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3505     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3506 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3507 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3508 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3509
3510 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3511 - type: "table"
3512   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "1908.1-2"
3519       data-set: "vpp-performance-changes-3n-hsw-h1"
3520     - title: "2001.0-2"
3521       data-set: "vpp-performance-changes-3n-hsw-ref"
3522     - title: "2001.0-4"
3523       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3524     - title: "2005.0-3"
3525       data-set: "vpp-performance-changes-3n-hsw-cmp"
3526     - title: "2005.0-4"
3527       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3528   comparisons:
3529     - title: "2005.0-4 vs 2005.0-3"
3530       reference: 4
3531       compare: 5
3532     - title: "2001.0-4 vs 2001.0-2"
3533       reference: 2
3534       compare: 3
3535     - title: "2005.0-4 vs 2001.0-4"
3536       reference: 3
3537       compare: 5
3538 #  rca:
3539 #    - title: "RCA1"
3540 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3541 #    - title: "RCA2"
3542 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3543 #    - title: "RCA3"
3544 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
3545   legend:
3546     - ''
3547     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3548     - '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).'
3549     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3550     - '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.'
3551     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3552     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3553 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3554 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3555 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3556
3557 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "1908.1-2"
3566       data-set: "vpp-performance-changes-3n-hsw-h1"
3567     - title: "2001.0-2"
3568       data-set: "vpp-performance-changes-3n-hsw-ref"
3569     - title: "2001.0-4"
3570       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3571     - title: "2005.0-3"
3572       data-set: "vpp-performance-changes-3n-hsw-cmp"
3573     - title: "2005.0-4"
3574       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3575   comparisons:
3576     - title: "2005.0-4 vs 2005.0-3"
3577       reference: 4
3578       compare: 5
3579     - title: "2001.0-4 vs 2001.0-2"
3580       reference: 2
3581       compare: 3
3582     - title: "2005.0-4 vs 2001.0-4"
3583       reference: 3
3584       compare: 5
3585 #  rca:
3586 #    - title: "RCA1"
3587 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3588 #    - title: "RCA2"
3589 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3590 #    - title: "RCA3"
3591 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3592   legend:
3593     - ''
3594     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3595     - '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).'
3596     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3597     - '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.'
3598     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3599     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3600 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3601 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3602 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3603
3604 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3605 - type: "table"
3606   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3607   algorithm: "table_comparison"
3608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3611   columns:
3612     - title: "1908.1-2"
3613       data-set: "vpp-performance-changes-3n-hsw-h1"
3614     - title: "2001.0-2"
3615       data-set: "vpp-performance-changes-3n-hsw-ref"
3616     - title: "2001.0-4"
3617       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3618     - title: "2005.0-3"
3619       data-set: "vpp-performance-changes-3n-hsw-cmp"
3620     - title: "2005.0-4"
3621       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3622   comparisons:
3623     - title: "2005.0-4 vs 2005.0-3"
3624       reference: 4
3625       compare: 5
3626     - title: "2001.0-4 vs 2001.0-2"
3627       reference: 2
3628       compare: 3
3629     - title: "2005.0-4 vs 2001.0-4"
3630       reference: 3
3631       compare: 5
3632 #  rca:
3633 #    - title: "RCA1"
3634 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3635 #    - title: "RCA2"
3636 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3637 #    - title: "RCA3"
3638 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
3639   legend:
3640     - ''
3641     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3642     - '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).'
3643     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3644     - '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.'
3645     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3646     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3647 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3648 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3649 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3650
3651 # VPP Performance Changes 3n-skx 2t1c pdr
3652 - type: "table"
3653   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3654   algorithm: "table_comparison"
3655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3658   columns:
3659     - title: "1908.1-2"
3660       data-set: "vpp-performance-changes-3n-skx-h1"
3661     - title: "2001.0-2"
3662       data-set: "vpp-performance-changes-3n-skx-ref"
3663     - title: "2001.0-4"
3664       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3665     - title: "2005.0-4"
3666       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3667   comparisons:
3668     - title: "2001.0-4 vs 2001.0-2"
3669       reference: 2
3670       compare: 3
3671     - title: "2005.0-4 vs 2001.0-4"
3672       reference: 3
3673       compare: 4
3674 #  rca:
3675 #    - title: "RCA1"
3676 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3677 #    - title: "RCA2"
3678 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3679   legend:
3680     - ''
3681     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3682     - '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).'
3683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3684     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3685     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3686 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3687 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3688
3689 # VPP Performance Changes 3n-skx 4t2c pdr
3690 - type: "table"
3691   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3692   algorithm: "table_comparison"
3693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3696   columns:
3697     - title: "1908.1-2"
3698       data-set: "vpp-performance-changes-3n-skx-h1"
3699     - title: "2001.0-2"
3700       data-set: "vpp-performance-changes-3n-skx-ref"
3701     - title: "2001.0-4"
3702       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3703     - title: "2005.0-4"
3704       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3705   comparisons:
3706     - title: "2001.0-4 vs 2001.0-2"
3707       reference: 2
3708       compare: 3
3709     - title: "2005.0-4 vs 2001.0-4"
3710       reference: 3
3711       compare: 4
3712 #  rca:
3713 #    - title: "RCA1"
3714 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3715 #    - title: "RCA2"
3716 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3717   legend:
3718     - ''
3719     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3720     - '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).'
3721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3722     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3723     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3724 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3725 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3726
3727 # VPP Performance Changes 3n-skx 2t1c ndr
3728 - type: "table"
3729   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3730   algorithm: "table_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3734   columns:
3735     - title: "1908.1-2"
3736       data-set: "vpp-performance-changes-3n-skx-h1"
3737     - title: "2001.0-2"
3738       data-set: "vpp-performance-changes-3n-skx-ref"
3739     - title: "2001.0-4"
3740       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3741     - title: "2005.0-4"
3742       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3743   comparisons:
3744     - title: "2001.0-4 vs 2001.0-2"
3745       reference: 2
3746       compare: 3
3747     - title: "2005.0-4 vs 2001.0-4"
3748       reference: 3
3749       compare: 4
3750 #  rca:
3751 #    - title: "RCA1"
3752 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3753 #    - title: "RCA2"
3754 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3755   legend:
3756     - ''
3757     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3758     - '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).'
3759     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3760     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3761     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3762 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3763 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3764
3765 # VPP Performance Changes 3n-skx 4t2c ndr
3766 - type: "table"
3767   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3772   columns:
3773     - title: "1908.1-2"
3774       data-set: "vpp-performance-changes-3n-skx-h1"
3775     - title: "2001.0-2"
3776       data-set: "vpp-performance-changes-3n-skx-ref"
3777     - title: "2001.0-4"
3778       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3779     - title: "2005.0-4"
3780       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3781   comparisons:
3782     - title: "2001.0-4 vs 2001.0-2"
3783       reference: 2
3784       compare: 3
3785     - title: "2005.0-4 vs 2001.0-4"
3786       reference: 3
3787       compare: 4
3788 #  rca:
3789 #    - title: "RCA1"
3790 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3791 #    - title: "RCA2"
3792 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3793   legend:
3794     - ''
3795     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3796     - '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).'
3797     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3798     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3799     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3800 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3801 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3802
3803 # VPP Performance Changes 3n-skx 2t1c pdr-full
3804 - type: "table"
3805   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3806   algorithm: "table_comparison"
3807   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3810   columns:
3811     - title: "1908.1-2"
3812       data-set: "vpp-performance-changes-3n-skx-h1"
3813     - title: "2001.0-2"
3814       data-set: "vpp-performance-changes-3n-skx-ref"
3815     - title: "2001.0-4"
3816       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3817     - title: "2005.0-3"
3818       data-set: "vpp-performance-changes-3n-skx-cmp"
3819     - title: "2005.0-4"
3820       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3821   comparisons:
3822     - title: "2005.0-4 vs 2005.0-3"
3823       reference: 4
3824       compare: 5
3825     - title: "2001.0-4 vs 2001.0-2"
3826       reference: 2
3827       compare: 3
3828     - title: "2005.0-4 vs 2001.0-4"
3829       reference: 3
3830       compare: 5
3831 #  rca:
3832 #    - title: "RCA1"
3833 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3834 #    - title: "RCA2"
3835 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3836 #    - title: "RCA3"
3837 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca3.yaml"
3838   legend:
3839     - ''
3840     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3841     - '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).'
3842     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3843     - '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.'
3844     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3845     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3846 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3847 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3848 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3849
3850 # VPP Performance Changes 3n-skx 4t2c pdr-full
3851 - type: "table"
3852   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3853   algorithm: "table_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3857   columns:
3858     - title: "1908.1-2"
3859       data-set: "vpp-performance-changes-3n-skx-h1"
3860     - title: "2001.0-2"
3861       data-set: "vpp-performance-changes-3n-skx-ref"
3862     - title: "2001.0-4"
3863       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3864     - title: "2005.0-3"
3865       data-set: "vpp-performance-changes-3n-skx-cmp"
3866     - title: "2005.0-4"
3867       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3868   comparisons:
3869     - title: "2005.0-4 vs 2005.0-3"
3870       reference: 4
3871       compare: 5
3872     - title: "2001.0-4 vs 2001.0-2"
3873       reference: 2
3874       compare: 3
3875     - title: "2005.0-4 vs 2001.0-4"
3876       reference: 3
3877       compare: 5
3878 #  rca:
3879 #    - title: "RCA1"
3880 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3881 #    - title: "RCA2"
3882 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3883 #    - title: "RCA3"
3884 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca3.yaml"
3885   legend:
3886     - ''
3887     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3888     - '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).'
3889     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3890     - '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.'
3891     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3892     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3893 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3894 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3895 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3896
3897 # VPP Performance Changes 3n-skx 2t1c ndr-full
3898 - type: "table"
3899   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3900   algorithm: "table_comparison"
3901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3903   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3904   columns:
3905     - title: "1908.1-2"
3906       data-set: "vpp-performance-changes-3n-skx-h1"
3907     - title: "2001.0-2"
3908       data-set: "vpp-performance-changes-3n-skx-ref"
3909     - title: "2001.0-4"
3910       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3911     - title: "2005.0-3"
3912       data-set: "vpp-performance-changes-3n-skx-cmp"
3913     - title: "2005.0-4"
3914       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3915   comparisons:
3916     - title: "2005.0-4 vs 2005.0-3"
3917       reference: 4
3918       compare: 5
3919     - title: "2001.0-4 vs 2001.0-2"
3920       reference: 2
3921       compare: 3
3922     - title: "2005.0-4 vs 2001.0-4"
3923       reference: 3
3924       compare: 5
3925 #  rca:
3926 #    - title: "RCA1"
3927 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3928 #    - title: "RCA2"
3929 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3930 #    - title: "RCA3"
3931 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca3.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3937     - '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.'
3938     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3939     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3940 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3941 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3942 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3943
3944 # VPP Performance Changes 3n-skx 4t2c ndr-full
3945 - type: "table"
3946   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3951   columns:
3952     - title: "1908.1-2"
3953       data-set: "vpp-performance-changes-3n-skx-h1"
3954     - title: "2001.0-2"
3955       data-set: "vpp-performance-changes-3n-skx-ref"
3956     - title: "2001.0-4"
3957       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3958     - title: "2005.0-3"
3959       data-set: "vpp-performance-changes-3n-skx-cmp"
3960     - title: "2005.0-4"
3961       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3962   comparisons:
3963     - title: "2005.0-4 vs 2005.0-3"
3964       reference: 4
3965       compare: 5
3966     - title: "2001.0-4 vs 2001.0-2"
3967       reference: 2
3968       compare: 3
3969     - title: "2005.0-4 vs 2001.0-4"
3970       reference: 3
3971       compare: 5
3972 #  rca:
3973 #    - title: "RCA1"
3974 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3975 #    - title: "RCA2"
3976 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3977 #    - title: "RCA3"
3978 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca3.yaml"
3979   legend:
3980     - ''
3981     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3982     - '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).'
3983     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3984     - '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.'
3985     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3986     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3987 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3988 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3989 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3990
3991 # VPP Performance Changes 2n-skx 2t1c pdr
3992 - type: "table"
3993   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3994   algorithm: "table_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3998   columns:
3999     - title: "1908.1-2"
4000       data-set: "vpp-performance-changes-2n-skx-h1"
4001     - title: "2001.0-2"
4002       data-set: "vpp-performance-changes-2n-skx-ref"
4003     - title: "2001.0-4"
4004       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4005     - title: "2005.0-4"
4006       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4007   comparisons:
4008     - title: "2001.0-4 vs 2001.0-2"
4009       reference: 2
4010       compare: 3
4011     - title: "2005.0-4 vs 2001.0-4"
4012       reference: 3
4013       compare: 4
4014 #  rca:
4015 #    - title: "RCA1"
4016 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
4017 #    - title: "RCA2"
4018 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
4019   legend:
4020     - ''
4021     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4022     - '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).'
4023     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4024     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4025     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4026 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4027 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4028
4029 # VPP Performance Changes 2n-skx 4t2c pdr
4030 - type: "table"
4031   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4032   algorithm: "table_comparison"
4033   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4035   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4036   columns:
4037     - title: "1908.1-2"
4038       data-set: "vpp-performance-changes-2n-skx-h1"
4039     - title: "2001.0-2"
4040       data-set: "vpp-performance-changes-2n-skx-ref"
4041     - title: "2001.0-4"
4042       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4043     - title: "2005.0-4"
4044       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4045   comparisons:
4046     - title: "2001.0-4 vs 2001.0-2"
4047       reference: 2
4048       compare: 3
4049     - title: "2005.0-4 vs 2001.0-4"
4050       reference: 3
4051       compare: 4
4052 #  rca:
4053 #    - title: "RCA1"
4054 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4055 #    - title: "RCA2"
4056 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4057   legend:
4058     - ''
4059     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4060     - '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).'
4061     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4062     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4063     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4064 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4065 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4066
4067 # VPP Performance Changes 2n-skx 2t1c ndr
4068 - type: "table"
4069   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4074   columns:
4075     - title: "1908.1-2"
4076       data-set: "vpp-performance-changes-2n-skx-h1"
4077     - title: "2001.0-2"
4078       data-set: "vpp-performance-changes-2n-skx-ref"
4079     - title: "2001.0-4"
4080       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4081     - title: "2005.0-4"
4082       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4083   comparisons:
4084     - title: "2001.0-4 vs 2001.0-2"
4085       reference: 2
4086       compare: 3
4087     - title: "2005.0-4 vs 2001.0-4"
4088       reference: 3
4089       compare: 4
4090 #  rca:
4091 #    - title: "RCA1"
4092 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4093 #    - title: "RCA2"
4094 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4095   legend:
4096     - ''
4097     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4098     - '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).'
4099     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4100     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4101     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4102 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4103 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4104
4105 # VPP Performance Changes 2n-skx 4t2c ndr
4106 - type: "table"
4107   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4108   algorithm: "table_comparison"
4109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4112   columns:
4113     - title: "1908.1-2"
4114       data-set: "vpp-performance-changes-2n-skx-h1"
4115     - title: "2001.0-2"
4116       data-set: "vpp-performance-changes-2n-skx-ref"
4117     - title: "2001.0-4"
4118       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4119     - title: "2005.0-4"
4120       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4121   comparisons:
4122     - title: "2001.0-4 vs 2001.0-2"
4123       reference: 2
4124       compare: 3
4125     - title: "2005.0-4 vs 2001.0-4"
4126       reference: 3
4127       compare: 4
4128 #  rca:
4129 #    - title: "RCA1"
4130 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4131 #    - title: "RCA2"
4132 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4133   legend:
4134     - ''
4135     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4136     - '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).'
4137     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4138     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4139     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4140 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4141 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4142
4143 # VPP Performance Changes 2n-skx 2t1c pdr-full
4144 - type: "table"
4145   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4146   algorithm: "table_comparison"
4147   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4150   columns:
4151     - title: "1908.1-2"
4152       data-set: "vpp-performance-changes-2n-skx-h1"
4153     - title: "2001.0-2"
4154       data-set: "vpp-performance-changes-2n-skx-ref"
4155     - title: "2001.0-4"
4156       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4157     - title: "2005.0-3"
4158       data-set: "vpp-performance-changes-2n-skx-cmp"
4159     - title: "2005.0-4"
4160       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4161   comparisons:
4162     - title: "2005.0-4 vs 2005.0-3"
4163       reference: 4
4164       compare: 5
4165     - title: "2001.0-4 vs 2001.0-2"
4166       reference: 2
4167       compare: 3
4168     - title: "2005.0-4 vs 2001.0-4"
4169       reference: 3
4170       compare: 5
4171 #  rca:
4172 #    - title: "RCA1"
4173 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
4174 #    - title: "RCA2"
4175 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
4176 #    - title: "RCA3"
4177 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca3.yaml"
4178   legend:
4179     - ''
4180     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4181     - '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).'
4182     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4183     - '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.'
4184     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4185     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4186 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4187 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4188 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4189
4190 # VPP Performance Changes 2n-skx 4t2c pdr-full
4191 - type: "table"
4192   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4196   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4197   columns:
4198     - title: "1908.1-2"
4199       data-set: "vpp-performance-changes-2n-skx-h1"
4200     - title: "2001.0-2"
4201       data-set: "vpp-performance-changes-2n-skx-ref"
4202     - title: "2001.0-4"
4203       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4204     - title: "2005.0-3"
4205       data-set: "vpp-performance-changes-2n-skx-cmp"
4206     - title: "2005.0-4"
4207       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4208   comparisons:
4209     - title: "2005.0-4 vs 2005.0-3"
4210       reference: 4
4211       compare: 5
4212     - title: "2001.0-4 vs 2001.0-2"
4213       reference: 2
4214       compare: 3
4215     - title: "2005.0-4 vs 2001.0-4"
4216       reference: 3
4217       compare: 5
4218 #  rca:
4219 #    - title: "RCA1"
4220 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4221 #    - title: "RCA2"
4222 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4223 #    - title: "RCA3"
4224 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca3.yaml"
4225   legend:
4226     - ''
4227     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4228     - '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).'
4229     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4230     - '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.'
4231     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4232     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4233 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4234 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4235 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4236
4237 # VPP Performance Changes 2n-skx 2t1c ndr-full
4238 - type: "table"
4239   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4240   algorithm: "table_comparison"
4241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4243   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4244   columns:
4245     - title: "1908.1-2"
4246       data-set: "vpp-performance-changes-2n-skx-h1"
4247     - title: "2001.0-2"
4248       data-set: "vpp-performance-changes-2n-skx-ref"
4249     - title: "2001.0-4"
4250       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4251     - title: "2005.0-3"
4252       data-set: "vpp-performance-changes-2n-skx-cmp"
4253     - title: "2005.0-4"
4254       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4255   comparisons:
4256     - title: "2005.0-4 vs 2005.0-3"
4257       reference: 4
4258       compare: 5
4259     - title: "2001.0-4 vs 2001.0-2"
4260       reference: 2
4261       compare: 3
4262     - title: "2005.0-4 vs 2001.0-4"
4263       reference: 3
4264       compare: 5
4265 #  rca:
4266 #    - title: "RCA1"
4267 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4268 #    - title: "RCA2"
4269 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4270 #    - title: "RCA3"
4271 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca3.yaml"
4272   legend:
4273     - ''
4274     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4275     - '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).'
4276     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4277     - '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.'
4278     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4279     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4280 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4281 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4282 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4283
4284 # VPP Performance Changes 2n-skx 4t2c ndr-full
4285 - type: "table"
4286   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4291   columns:
4292     - title: "1908.1-2"
4293       data-set: "vpp-performance-changes-2n-skx-h1"
4294     - title: "2001.0-2"
4295       data-set: "vpp-performance-changes-2n-skx-ref"
4296     - title: "2001.0-4"
4297       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4298     - title: "2005.0-3"
4299       data-set: "vpp-performance-changes-2n-skx-cmp"
4300     - title: "2005.0-4"
4301       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4302   comparisons:
4303     - title: "2005.0-4 vs 2005.0-3"
4304       reference: 4
4305       compare: 5
4306     - title: "2001.0-4 vs 2001.0-2"
4307       reference: 2
4308       compare: 3
4309     - title: "2005.0-4 vs 2001.0-4"
4310       reference: 3
4311       compare: 5
4312 #  rca:
4313 #    - title: "RCA1"
4314 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4315 #    - title: "RCA2"
4316 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4317 #    - title: "RCA3"
4318 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca3.yaml"
4319   legend:
4320     - ''
4321     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4322     - '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).'
4323     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4324     - '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.'
4325     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4326     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4327 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4328 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4329 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4330
4331 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4332 - type: "table"
4333   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4337   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4338   columns:
4339     - title: "2001.0-2"
4340       data-set: "vpp-performance-changes-2n-clx-ref"
4341     - title: "2001.0-4"
4342       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4343     - title: "2005.0-4"
4344       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4345   comparisons:
4346     - title: "2001.0-4 vs 2001.0-2"
4347       reference: 1
4348       compare: 2
4349     - title: "2005.0-4 vs 2001.0-4"
4350       reference: 2
4351       compare: 3
4352 #  rca:
4353 #    - title: "RCA1"
4354 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4355 #    - title: "RCA2"
4356 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4357   legend:
4358     - ''
4359     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4360     - '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).'
4361     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4362     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4363     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4364 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4365 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4366
4367 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4368 - type: "table"
4369   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4373   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4374   columns:
4375     - title: "2001.0-2"
4376       data-set: "vpp-performance-changes-2n-clx-ref"
4377     - title: "2001.0-4"
4378       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4379     - title: "2005.0-4"
4380       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4381   comparisons:
4382     - title: "2001.0-4 vs 2001.0-2"
4383       reference: 1
4384       compare: 2
4385     - title: "2005.0-4 vs 2001.0-4"
4386       reference: 2
4387       compare: 3
4388 #  rca:
4389 #    - title: "RCA1"
4390 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4391 #    - title: "RCA2"
4392 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4393   legend:
4394     - ''
4395     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4396     - '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).'
4397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4398     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4399     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4400 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4401 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4402
4403 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4404 - type: "table"
4405   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4406   algorithm: "table_comparison"
4407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4409   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4410   columns:
4411     - title: "2001.0-2"
4412       data-set: "vpp-performance-changes-2n-clx-ref"
4413     - title: "2001.0-4"
4414       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4415     - title: "2005.0-4"
4416       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4417   comparisons:
4418     - title: "2001.0-4 vs 2001.0-2"
4419       reference: 1
4420       compare: 2
4421     - title: "2005.0-4 vs 2001.0-4"
4422       reference: 2
4423       compare: 3
4424 #  rca:
4425 #    - title: "RCA1"
4426 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4427 #    - title: "RCA2"
4428 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4429   legend:
4430     - ''
4431     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4432     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4434     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4435     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4436 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4437 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4438
4439 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4440 - type: "table"
4441   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4442   algorithm: "table_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4445   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4446   columns:
4447     - title: "2001.0-2"
4448       data-set: "vpp-performance-changes-2n-clx-ref"
4449     - title: "2001.0-4"
4450       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4451     - title: "2005.0-4"
4452       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4453   comparisons:
4454     - title: "2001.0-4 vs 2001.0-2"
4455       reference: 1
4456       compare: 2
4457     - title: "2005.0-4 vs 2001.0-4"
4458       reference: 2
4459       compare: 3
4460 #  rca:
4461 #    - title: "RCA1"
4462 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4463 #    - title: "RCA2"
4464 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4465   legend:
4466     - ''
4467     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4468     - '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).'
4469     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4470     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4471     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4472 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4473 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4474
4475 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4476 - type: "table"
4477   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4478   algorithm: "table_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4481   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4482   columns:
4483     - title: "2001.0-2"
4484       data-set: "vpp-performance-changes-2n-clx-ref"
4485     - title: "2001.0-4"
4486       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4487     - title: "2005.0-3"
4488       data-set: "vpp-performance-changes-2n-clx-cmp"
4489     - title: "2005.0-4"
4490       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4491   comparisons:
4492     - title: "2005.0-4 vs 2005.0-3"
4493       reference: 3
4494       compare: 4
4495     - title: "2001.0-4 vs 2001.0-2"
4496       reference: 1
4497       compare: 2
4498     - title: "2005.0-4 vs 2001.0-4"
4499       reference: 2
4500       compare: 4
4501 #  rca:
4502 #    - title: "RCA1"
4503 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4504 #    - title: "RCA2"
4505 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4506 #    - title: "RCA3"
4507 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca3.yaml"
4508   legend:
4509     - ''
4510     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4511     - '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).'
4512     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4513     - '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.'
4514     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4515     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4516 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4517 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4518 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4519
4520 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4521 - type: "table"
4522   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4523   algorithm: "table_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4526   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4527   columns:
4528     - title: "2001.0-2"
4529       data-set: "vpp-performance-changes-2n-clx-ref"
4530     - title: "2001.0-4"
4531       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4532     - title: "2005.0-3"
4533       data-set: "vpp-performance-changes-2n-clx-cmp"
4534     - title: "2005.0-4"
4535       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4536   comparisons:
4537     - title: "2005.0-4 vs 2005.0-3"
4538       reference: 3
4539       compare: 4
4540     - title: "2001.0-4 vs 2001.0-2"
4541       reference: 1
4542       compare: 2
4543     - title: "2005.0-4 vs 2001.0-4"
4544       reference: 2
4545       compare: 4
4546 #  rca:
4547 #    - title: "RCA1"
4548 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4549 #    - title: "RCA2"
4550 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4551 #    - title: "RCA3"
4552 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca3.yaml"
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4556     - '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).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4558     - '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.'
4559     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4560     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4561 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4562 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4563 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4564
4565 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4566 - type: "table"
4567   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4571   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4572   columns:
4573     - title: "2001.0-2"
4574       data-set: "vpp-performance-changes-2n-clx-ref"
4575     - title: "2001.0-4"
4576       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4577     - title: "2005.0-3"
4578       data-set: "vpp-performance-changes-2n-clx-cmp"
4579     - title: "2005.0-4"
4580       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4581   comparisons:
4582     - title: "2005.0-4 vs 2005.0-3"
4583       reference: 3
4584       compare: 4
4585     - title: "2001.0-4 vs 2001.0-2"
4586       reference: 1
4587       compare: 2
4588     - title: "2005.0-4 vs 2001.0-4"
4589       reference: 2
4590       compare: 4
4591 #  rca:
4592 #    - title: "RCA1"
4593 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4594 #    - title: "RCA2"
4595 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4596 #    - title: "RCA3"
4597 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca3.yaml"
4598   legend:
4599     - ''
4600     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4601     - '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).'
4602     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4603     - '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.'
4604     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4605     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4606 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4607 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4608 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4609
4610 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4611 - type: "table"
4612   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4613   algorithm: "table_comparison"
4614   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4616   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4617   columns:
4618     - title: "2001.0-2"
4619       data-set: "vpp-performance-changes-2n-clx-ref"
4620     - title: "2001.0-4"
4621       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4622     - title: "2005.0-3"
4623       data-set: "vpp-performance-changes-2n-clx-cmp"
4624     - title: "2005.0-4"
4625       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4626   comparisons:
4627     - title: "2005.0-4 vs 2005.0-3"
4628       reference: 3
4629       compare: 4
4630     - title: "2001.0-4 vs 2001.0-2"
4631       reference: 1
4632       compare: 2
4633     - title: "2005.0-4 vs 2001.0-4"
4634       reference: 2
4635       compare: 4
4636 #  rca:
4637 #    - title: "RCA1"
4638 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4639 #    - title: "RCA2"
4640 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4641 #    - title: "RCA3"
4642 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca3.yaml"
4643   legend:
4644     - ''
4645     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4646     - '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).'
4647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4648     - '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.'
4649     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4650     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4651 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4652 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4653 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4654
4655 # VPP Performance Changes 2n-clx-x556 2t1c pdr
4656 - type: "table"
4657   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4661   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4662   columns:
4663     - title: "2001.0-2"
4664       data-set: "vpp-performance-changes-2n-clx-ref"
4665     - title: "2005.0-4"
4666       data-set: "vpp-performance-changes-2n-clx-cmp"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - ''
4673     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4674     - '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).'
4675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4676     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4677 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4678
4679 # VPP Performance Changes 2n-clx-x556 4t2c pdr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4686   columns:
4687     - title: "2001.0-2"
4688       data-set: "vpp-performance-changes-2n-clx-ref"
4689     - title: "2005.0-4"
4690       data-set: "vpp-performance-changes-2n-clx-cmp"
4691   comparisons:
4692     - title: "Diff"
4693       reference: 1
4694       compare: 2
4695   legend:
4696     - ''
4697     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4698     - '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).'
4699     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4700     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4701 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4702
4703 # VPP Performance Changes 2n-clx-x556 2t1c ndr
4704 - type: "table"
4705   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4706   algorithm: "table_comparison"
4707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4709   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4710   columns:
4711     - title: "2001.0-2"
4712       data-set: "vpp-performance-changes-2n-clx-ref"
4713     - title: "2005.0-4"
4714       data-set: "vpp-performance-changes-2n-clx-cmp"
4715   comparisons:
4716     - title: "Diff"
4717       reference: 1
4718       compare: 2
4719   legend:
4720     - ''
4721     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4722     - '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).'
4723     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4724     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4725 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4726
4727 # VPP Performance Changes 2n-clx-x556 4t2c ndr
4728 - type: "table"
4729   title: "VPP Performance Changes 2n-clx-x556 ndr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4733   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4734   columns:
4735     - title: "2001.0-2"
4736       data-set: "vpp-performance-changes-2n-clx-ref"
4737     - title: "2005.0-4"
4738       data-set: "vpp-performance-changes-2n-clx-cmp"
4739   comparisons:
4740     - title: "Diff"
4741       reference: 1
4742       compare: 2
4743   legend:
4744     - ''
4745     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4746     - '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).'
4747     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4748     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4749 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4750
4751 # VPP Performance Changes 2n-dnv 1t1c pdr
4752 - type: "table"
4753   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4754   algorithm: "table_comparison"
4755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4757   filter: "'1T1C'"
4758   columns:
4759     - title: "1908"
4760       data-set: "vpp-performance-changes-2n-dnv-h1"
4761     - title: "2001"
4762       data-set: "vpp-performance-changes-2n-dnv-ref"
4763     - title: "2005"
4764       data-set: "vpp-performance-changes-2n-dnv-cmp"
4765   comparisons:
4766     - title: "Diff"
4767       reference: 2
4768       compare: 3
4769   legend:
4770     - ""
4771     - "1908, 2001, 2005 - VPP versions tested."
4772     - "Diff - difference between 2001 and 2005 VPP version."
4773
4774 # VPP Performance Changes 2n-dnv 2t2c pdr
4775 - type: "table"
4776   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4777   algorithm: "table_comparison"
4778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4780   filter: "'2T2C'"
4781   columns:
4782     - title: "1908"
4783       data-set: "vpp-performance-changes-2n-dnv-h1"
4784     - title: "2001"
4785       data-set: "vpp-performance-changes-2n-dnv-ref"
4786     - title: "2005"
4787       data-set: "vpp-performance-changes-2n-dnv-cmp"
4788   comparisons:
4789     - title: "Diff"
4790       reference: 2
4791       compare: 3
4792   legend:
4793     - ""
4794     - "1908, 2001, 2005 - VPP versions tested."
4795     - "Diff - difference between 2001 and 2005 VPP version."
4796
4797 # VPP Performance Changes 2n-dnv 1t1c ndr
4798 - type: "table"
4799   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4800   algorithm: "table_comparison"
4801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4803   filter: "'1T1C'"
4804   columns:
4805     - title: "1908"
4806       data-set: "vpp-performance-changes-2n-dnv-h1"
4807     - title: "2001"
4808       data-set: "vpp-performance-changes-2n-dnv-ref"
4809     - title: "2005"
4810       data-set: "vpp-performance-changes-2n-dnv-cmp"
4811   comparisons:
4812     - title: "Diff"
4813       reference: 2
4814       compare: 3
4815   legend:
4816     - ""
4817     - "1908, 2001, 2005 - VPP versions tested."
4818     - "Diff - difference between 2001 and 2005 VPP version."
4819
4820 # VPP Performance Changes 2n-dnv 2t2c ndr
4821 - type: "table"
4822   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4823   algorithm: "table_comparison"
4824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4826   filter: "'2T2C'"
4827   columns:
4828     - title: "1908"
4829       data-set: "vpp-performance-changes-2n-dnv-h1"
4830     - title: "2001"
4831       data-set: "vpp-performance-changes-2n-dnv-ref"
4832     - title: "2005"
4833       data-set: "vpp-performance-changes-2n-dnv-cmp"
4834   comparisons:
4835     - title: "Diff"
4836       reference: 2
4837       compare: 3
4838   legend:
4839     - ""
4840     - "1908, 2001, 2005 - VPP versions tested."
4841     - "Diff - difference between 2001 and 2005 VPP version."
4842
4843 # VPP Performance Changes 3n-dnv 1t1c pdr
4844 - type: "table"
4845   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4846   algorithm: "table_comparison"
4847   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4849   filter: "'1T1C'"
4850   columns:
4851     - title: "1908"
4852       data-set: "vpp-performance-changes-3n-dnv-h1"
4853     - title: "2001"
4854       data-set: "vpp-performance-changes-3n-dnv-ref"
4855     - title: "2005"
4856       data-set: "vpp-performance-changes-3n-dnv-cmp"
4857   comparisons:
4858     - title: "Diff"
4859       reference: 2
4860       compare: 3
4861   legend:
4862     - ""
4863     - "1908, 2001, 2005 - VPP versions tested."
4864     - "Diff - difference between 2001 and 2005 VPP version."
4865
4866 # VPP Performance Changes 3n-dnv 2t2c pdr
4867 - type: "table"
4868   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4869   algorithm: "table_comparison"
4870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4872   filter: "'2T2C'"
4873   columns:
4874     - title: "1908"
4875       data-set: "vpp-performance-changes-3n-dnv-h1"
4876     - title: "2001"
4877       data-set: "vpp-performance-changes-3n-dnv-ref"
4878     - title: "2005"
4879       data-set: "vpp-performance-changes-3n-dnv-cmp"
4880   comparisons:
4881     - title: "Diff"
4882       reference: 2
4883       compare: 3
4884   legend:
4885     - ""
4886     - "1908, 2001, 2005 - VPP versions tested."
4887     - "Diff - difference between 2001 and 2005 VPP version."
4888
4889 # VPP Performance Changes 3n-dnv 1t1c ndr
4890 - type: "table"
4891   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4892   algorithm: "table_comparison"
4893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4895   filter: "'1T1C'"
4896   columns:
4897     - title: "1908"
4898       data-set: "vpp-performance-changes-3n-dnv-h1"
4899     - title: "2001"
4900       data-set: "vpp-performance-changes-3n-dnv-ref"
4901     - title: "2005"
4902       data-set: "vpp-performance-changes-3n-dnv-cmp"
4903   comparisons:
4904     - title: "Diff"
4905       reference: 2
4906       compare: 3
4907   legend:
4908     - ""
4909     - "1908, 2001, 2005 - VPP versions tested."
4910     - "Diff - difference between 2001 and 2005 VPP version."
4911
4912 # VPP Performance Changes 3n-dnv 2t2c ndr
4913 - type: "table"
4914   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4915   algorithm: "table_comparison"
4916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4918   filter: "'2T2C'"
4919   columns:
4920     - title: "1908"
4921       data-set: "vpp-performance-changes-3n-dnv-h1"
4922     - title: "2001"
4923       data-set: "vpp-performance-changes-3n-dnv-ref"
4924     - title: "2005"
4925       data-set: "vpp-performance-changes-3n-dnv-cmp"
4926   comparisons:
4927     - title: "Diff"
4928       reference: 2
4929       compare: 3
4930   legend:
4931     - ""
4932     - "1908, 2001, 2005 - VPP versions tested."
4933     - "Diff - difference between 2001 and 2005 VPP version."
4934
4935 # VPP Performance Changes 3n-tsh 1t1c pdr
4936 - type: "table"
4937   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4938   algorithm: "table_comparison"
4939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4941   filter: "'1T1C'"
4942   columns:
4943     - title: "1908.1-2"
4944       data-set: "vpp-performance-changes-3n-tsh-h1"
4945     - title: "2001.0-2"
4946       data-set: "vpp-performance-changes-3n-tsh-ref"
4947     - title: "2001.0-4"
4948       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4949     - title: "2005.0-4"
4950       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4951   comparisons:
4952     - title: "2001.0-4 vs 2001.0-2"
4953       reference: 2
4954       compare: 3
4955     - title: "2005.0-4 vs 2001.0-4"
4956       reference: 3
4957       compare: 4
4958 #  rca:
4959 #    - title: "RCA1"
4960 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4961 #    - title: "RCA2"
4962 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4963   legend:
4964     - ''
4965     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4966     - '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).'
4967     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4968     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4969     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4970 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4971 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4972
4973 # VPP Performance Changes 3n-tsh 2t2c pdr
4974 - type: "table"
4975   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4976   algorithm: "table_comparison"
4977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4979   filter: "'2T2C'"
4980   columns:
4981     - title: "1908.1-2"
4982       data-set: "vpp-performance-changes-3n-tsh-h1"
4983     - title: "2001.0-2"
4984       data-set: "vpp-performance-changes-3n-tsh-ref"
4985     - title: "2001.0-4"
4986       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4987     - title: "2005.0-4"
4988       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4989   comparisons:
4990     - title: "2001.0-4 vs 2001.0-2"
4991       reference: 2
4992       compare: 3
4993     - title: "2005.0-4 vs 2001.0-4"
4994       reference: 3
4995       compare: 4
4996 #  rca:
4997 #    - title: "RCA1"
4998 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4999 #    - title: "RCA2"
5000 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
5001   legend:
5002     - ''
5003     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5004     - '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).'
5005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5006     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5007     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5008 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5009 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5010
5011 # VPP Performance Changes 3n-tsh 1t1c ndr
5012 - type: "table"
5013   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5014   algorithm: "table_comparison"
5015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5017   filter: "'1T1C'"
5018   columns:
5019     - title: "1908.1-2"
5020       data-set: "vpp-performance-changes-3n-tsh-h1"
5021     - title: "2001.0-2"
5022       data-set: "vpp-performance-changes-3n-tsh-ref"
5023     - title: "2001.0-4"
5024       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5025     - title: "2005.0-4"
5026       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5027   comparisons:
5028     - title: "2001.0-4 vs 2001.0-2"
5029       reference: 2
5030       compare: 3
5031     - title: "2005.0-4 vs 2001.0-4"
5032       reference: 3
5033       compare: 4
5034 #  rca:
5035 #    - title: "RCA1"
5036 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5037 #    - title: "RCA2"
5038 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5039   legend:
5040     - ''
5041     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5042     - '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).'
5043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5044     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5045     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5046 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5047 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5048
5049 # VPP Performance Changes 3n-tsh 2t2c ndr
5050 - type: "table"
5051   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5055   filter: "'2T2C'"
5056   columns:
5057     - title: "1908.1-2"
5058       data-set: "vpp-performance-changes-3n-tsh-h1"
5059     - title: "2001.0-2"
5060       data-set: "vpp-performance-changes-3n-tsh-ref"
5061     - title: "2001.0-4"
5062       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5063     - title: "2005.0-4"
5064       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5065   comparisons:
5066     - title: "2001.0-4 vs 2001.0-2"
5067       reference: 2
5068       compare: 3
5069     - title: "2005.0-4 vs 2001.0-4"
5070       reference: 3
5071       compare: 4
5072 #  rca:
5073 #    - title: "RCA1"
5074 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5075 #    - title: "RCA2"
5076 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5077   legend:
5078     - ''
5079     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5080     - '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).'
5081     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5082     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5083     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5084 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5085 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5086
5087 # VPP Performance Changes 3n-tsh 1t1c pdr-full
5088 - type: "table"
5089   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
5092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5093   filter: "'1T1C'"
5094   columns:
5095     - title: "1908.1-2"
5096       data-set: "vpp-performance-changes-3n-tsh-h1"
5097     - title: "2001.0-2"
5098       data-set: "vpp-performance-changes-3n-tsh-ref"
5099     - title: "2001.0-4"
5100       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5101     - title: "2005.0-3"
5102       data-set: "vpp-performance-changes-3n-tsh-cmp"
5103     - title: "2005.0-4"
5104       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5105   comparisons:
5106     - title: "2005.0-4 vs 2005.0-3"
5107       reference: 4
5108       compare: 5
5109     - title: "2001.0-4 vs 2001.0-2"
5110       reference: 2
5111       compare: 3
5112     - title: "2005.0-4 vs 2001.0-4"
5113       reference: 3
5114       compare: 5
5115 #  rca:
5116 #    - title: "RCA1"
5117 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
5118 #    - title: "RCA2"
5119 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
5120 #    - title: "RCA3"
5121 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca3.yaml"
5122   legend:
5123     - ''
5124     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5125     - '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).'
5126     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5127     - '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.'
5128     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5129     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5130 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5131 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5132 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5133
5134 # VPP Performance Changes 3n-tsh 2t2c pdr-full
5135 - type: "table"
5136   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
5139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5140   filter: "'2T2C'"
5141   columns:
5142     - title: "1908.1-2"
5143       data-set: "vpp-performance-changes-3n-tsh-h1"
5144     - title: "2001.0-2"
5145       data-set: "vpp-performance-changes-3n-tsh-ref"
5146     - title: "2001.0-4"
5147       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5148     - title: "2005.0-3"
5149       data-set: "vpp-performance-changes-3n-tsh-cmp"
5150     - title: "2005.0-4"
5151       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5152   comparisons:
5153     - title: "2005.0-4 vs 2005.0-3"
5154       reference: 4
5155       compare: 5
5156     - title: "2001.0-4 vs 2001.0-2"
5157       reference: 2
5158       compare: 3
5159     - title: "2005.0-4 vs 2001.0-4"
5160       reference: 3
5161       compare: 5
5162 #  rca:
5163 #    - title: "RCA1"
5164 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
5165 #    - title: "RCA2"
5166 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
5167 #    - title: "RCA3"
5168 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca3.yaml"
5169   legend:
5170     - ''
5171     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5172     - '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).'
5173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5174     - '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.'
5175     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5176     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5177 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5178 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5179 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5180
5181 # VPP Performance Changes 3n-tsh 1t1c ndr-full
5182 - type: "table"
5183   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
5186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5187   filter: "'1T1C'"
5188   columns:
5189     - title: "1908.1-2"
5190       data-set: "vpp-performance-changes-3n-tsh-h1"
5191     - title: "2001.0-2"
5192       data-set: "vpp-performance-changes-3n-tsh-ref"
5193     - title: "2001.0-4"
5194       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5195     - title: "2005.0-3"
5196       data-set: "vpp-performance-changes-3n-tsh-cmp"
5197     - title: "2005.0-4"
5198       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5199   comparisons:
5200     - title: "2005.0-4 vs 2005.0-3"
5201       reference: 4
5202       compare: 5
5203     - title: "2001.0-4 vs 2001.0-2"
5204       reference: 2
5205       compare: 3
5206     - title: "2005.0-4 vs 2001.0-4"
5207       reference: 3
5208       compare: 5
5209 #  rca:
5210 #    - title: "RCA1"
5211 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5212 #    - title: "RCA2"
5213 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5214 #    - title: "RCA3"
5215 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca3.yaml"
5216   legend:
5217     - ''
5218     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5219     - '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).'
5220     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5221     - '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.'
5222     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5223     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5224 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5225 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5226 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5227
5228 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5229 - type: "table"
5230   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5231   algorithm: "table_comparison"
5232   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5234   filter: "'2T2C'"
5235   columns:
5236     - title: "1908.1-2"
5237       data-set: "vpp-performance-changes-3n-tsh-h1"
5238     - title: "2001.0-2"
5239       data-set: "vpp-performance-changes-3n-tsh-ref"
5240     - title: "2001.0-4"
5241       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5242     - title: "2005.0-3"
5243       data-set: "vpp-performance-changes-3n-tsh-cmp"
5244     - title: "2005.0-4"
5245       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5246   comparisons:
5247     - title: "2005.0-4 vs 2005.0-3"
5248       reference: 4
5249       compare: 5
5250     - title: "2001.0-4 vs 2001.0-2"
5251       reference: 2
5252       compare: 3
5253     - title: "2005.0-4 vs 2001.0-4"
5254       reference: 3
5255       compare: 5
5256 #  rca:
5257 #    - title: "RCA1"
5258 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5259 #    - title: "RCA2"
5260 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5261 #    - title: "RCA3"
5262 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca3.yaml"
5263   legend:
5264     - ''
5265     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5266     - '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).'
5267     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5268     - '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.'
5269     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5270     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5271 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5272 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5273 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5274
5275 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5276 - type: "table"
5277   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5278   algorithm: "table_comparison"
5279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5281   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5282   columns:
5283     - title: "3n-hsw xl710"
5284       data-set: "vpp-compare-testbeds-ref"
5285       tag: "NIC_Intel-XL710"
5286     - title: "3n-skx xxv710"
5287       data-set: "vpp-compare-testbeds-cmp"
5288       tag: "NIC_Intel-XXV710"
5289   comparisons:
5290     - title: "Diff"
5291       reference: 1
5292       compare: 2
5293   legend:
5294     - ""
5295     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5296     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5297
5298 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5299 - type: "table"
5300   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5301   algorithm: "table_comparison"
5302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5303   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5304   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5305   columns:
5306     - title: "3n-hsw xl710"
5307       data-set: "vpp-compare-testbeds-ref"
5308       tag: "NIC_Intel-XL710"
5309     - title: "3n-skx xxv710"
5310       data-set: "vpp-compare-testbeds-cmp"
5311       tag: "NIC_Intel-XXV710"
5312   comparisons:
5313     - title: "Diff"
5314       reference: 1
5315       compare: 2
5316   legend:
5317     - ""
5318     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5319     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5320
5321 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5322 - type: "table"
5323   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5324   algorithm: "table_comparison"
5325   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5327   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5328   columns:
5329     - title: "3n-hsw xl710"
5330       data-set: "vpp-compare-testbeds-ref"
5331       tag: "NIC_Intel-XL710"
5332     - title: "3n-skx xxv710"
5333       data-set: "vpp-compare-testbeds-cmp"
5334       tag: "NIC_Intel-XXV710"
5335   comparisons:
5336     - title: "Diff"
5337       reference: 1
5338       compare: 2
5339   legend:
5340     - ""
5341     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5342     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5343
5344 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5345 - type: "table"
5346   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5350   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5351   columns:
5352     - title: "3n-hsw xl710"
5353       data-set: "vpp-compare-testbeds-ref"
5354       tag: "NIC_Intel-XL710"
5355     - title: "3n-skx xxv710"
5356       data-set: "vpp-compare-testbeds-cmp"
5357       tag: "NIC_Intel-XXV710"
5358   comparisons:
5359     - title: "Diff"
5360       reference: 1
5361       compare: 2
5362   legend:
5363     - ""
5364     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5365     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5366
5367 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5368 - type: "table"
5369   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5370   algorithm: "table_comparison"
5371   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5373   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5374   columns:
5375     - title: "2n-skx"
5376       data-set: "vpp-compare-testbeds-skx-clx-ref"
5377     - title: "2n-clx"
5378       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5379   comparisons:
5380     - title: "Diff"
5381       reference: 1
5382       compare: 2
5383   legend:
5384     - ""
5385     - "2n-skx, 2n-clx - testbeds and NICs tested."
5386     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5387
5388 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5389 - type: "table"
5390   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5391   algorithm: "table_comparison"
5392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5394   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5395   columns:
5396     - title: "2n-skx"
5397       data-set: "vpp-compare-testbeds-skx-clx-ref"
5398     - title: "2n-clx"
5399       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5400   comparisons:
5401     - title: "Diff"
5402       reference: 1
5403       compare: 2
5404   legend:
5405     - ""
5406     - "2n-skx, 2n-clx - testbeds and NICs tested."
5407     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5408
5409 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5410 - type: "table"
5411   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5412   algorithm: "table_comparison"
5413   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5415   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5416   columns:
5417     - title: "2n-skx"
5418       data-set: "vpp-compare-testbeds-skx-clx-ref"
5419     - title: "2n-clx"
5420       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5421   comparisons:
5422     - title: "Diff"
5423       reference: 1
5424       compare: 2
5425   legend:
5426     - ""
5427     - "2n-skx, 2n-clx - testbeds and NICs tested."
5428     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5429
5430 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5431 - type: "table"
5432   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5433   algorithm: "table_comparison"
5434   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5436   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5437   columns:
5438     - title: "2n-skx"
5439       data-set: "vpp-compare-testbeds-skx-clx-ref"
5440     - title: "2n-clx"
5441       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5442   comparisons:
5443     - title: "Diff"
5444       reference: 1
5445       compare: 2
5446   legend:
5447     - ""
5448     - "2n-skx, 2n-clx - testbeds and NICs tested."
5449     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5450
5451 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5452 - type: "table"
5453   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5454   algorithm: "table_comparison"
5455   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5458   columns:
5459     - title: "3n-hsw xl710"
5460       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5461       tag: "NIC_Intel-XL710"
5462     - title: "2n-clx xxv710"
5463       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5464       tag: "NIC_Intel-XXV710"
5465   comparisons:
5466     - title: "Diff"
5467       reference: 1
5468       compare: 2
5469   legend:
5470     - ""
5471     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5472     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5473
5474 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5475 - type: "table"
5476   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5477   algorithm: "table_comparison"
5478   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5480   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5481   columns:
5482     - title: "3n-hsw xl710"
5483       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5484       tag: "NIC_Intel-XL710"
5485     - title: "2n-clx xxv710"
5486       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5487       tag: "NIC_Intel-XXV710"
5488   comparisons:
5489     - title: "Diff"
5490       reference: 1
5491       compare: 2
5492   legend:
5493     - ""
5494     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5495     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5496
5497 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5498 - type: "table"
5499   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5500   algorithm: "table_comparison"
5501   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5503   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5504   columns:
5505     - title: "3n-hsw xl710"
5506       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5507       tag: "NIC_Intel-XL710"
5508     - title: "2n-clx xxv710"
5509       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5510       tag: "NIC_Intel-XXV710"
5511   comparisons:
5512     - title: "Diff"
5513       reference: 1
5514       compare: 2
5515   legend:
5516     - ""
5517     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5518     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5519
5520 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5521 - type: "table"
5522   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5523   algorithm: "table_comparison"
5524   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5526   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5527   columns:
5528     - title: "3n-hsw xl710"
5529       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5530       tag: "NIC_Intel-XL710"
5531     - title: "2n-clx xxv710"
5532       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5533       tag: "NIC_Intel-XXV710"
5534   comparisons:
5535     - title: "Diff"
5536       reference: 1
5537       compare: 2
5538   legend:
5539     - ""
5540     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5541     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5542
5543 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5544 - type: "table"
5545   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5546   algorithm: "table_comparison"
5547   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5549   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5550   columns:
5551     - title: "3n-skx"
5552       data-set: "vpp-compare-topologies-ref"
5553     - title: "2n-skx"
5554       data-set: "vpp-compare-topologies-cmp"
5555   comparisons:
5556     - title: "Diff"
5557       reference: 1
5558       compare: 2
5559   legend:
5560     - ""
5561     - "3n-skx, 2n-skx - topologies tested."
5562     - "Diff - difference between 3n-skx and 2n-skx topologies."
5563
5564 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5565 - type: "table"
5566   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5567   algorithm: "table_comparison"
5568   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5570   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5571   columns:
5572     - title: "3n-skx"
5573       data-set: "vpp-compare-topologies-ref"
5574     - title: "2n-skx"
5575       data-set: "vpp-compare-topologies-cmp"
5576   comparisons:
5577     - title: "Diff"
5578       reference: 1
5579       compare: 2
5580   legend:
5581     - ""
5582     - "3n-skx, 2n-skx - topologies tested."
5583     - "Diff - difference between 3n-skx and 2n-skx topologies."
5584
5585 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5586 - type: "table"
5587   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5588   algorithm: "table_comparison"
5589   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5591   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5592   columns:
5593     - title: "3n-skx"
5594       data-set: "vpp-compare-topologies-ref"
5595     - title: "2n-skx"
5596       data-set: "vpp-compare-topologies-cmp"
5597   comparisons:
5598     - title: "Diff"
5599       reference: 1
5600       compare: 2
5601   legend:
5602     - ""
5603     - "3n-skx, 2n-skx - topologies tested."
5604     - "Diff - difference between 3n-skx and 2n-skx topologies."
5605
5606 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5607 - type: "table"
5608   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5609   algorithm: "table_comparison"
5610   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5612   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5613   columns:
5614     - title: "3n-skx"
5615       data-set: "vpp-compare-topologies-ref"
5616     - title: "2n-skx"
5617       data-set: "vpp-compare-topologies-cmp"
5618   comparisons:
5619     - title: "Diff"
5620       reference: 1
5621       compare: 2
5622   legend:
5623     - ""
5624     - "3n-skx, 2n-skx - topologies tested."
5625     - "Diff - difference between 3n-skx and 2n-skx topologies."
5626
5627 # VPP Performance Changes 3n-hsw 1t1c mrr
5628 - type: "table"
5629   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5630   algorithm: "table_comparison"
5631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5633   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5634   columns:
5635     - title: "1908.1-2"
5636       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5637     - title: "2001.0-2"
5638       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5639     - title: "2005.0-3"
5640       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5641     - title: "2005.0-4"
5642       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5643   comparisons:
5644     - title: "2005.0-4 vs 2005.0-3"
5645       reference: 3
5646       compare: 4
5647     - title: "2005.0-4 vs 2001.0-2"
5648       reference: 2
5649       compare: 4
5650 #  rca:
5651 #    - title: "RCA1"
5652 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
5653 #    - title: "RCA2"
5654 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
5655   legend:
5656     - ''
5657     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5658     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5659     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5660     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5661 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5662 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5663
5664 # VPP Performance Changes 3n-hsw 2t2c mrr
5665 - type: "table"
5666   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5667   algorithm: "table_comparison"
5668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5670   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5671   columns:
5672     - title: "1908.1-2"
5673       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5674     - title: "2001.0-2"
5675       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5676     - title: "2005.0-3"
5677       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5678     - title: "2005.0-4"
5679       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5680   comparisons:
5681     - title: "2005.0-4 vs 2005.0-3"
5682       reference: 3
5683       compare: 4
5684     - title: "2005.0-4 vs 2001.0-2"
5685       reference: 2
5686       compare: 4
5687 #  rca:
5688 #    - title: "RCA1"
5689 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
5690 #    - title: "RCA2"
5691 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
5692   legend:
5693     - ''
5694     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5695     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5696     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5697     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5698 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5699 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5700
5701 # VPP Performance Changes 3n-hsw 4t4c mrr
5702 - type: "table"
5703   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5704   algorithm: "table_comparison"
5705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5707   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5708   columns:
5709     - title: "1908.1-2"
5710       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5711     - title: "2001.0-2"
5712       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5713     - title: "2005.0-3"
5714       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5715     - title: "2005.0-4"
5716       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5717   comparisons:
5718     - title: "2005.0-4 vs 2005.0-3"
5719       reference: 3
5720       compare: 4
5721     - title: "2005.0-4 vs 2001.0-2"
5722       reference: 2
5723       compare: 4
5724 #  rca:
5725 #    - title: "RCA1"
5726 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
5727 #    - title: "RCA2"
5728 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
5729   legend:
5730     - ''
5731     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5732     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5733     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5734     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5735 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5736 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5737
5738
5739 # VPP Performance Changes 3n-skx 2t1c mrr
5740 - type: "table"
5741   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5742   algorithm: "table_comparison"
5743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5745   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5746   columns:
5747 #    - title: "1908"
5748 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5749     - title: "2001.0-2"
5750       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5751     - title: "2005.0-3"
5752       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5753     - title: "2005.0-4"
5754       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5755   comparisons:
5756     - title: "2005.0-4 vs 2005.0-3"
5757       reference: 2
5758       compare: 3
5759     - title: "2005.0-4 vs 2001.0-2"
5760       reference: 1
5761       compare: 3
5762 #  rca:
5763 #    - title: "RCA1"
5764 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
5765 #    - title: "RCA2"
5766 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
5767   legend:
5768     - ''
5769     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5770     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5771     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5772     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5773 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5774 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5775
5776 # VPP Performance Changes 3n-skx 4t2c mrr
5777 - type: "table"
5778   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5779   algorithm: "table_comparison"
5780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5782   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5783   columns:
5784 #    - title: "1908"
5785 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5786     - title: "2001.0-2"
5787       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5788     - title: "2005.0-3"
5789       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5790     - title: "2005.0-4"
5791       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5792   comparisons:
5793     - title: "2005.0-4 vs 2005.0-3"
5794       reference: 2
5795       compare: 3
5796     - title: "2005.0-4 vs 2001.0-2"
5797       reference: 1
5798       compare: 3
5799 #  rca:
5800 #    - title: "RCA1"
5801 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
5802 #    - title: "RCA2"
5803 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
5804   legend:
5805     - ''
5806     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5807     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5808     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5809     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5810 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5811 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5812
5813 # VPP Performance Changes 3n-skx 8t4c mrr
5814 - type: "table"
5815   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5816   algorithm: "table_comparison"
5817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5819   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5820   columns:
5821 #    - title: "1908"
5822 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5823     - title: "2001.0-2"
5824       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5825     - title: "2005.0-3"
5826       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5827     - title: "2005.0-4"
5828       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5829   comparisons:
5830     - title: "2005.0-4 vs 2005.0-3"
5831       reference: 2
5832       compare: 3
5833     - title: "2005.0-4 vs 2001.0-2"
5834       reference: 1
5835       compare: 3
5836 #  rca:
5837 #    - title: "RCA1"
5838 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
5839 #    - title: "RCA2"
5840 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
5841   legend:
5842     - ''
5843     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5844     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5845     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5846     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5847 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5848 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5849
5850 # VPP Performance Changes 2n-skx 2t1c mrr
5851 - type: "table"
5852   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5853   algorithm: "table_comparison"
5854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5856   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5857   columns:
5858     - title: "2001.0-2"
5859       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5860     - title: "2005.0-3"
5861       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5862     - title: "2005.0-4"
5863       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5864   comparisons:
5865     - title: "2005.0-4 vs 2005.0-3"
5866       reference: 2
5867       compare: 3
5868     - title: "2005.0-4 vs 2001.0-2"
5869       reference: 1
5870       compare: 3
5871 #  rca:
5872 #    - title: "RCA1"
5873 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
5874 #    - title: "RCA2"
5875 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
5876   legend:
5877     - ''
5878     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5879     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5880     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5881     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5882 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5883 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5884
5885 # VPP Performance Changes 2n-skx 4t2c mrr
5886 - type: "table"
5887   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5892   columns:
5893     - title: "2001.0-2"
5894       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5895     - title: "2005.0-3"
5896       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5897     - title: "2005.0-4"
5898       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5899   comparisons:
5900     - title: "2005.0-4 vs 2005.0-3"
5901       reference: 2
5902       compare: 3
5903     - title: "2005.0-4 vs 2001.0-2"
5904       reference: 1
5905       compare: 3
5906 #  rca:
5907 #    - title: "RCA1"
5908 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
5909 #    - title: "RCA2"
5910 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
5911   legend:
5912     - ''
5913     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5914     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5915     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5916     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5917 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5918 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5919
5920 # VPP Performance Changes 2n-skx 8t4c mrr
5921 - type: "table"
5922   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5923   algorithm: "table_comparison"
5924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5926   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5927   columns:
5928     - title: "2001.0-2"
5929       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5930     - title: "2005.0-3"
5931       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5932     - title: "2005.0-4"
5933       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5934   comparisons:
5935     - title: "2005.0-4 vs 2005.0-3"
5936       reference: 2
5937       compare: 3
5938     - title: "2005.0-4 vs 2001.0-2"
5939       reference: 1
5940       compare: 3
5941 #  rca:
5942 #    - title: "RCA1"
5943 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
5944 #    - title: "RCA2"
5945 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
5946   legend:
5947     - ''
5948     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5949     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5950     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5951     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5952 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5953 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5954
5955 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5956 - type: "table"
5957   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5961   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5962   columns:
5963     - title: "2001.0-2"
5964       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5965     - title: "2005.0-3"
5966       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5967     - title: "2005.0-4"
5968       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5969   comparisons:
5970     - title: "2005.0-4 vs 2005.0-3"
5971       reference: 2
5972       compare: 3
5973     - title: "2005.0-4 vs 2001.0-2"
5974       reference: 1
5975       compare: 3
5976 #  rca:
5977 #    - title: "RCA1"
5978 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
5979 #    - title: "RCA2"
5980 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
5981   legend:
5982     - ''
5983     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5984     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5985     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5986     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5987 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5988 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5989
5990 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5991 - type: "table"
5992   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5993   algorithm: "table_comparison"
5994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5996   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5997   columns:
5998     - title: "2001.0-2"
5999       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6000     - title: "2005.0-3"
6001       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6002     - title: "2005.0-4"
6003       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
6004   comparisons:
6005     - title: "2005.0-4 vs 2005.0-3"
6006       reference: 2
6007       compare: 3
6008     - title: "2005.0-4 vs 2001.0-2"
6009       reference: 1
6010       compare: 3
6011 #  rca:
6012 #    - title: "RCA1"
6013 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
6014 #    - title: "RCA2"
6015 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
6016   legend:
6017     - ''
6018     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
6019     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6020     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6021     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6022 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6023 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6024
6025 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6026 - type: "table"
6027   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6028   algorithm: "table_comparison"
6029   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6031   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6032   columns:
6033     - title: "2001.0-2"
6034       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6035     - title: "2005.0-3"
6036       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6037     - title: "2005.0-4"
6038       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
6039   comparisons:
6040     - title: "2005.0-4 vs 2005.0-3"
6041       reference: 2
6042       compare: 3
6043     - title: "2005.0-4 vs 2001.0-2"
6044       reference: 1
6045       compare: 3
6046 #  rca:
6047 #    - title: "RCA1"
6048 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
6049 #    - title: "RCA2"
6050 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
6051   legend:
6052     - ''
6053     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
6054     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6055     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6056     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6057 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6058 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6059
6060 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
6061 - type: "table"
6062   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
6063   algorithm: "table_comparison"
6064   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
6065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6066   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6067   columns:
6068     - title: "2001"
6069       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6070     - title: "2005"
6071       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6072   comparisons:
6073     - title: "Diff"
6074       reference: 1
6075       compare: 2
6076   legend:
6077     - ""
6078     - "2001, 2005 - VPP versions tested."
6079     - "Diff - difference between 2001 and 2005 VPP version."
6080
6081 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
6082 - type: "table"
6083   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
6084   algorithm: "table_comparison"
6085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
6086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6087   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6088   columns:
6089     - title: "2001"
6090       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6091     - title: "2005"
6092       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6093   comparisons:
6094     - title: "Diff"
6095       reference: 1
6096       compare: 2
6097   legend:
6098     - ""
6099     - "2001, 2005 - VPP versions tested."
6100     - "Diff - difference between 2001 and 2005 VPP version."
6101
6102 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
6103 - type: "table"
6104   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
6107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6108   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6109   columns:
6110     - title: "2001"
6111       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6112     - title: "2005"
6113       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6114   comparisons:
6115     - title: "Diff"
6116       reference: 1
6117       compare: 2
6118   legend:
6119     - ""
6120     - "2001, 2005 - VPP versions tested."
6121     - "Diff - difference between 2001 and 2005 VPP version."
6122
6123 # VPP Performance Changes 2n-dnv 1t1c mrr
6124 - type: "table"
6125   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6126   algorithm: "table_comparison"
6127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6129   filter: "'1T1C'"
6130   columns:
6131     - title: "1908"
6132       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6133     - title: "2001"
6134       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6135     - title: "2005"
6136       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 2
6140       compare: 3
6141   legend:
6142     - ""
6143     - "1908, 2001, 2005 - VPP versions tested."
6144     - "Diff - difference between 2001 and 2005 VPP version."
6145
6146 # VPP Performance Changes 2n-dnv 2t2c mrr
6147 - type: "table"
6148   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6152   filter: "'2T2C'"
6153   columns:
6154     - title: "1908"
6155       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6156     - title: "2001"
6157       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6158     - title: "2005"
6159       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6160   comparisons:
6161     - title: "Diff"
6162       reference: 2
6163       compare: 3
6164   legend:
6165     - ""
6166     - "1908, 2001, 2005 - VPP versions tested."
6167     - "Diff - difference between 2001 and 2005 VPP version."
6168
6169 # VPP Performance Changes 2n-dnv 4t4c mrr
6170 - type: "table"
6171   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6175   filter: "'4T4C'"
6176   columns:
6177     - title: "1908"
6178       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6179     - title: "2001"
6180       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6181     - title: "2005"
6182       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6183   comparisons:
6184     - title: "Diff"
6185       reference: 2
6186       compare: 3
6187   legend:
6188     - ""
6189     - "1908, 2001, 2005 - VPP versions tested."
6190     - "Diff - difference between 2001 and 2005 VPP version."
6191
6192 # VPP Performance Changes 3n-dnv 1t1c mrr
6193 - type: "table"
6194   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6195   algorithm: "table_comparison"
6196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6198   filter: "'1T1C'"
6199   columns:
6200     - title: "1908"
6201       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6202     - title: "2001"
6203       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6204     - title: "2005"
6205       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6206   comparisons:
6207     - title: "Diff"
6208       reference: 2
6209       compare: 3
6210   legend:
6211     - ""
6212     - "1908, 2001, 2005 - VPP versions tested."
6213     - "Diff - difference between 2001 and 2005 VPP version."
6214
6215 # VPP Performance Changes 3n-dnv 2t2c mrr
6216 - type: "table"
6217   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6218   algorithm: "table_comparison"
6219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6221   filter: "'2T2C'"
6222   columns:
6223     - title: "1908"
6224       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6225     - title: "2001"
6226       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6227     - title: "2005"
6228       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6229   comparisons:
6230     - title: "Diff"
6231       reference: 2
6232       compare: 3
6233   legend:
6234     - ""
6235     - "1908, 2001, 2005 - VPP versions tested."
6236     - "Diff - difference between 2001 and 2005 VPP version."
6237
6238 # VPP Performance Changes 3n-dnv 4t4c mrr
6239 - type: "table"
6240   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6241   algorithm: "table_comparison"
6242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6244   filter: "'4T4C'"
6245   columns:
6246     - title: "1908"
6247       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6248     - title: "2001"
6249       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6250     - title: "2005"
6251       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6252   comparisons:
6253     - title: "Diff"
6254       reference: 2
6255       compare: 3
6256   legend:
6257     - ""
6258     - "1908, 2001, 2005 - VPP versions tested."
6259     - "Diff - difference between 2001 and 2005 VPP version."
6260
6261 # VPP Performance Changes 3n-tsh 1t1c mrr
6262 - type: "table"
6263   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6267   filter: "'1T1C'"
6268   columns:
6269     - title: "1908.1-2"
6270       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6271     - title: "2001.0-2"
6272       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6273     - title: "2005.0-3"
6274       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6275     - title: "2005.0-4"
6276       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6277   comparisons:
6278     - title: "2005.0-4 vs 2005.0-3"
6279       reference: 3
6280       compare: 4
6281     - title: "2005.0-4 vs 2001.0-2"
6282       reference: 2
6283       compare: 4
6284 #  rca:
6285 #    - title: "RCA1"
6286 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
6287 #    - title: "RCA2"
6288 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
6289   legend:
6290     - ''
6291     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6292     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6293     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6294     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6295 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6296 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6297
6298 # VPP Performance Changes 3n-tsh 2t2c mrr
6299 - type: "table"
6300   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6301   algorithm: "table_comparison"
6302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6304   filter: "'2T2C'"
6305   columns:
6306     - title: "1908.1-2"
6307       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6308     - title: "2001.0-2"
6309       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6310     - title: "2005.0-3"
6311       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6312     - title: "2005.0-4"
6313       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6314   comparisons:
6315     - title: "2005.0-4 vs 2005.0-3"
6316       reference: 3
6317       compare: 4
6318     - title: "2005.0-4 vs 2001.0-2"
6319       reference: 2
6320       compare: 4
6321 #  rca:
6322 #    - title: "RCA1"
6323 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
6324 #    - title: "RCA2"
6325 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
6326   legend:
6327     - ''
6328     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6329     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6330     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6331     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6332 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6333 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6334
6335 # VPP Performance Changes 3n-tsh 4t4c mrr
6336 - type: "table"
6337   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6338   algorithm: "table_comparison"
6339   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6341   filter: "'4T4C'"
6342   columns:
6343     - title: "1908.1-2"
6344       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6345     - title: "2001.0-2"
6346       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6347     - title: "2005.0-3"
6348       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6349     - title: "2005.0-4"
6350       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6351   comparisons:
6352     - title: "2005.0-4 vs 2005.0-3"
6353       reference: 3
6354       compare: 4
6355     - title: "2005.0-4 vs 2001.0-2"
6356       reference: 2
6357       compare: 4
6358 #  rca:
6359 #    - title: "RCA1"
6360 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
6361 #    - title: "RCA2"
6362 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
6363   legend:
6364     - ''
6365     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6366     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
6367     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6368     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6369 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6370 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6371
6372 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6373 - type: "table"
6374   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6375   algorithm: "table_comparison"
6376   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6378   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6379   columns:
6380     - title: "3n-hsw xl710"
6381       data-set: "vpp-compare-testbeds-mrr-ref"
6382       tag: "NIC_Intel-XL710"
6383     - title: "3n-skx xxv710"
6384       data-set: "vpp-compare-testbeds-mrr-cmp"
6385       tag: "NIC_Intel-XXV710"
6386   comparisons:
6387     - title: "Diff"
6388       reference: 1
6389       compare: 2
6390   legend:
6391     - ""
6392     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6393     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6394
6395 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6396 - type: "table"
6397   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6398   algorithm: "table_comparison"
6399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6401   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6402   columns:
6403     - title: "3n-hsw xl710"
6404       data-set: "vpp-compare-testbeds-mrr-ref"
6405       tag: "NIC_Intel-XL710"
6406     - title: "3n-skx xxv710"
6407       data-set: "vpp-compare-testbeds-mrr-cmp"
6408       tag: "NIC_Intel-XXV710"
6409   comparisons:
6410     - title: "Diff"
6411       reference: 1
6412       compare: 2
6413   legend:
6414     - ""
6415     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6416     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6417
6418 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6419 - type: "table"
6420   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6421   algorithm: "table_comparison"
6422   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6424   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6425   columns:
6426     - title: "3n-hsw xl710"
6427       data-set: "vpp-compare-testbeds-mrr-ref"
6428       tag: "NIC_Intel-XL710"
6429     - title: "3n-skx xxv710"
6430       data-set: "vpp-compare-testbeds-mrr-cmp"
6431       tag: "NIC_Intel-XXV710"
6432   comparisons:
6433     - title: "Diff"
6434       reference: 1
6435       compare: 2
6436   legend:
6437     - ""
6438     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6439     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6440
6441 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6442 - type: "table"
6443   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6444   algorithm: "table_comparison"
6445   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6447   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6448   columns:
6449     - title: "2n-skx"
6450       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6451     - title: "2n-clx"
6452       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6453   comparisons:
6454     - title: "Diff"
6455       reference: 1
6456       compare: 2
6457   legend:
6458     - ""
6459     - "2n-skx, 2n-clx - testbeds and NICs tested."
6460     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6461
6462 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6463 - type: "table"
6464   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6465   algorithm: "table_comparison"
6466   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6468   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6469   columns:
6470     - title: "2n-skx"
6471       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6472     - title: "2n-clx"
6473       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6474   comparisons:
6475     - title: "Diff"
6476       reference: 1
6477       compare: 2
6478   legend:
6479     - ""
6480     - "2n-skx, 2n-clx - testbeds and NICs tested."
6481     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6482
6483 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6484 - type: "table"
6485   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6486   algorithm: "table_comparison"
6487   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6489   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6490   columns:
6491     - title: "2n-skx"
6492       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6493     - title: "2n-clx"
6494       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6495   comparisons:
6496     - title: "Diff"
6497       reference: 1
6498       compare: 2
6499   legend:
6500     - ""
6501     - "2n-skx, 2n-clx - testbeds and NICs tested."
6502     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6503
6504 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6505 - type: "table"
6506   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6507   algorithm: "table_comparison"
6508   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6510   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6511   columns:
6512     - title: "3n-skx"
6513       data-set: "vpp-compare-topologies-mrr-ref"
6514     - title: "2n-skx"
6515       data-set: "vpp-compare-topologies-mrr-cmp"
6516   comparisons:
6517     - title: "Diff"
6518       reference: 1
6519       compare: 2
6520   legend:
6521     - ""
6522     - "3n-skx, 2n-skx - topologies tested."
6523     - "Diff - difference between 3n-skx and 2n-skx topologies."
6524
6525 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6526 - type: "table"
6527   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6528   algorithm: "table_comparison"
6529   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6531   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6532   columns:
6533     - title: "3n-skx"
6534       data-set: "vpp-compare-topologies-mrr-ref"
6535     - title: "2n-skx"
6536       data-set: "vpp-compare-topologies-mrr-cmp"
6537   comparisons:
6538     - title: "Diff"
6539       reference: 1
6540       compare: 2
6541   legend:
6542     - ""
6543     - "3n-skx, 2n-skx - topologies tested."
6544     - "Diff - difference between 3n-skx and 2n-skx topologies."
6545
6546 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6547 - type: "table"
6548   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6549   algorithm: "table_comparison"
6550   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6552   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6553   columns:
6554     - title: "3n-skx"
6555       data-set: "vpp-compare-topologies-mrr-ref"
6556     - title: "2n-skx"
6557       data-set: "vpp-compare-topologies-mrr-cmp"
6558   comparisons:
6559     - title: "Diff"
6560       reference: 1
6561       compare: 2
6562   legend:
6563     - ""
6564     - "3n-skx, 2n-skx - topologies tested."
6565     - "Diff - difference between 3n-skx and 2n-skx topologies."
6566
6567 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6568 - type: "table"
6569   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6570   algorithm: "table_comparison"
6571   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6573   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6574   columns:
6575     - title: "3n-hsw xl710"
6576       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6577       tag: "NIC_Intel-XL710"
6578     - title: "2n-clx xxv710"
6579       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6580       tag: "NIC_Intel-XXV710"
6581   comparisons:
6582     - title: "Diff"
6583       reference: 1
6584       compare: 2
6585   legend:
6586     - ""
6587     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6588     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6589
6590 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6591 - type: "table"
6592   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6593   algorithm: "table_comparison"
6594   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6596   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6597   columns:
6598     - title: "3n-hsw xl710"
6599       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6600       tag: "NIC_Intel-XL710"
6601     - title: "2n-clx xxv710"
6602       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6603       tag: "NIC_Intel-XXV710"
6604   comparisons:
6605     - title: "Diff"
6606       reference: 1
6607       compare: 2
6608   legend:
6609     - ""
6610     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6611     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6612
6613 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6614 - type: "table"
6615   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6616   algorithm: "table_comparison"
6617   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6619   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6620   columns:
6621     - title: "3n-hsw xl710"
6622       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6623       tag: "NIC_Intel-XL710"
6624     - title: "2n-clx xxv710"
6625       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6626       tag: "NIC_Intel-XXV710"
6627   comparisons:
6628     - title: "Diff"
6629       reference: 1
6630       compare: 2
6631   legend:
6632     - ""
6633     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6634     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6635
6636 # Detailed Test Results - VPP Performance Results 3n-hsw
6637 - type: "table"
6638   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6639   algorithm: "table_merged_details"
6640   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6641   columns:
6642     - title: " |prein| Test Name |preout| "
6643       data: "data name"
6644     - 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| "
6645       data: "data msg"
6646   data: "vpp-perf-results-3n-hsw"
6647   filter: "all"
6648   parameters:
6649   - "name"
6650   - "parent"
6651   - "msg"
6652
6653 # Detailed Test Results - VPP Performance Results 3n-skx
6654 - type: "table"
6655   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6656   algorithm: "table_merged_details"
6657   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6658   columns:
6659     - title: " |prein| Test Name |preout| "
6660       data: "data name"
6661     - 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| "
6662       data: "data msg"
6663   data: "vpp-perf-results-3n-skx"
6664   filter: "all"
6665   remove-ndr: False
6666   parameters:
6667   - "name"
6668   - "parent"
6669   - "msg"
6670
6671 # Detailed Test Results - VPP Performance Results 2n-skx
6672 - type: "table"
6673   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6674   algorithm: "table_merged_details"
6675   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6676   columns:
6677     - title: " |prein| Test Name |preout| "
6678       data: "data name"
6679     - 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| "
6680       data: "data msg"
6681   data: "vpp-perf-results-2n-skx"
6682   filter: "all"
6683   remove-ndr: False
6684   parameters:
6685   - "name"
6686   - "parent"
6687   - "msg"
6688
6689 # Detailed Test Results - VPP Performance Results 2n-clx
6690 - type: "table"
6691   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6692   algorithm: "table_merged_details"
6693   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6694   columns:
6695     - title: " |prein| Test Name |preout| "
6696       data: "data name"
6697     - 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| "
6698       data: "data msg"
6699   data: "vpp-perf-results-2n-clx"
6700   filter: "all"
6701   parameters:
6702   - "name"
6703   - "parent"
6704   - "msg"
6705
6706 # Detailed Test Results - VPP Performance Results 3n-tsh
6707 - type: "table"
6708   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6709   algorithm: "table_merged_details"
6710   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6711   columns:
6712     - title: " |prein| Test Name |preout| "
6713       data: "data name"
6714     - 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| "
6715       data: "data msg"
6716   data: "vpp-perf-results-3n-tsh"
6717   filter: "all"
6718   parameters:
6719   - "name"
6720   - "parent"
6721   - "msg"
6722
6723 # Detailed Test Results - VPP Performance Results 3n-dnv
6724 - type: "table"
6725   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6726   algorithm: "table_merged_details"
6727   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6728   columns:
6729     - title: " |prein| Test Name |preout| "
6730       data: "data name"
6731     - 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| "
6732       data: "data msg"
6733   data: "vpp-perf-results-3n-dnv"
6734   filter: "all"
6735   parameters:
6736   - "name"
6737   - "parent"
6738   - "msg"
6739
6740 # Detailed Test Results - VPP Performance Results 2n-dnv
6741 - type: "table"
6742   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6743   algorithm: "table_merged_details"
6744   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6745   columns:
6746     - title: " |prein| Test Name |preout| "
6747       data: "data name"
6748     - 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| "
6749       data: "data msg"
6750   data: "vpp-perf-results-2n-dnv"
6751   filter: "all"
6752   parameters:
6753   - "name"
6754   - "parent"
6755   - "msg"
6756
6757 # Test configuration - VPP Performance Test Configs 3n-hsw
6758 - type: "table"
6759   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6760   algorithm: "table_merged_details"
6761   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6762   columns:
6763     - title: " |prein| Test Name |preout| "
6764       data: "data name"
6765     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6766       data: "data conf-history"
6767   data: "vpp-perf-results-3n-hsw"
6768   filter: "all"
6769   parameters:
6770   - "parent"
6771   - "name"
6772   - "conf-history"
6773
6774 # Test configuration - VPP Performance Test Configs 3n-skx
6775 - type: "table"
6776   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6777   algorithm: "table_merged_details"
6778   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6779   columns:
6780     - title: " |prein| Test Name |preout| "
6781       data: "data name"
6782     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6783       data: "data conf-history"
6784   data: "vpp-perf-results-3n-skx"
6785   filter: "all"
6786   parameters:
6787   - "parent"
6788   - "name"
6789   - "conf-history"
6790
6791 # Test configuration - VPP Performance Test Configs 2n-skx
6792 - type: "table"
6793   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6794   algorithm: "table_merged_details"
6795   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6796   columns:
6797     - title: " |prein| Test Name |preout| "
6798       data: "data name"
6799     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6800       data: "data conf-history"
6801   data: "vpp-perf-results-2n-skx"
6802   filter: "all"
6803   parameters:
6804   - "parent"
6805   - "name"
6806   - "conf-history"
6807
6808 # Test configuration - VPP Performance Test Configs 2n-clx
6809 - type: "table"
6810   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6811   algorithm: "table_merged_details"
6812   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6813   columns:
6814     - title: " |prein| Test Name |preout| "
6815       data: "data name"
6816     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6817       data: "data conf-history"
6818   data: "vpp-perf-results-2n-clx"
6819   filter: "all"
6820   parameters:
6821   - "parent"
6822   - "name"
6823   - "conf-history"
6824
6825 # Test configuration - VPP Performance Test Configs 3n-tsh
6826 - type: "table"
6827   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6828   algorithm: "table_merged_details"
6829   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6830   columns:
6831     - title: " |prein| Test Name |preout| "
6832       data: "data name"
6833     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6834       data: "data conf-history"
6835   data: "vpp-perf-results-3n-tsh"
6836   filter: "all"
6837   parameters:
6838   - "parent"
6839   - "name"
6840   - "conf-history"
6841
6842 # Test configuration - VPP Performance Test Configs 3n-dnv
6843 - type: "table"
6844   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6845   algorithm: "table_merged_details"
6846   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6847   columns:
6848     - title: " |prein| Test Name |preout| "
6849       data: "data name"
6850     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6851       data: "data conf-history"
6852   data: "vpp-perf-results-3n-dnv"
6853   filter: "all"
6854   parameters:
6855   - "parent"
6856   - "name"
6857   - "conf-history"
6858
6859 # Test configuration - VPP Performance Test Configs 2n-dnv
6860 - type: "table"
6861   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6862   algorithm: "table_merged_details"
6863   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6864   columns:
6865     - title: " |prein| Test Name |preout| "
6866       data: "data name"
6867     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6868       data: "data conf-history"
6869   data: "vpp-perf-results-2n-dnv"
6870   filter: "all"
6871   parameters:
6872   - "parent"
6873   - "name"
6874   - "conf-history"
6875
6876 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6877 - type: "table"
6878   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6879   algorithm: "table_oper_data_html"
6880   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6881   data: "vpp-perf-results-3n-hsw"
6882   filter: "all"
6883
6884 # Test Operational Data - VPP Performance Operational Data 3n-skx
6885 - type: "table"
6886   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6887   algorithm: "table_oper_data_html"
6888   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6889   data: "vpp-perf-results-3n-skx"
6890   filter: "all"
6891
6892 # Test Operational Data - VPP Performance Operational Data 2n-skx
6893 - type: "table"
6894   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6895   algorithm: "table_oper_data_html"
6896   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6897   data: "vpp-perf-results-2n-skx"
6898   filter: "all"
6899
6900 # Test Operational Data - VPP Performance Operational Data 2n-clx
6901 - type: "table"
6902   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6903   algorithm: "table_oper_data_html"
6904   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6905   data: "vpp-perf-results-2n-clx"
6906   filter: "all"
6907
6908 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6909 - type: "table"
6910   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6911   algorithm: "table_oper_data_html"
6912   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6913   data: "vpp-perf-results-3n-tsh"
6914   filter: "all"
6915
6916 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6917 - type: "table"
6918   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6919   algorithm: "table_oper_data_html"
6920   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6921   data: "vpp-perf-results-3n-dnv"
6922   filter: "all"
6923
6924 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6925 - type: "table"
6926   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6927   algorithm: "table_oper_data_html"
6928   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6929   data: "vpp-perf-results-2n-dnv"
6930   filter: "all"
6931
6932 # Detailed Test Results - VPP MRR Results 3n-hsw
6933 - type: "table"
6934   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6935   algorithm: "table_merged_details"
6936   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6937   columns:
6938     - title: " |prein| Test Name |preout| "
6939       data: "data name"
6940     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6941       data: "data msg"
6942   data: "vpp-mrr-results-3n-hsw"
6943   filter: "all"
6944   parameters:
6945   - "name"
6946   - "parent"
6947   - "msg"
6948
6949 # Detailed Test Results - VPP MRR Results 3n-skx
6950 - type: "table"
6951   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6952   algorithm: "table_merged_details"
6953   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6954   columns:
6955     - title: " |prein| Test Name |preout| "
6956       data: "data name"
6957     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6958       data: "data msg"
6959   data: "vpp-mrr-results-3n-skx"
6960   filter: "all"
6961   parameters:
6962   - "name"
6963   - "parent"
6964   - "msg"
6965
6966 # Detailed Test Results - VPP MRR Results 2n-skx
6967 - type: "table"
6968   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6969   algorithm: "table_merged_details"
6970   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6971   columns:
6972     - title: " |prein| Test Name |preout| "
6973       data: "data name"
6974     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6975       data: "data msg"
6976   data: "vpp-mrr-results-2n-skx"
6977   filter: "all"
6978   parameters:
6979   - "name"
6980   - "parent"
6981   - "msg"
6982
6983 # Detailed Test Results - VPP MRR Results 2n-clx
6984 - type: "table"
6985   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6986   algorithm: "table_merged_details"
6987   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6988   columns:
6989     - title: " |prein| Test Name |preout| "
6990       data: "data name"
6991     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6992       data: "data msg"
6993   data: "vpp-mrr-results-2n-clx"
6994   filter: "all"
6995   parameters:
6996   - "name"
6997   - "parent"
6998   - "msg"
6999
7000 # Detailed Test Results - VPP MRR Results 3n-tsh
7001 - type: "table"
7002   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
7003   algorithm: "table_merged_details"
7004   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
7005   columns:
7006     - title: " |prein| Test Name |preout| "
7007       data: "data name"
7008     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7009       data: "data msg"
7010   data: "vpp-mrr-results-3n-tsh"
7011   filter: "all"
7012   parameters:
7013   - "name"
7014   - "parent"
7015   - "msg"
7016
7017 # Detailed Test Results - VPP MRR Results 3n-dnv
7018 - type: "table"
7019   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7020   algorithm: "table_merged_details"
7021   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7022   columns:
7023     - title: " |prein| Test Name |preout| "
7024       data: "data name"
7025     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7026       data: "data msg"
7027   data: "vpp-mrr-results-3n-dnv"
7028   filter: "all"
7029   parameters:
7030   - "name"
7031   - "parent"
7032   - "msg"
7033
7034 # Detailed Test Results - VPP MRR Results 2n-dnv
7035 - type: "table"
7036   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7037   algorithm: "table_merged_details"
7038   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7039   columns:
7040     - title: " |prein| Test Name |preout| "
7041       data: "data name"
7042     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7043       data: "data msg"
7044   data: "vpp-mrr-results-2n-dnv"
7045   filter: "all"
7046   parameters:
7047   - "name"
7048   - "parent"
7049   - "msg"
7050
7051 # Test configuration - VPP MRR Test Configs 3n-hsw
7052 - type: "table"
7053   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7054   algorithm: "table_merged_details"
7055   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7056   columns:
7057     - title: " |prein| Test Name |preout| "
7058       data: "data name"
7059     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7060       data: "data conf-history"
7061   data: "vpp-mrr-results-3n-hsw"
7062   filter: "all"
7063   parameters:
7064   - "parent"
7065   - "name"
7066   - "conf-history"
7067
7068 # Test configuration - VPP MRR Test Configs 3n-skx
7069 - type: "table"
7070   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7071   algorithm: "table_merged_details"
7072   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7073   columns:
7074     - title: " |prein| Test Name |preout| "
7075       data: "data name"
7076     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7077       data: "data conf-history"
7078   data: "vpp-mrr-results-3n-skx"
7079   filter: "all"
7080   parameters:
7081   - "parent"
7082   - "name"
7083   - "conf-history"
7084
7085 # Test configuration - VPP MRR Test Configs 2n-skx
7086 - type: "table"
7087   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7088   algorithm: "table_merged_details"
7089   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7090   columns:
7091     - title: " |prein| Test Name |preout| "
7092       data: "data name"
7093     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7094       data: "data conf-history"
7095   data: "vpp-mrr-results-2n-skx"
7096   filter: "all"
7097   parameters:
7098   - "parent"
7099   - "name"
7100   - "conf-history"
7101
7102 # Test configuration - VPP MRR Test Configs 2n-clx
7103 - type: "table"
7104   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7105   algorithm: "table_merged_details"
7106   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7107   columns:
7108     - title: " |prein| Test Name |preout| "
7109       data: "data name"
7110     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7111       data: "data conf-history"
7112   data: "vpp-mrr-results-2n-clx"
7113   filter: "all"
7114   parameters:
7115   - "parent"
7116   - "name"
7117   - "conf-history"
7118
7119 # Test configuration - VPP MRR Test Configs 3n-tsh
7120 - type: "table"
7121   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7122   algorithm: "table_merged_details"
7123   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7124   columns:
7125     - title: " |prein| Test Name |preout| "
7126       data: "data name"
7127     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7128       data: "data conf-history"
7129   data: "vpp-mrr-results-3n-tsh"
7130   filter: "all"
7131   parameters:
7132   - "parent"
7133   - "name"
7134   - "conf-history"
7135
7136 # Test configuration - VPP MRR Test Configs 3n-dnv
7137 - type: "table"
7138   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7139   algorithm: "table_merged_details"
7140   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7141   columns:
7142     - title: " |prein| Test Name |preout| "
7143       data: "data name"
7144     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7145       data: "data conf-history"
7146   data: "vpp-mrr-results-3n-dnv"
7147   filter: "all"
7148   parameters:
7149   - "parent"
7150   - "name"
7151   - "conf-history"
7152
7153 # Test configuration - VPP MRR Test Configs 2n-dnv
7154 - type: "table"
7155   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7156   algorithm: "table_merged_details"
7157   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7158   columns:
7159     - title: " |prein| Test Name |preout| "
7160       data: "data name"
7161     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7162       data: "data conf-history"
7163   data: "vpp-mrr-results-2n-dnv"
7164   filter: "all"
7165   parameters:
7166   - "parent"
7167   - "name"
7168   - "conf-history"
7169
7170 # Detailed Test Results - VPP Device Results - Ubuntu
7171 - type: "table"
7172   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7173   algorithm: "table_merged_details"
7174   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7175   columns:
7176     - title: " |prein| Test Name |preout| "
7177       data: "data name"
7178     - title: " |prein| Status |preout| "
7179       data: "data status"
7180   data: "vpp-device-results-ubuntu"
7181   filter: "all"
7182   parameters:
7183   - "name"
7184   - "parent"
7185   - "doc"
7186   - "status"
7187
7188 # Test configuration - VPP Device Test Configs - Ubuntu
7189 - type: "table"
7190   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7191   algorithm: "table_merged_details"
7192   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7193   columns:
7194     - title: " |prein| Test Name |preout| "
7195       data: "data name"
7196     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7197       data: "data conf-history"
7198   data: "vpp-device-results-ubuntu"
7199   filter: "all"
7200   parameters:
7201   - "parent"
7202   - "name"
7203   - "conf-history"
7204
7205 ################################################################################
7206
7207 # DPDK Performance Changes 3n-hsw 1t1c pdr
7208 - type: "table"
7209   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7210   algorithm: "table_comparison"
7211   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7213   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7214   columns:
7215     - title: "1908"
7216       data-set: "dpdk-performance-changes-3n-hsw-h1"
7217     - title: "2001"
7218       data-set: "dpdk-performance-changes-3n-hsw-ref"
7219     - title: "2005"
7220       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7221   comparisons:
7222     - title: "Diff"
7223       reference: 2
7224       compare: 3
7225   legend:
7226     - ""
7227     - "1908, 2001, 2005 - DPDK versions tested."
7228     - "Diff - difference between 2001 and 2005 DPDK version."
7229
7230 # DPDK Performance Changes 3n-hsw 2t2c pdr
7231 - type: "table"
7232   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7233   algorithm: "table_comparison"
7234   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7236   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7237   columns:
7238     - title: "1908"
7239       data-set: "dpdk-performance-changes-3n-hsw-h1"
7240     - title: "2001"
7241       data-set: "dpdk-performance-changes-3n-hsw-ref"
7242     - title: "2005"
7243       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7244   comparisons:
7245     - title: "Diff"
7246       reference: 2
7247       compare: 3
7248   legend:
7249     - ""
7250     - "1908, 2001, 2005 - DPDK versions tested."
7251     - "Diff - difference between 2001 and 2005 DPDK version."
7252
7253 # DPDK Performance Changes 3n-hsw 1t1c pdr
7254 - type: "table"
7255   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7256   algorithm: "table_comparison"
7257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7259   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7260   columns:
7261     - title: "1908"
7262       data-set: "dpdk-performance-changes-3n-hsw-h1"
7263     - title: "2001"
7264       data-set: "dpdk-performance-changes-3n-hsw-ref"
7265     - title: "2005"
7266       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7267   comparisons:
7268     - title: "Diff"
7269       reference: 2
7270       compare: 3
7271   legend:
7272     - ""
7273     - "1908, 2001, 2005 - DPDK versions tested."
7274     - "Diff - difference between 2001 and 2005 DPDK version."
7275
7276 # DPDK Performance Changes 3n-hsw 2t2c ndr
7277 - type: "table"
7278   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7279   algorithm: "table_comparison"
7280   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7282   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7283   columns:
7284     - title: "1908"
7285       data-set: "dpdk-performance-changes-3n-hsw-h1"
7286     - title: "2001"
7287       data-set: "dpdk-performance-changes-3n-hsw-ref"
7288     - title: "2005"
7289       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7290   comparisons:
7291     - title: "Diff"
7292       reference: 2
7293       compare: 3
7294   legend:
7295     - ""
7296     - "1908, 2001, 2005 - DPDK versions tested."
7297     - "Diff - difference between 2001 and 2005 DPDK version."
7298
7299 # DPDK Performance Changes 3n-skx 2t1c pdr
7300 - type: "table"
7301   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7302   algorithm: "table_comparison"
7303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7305   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7306   columns:
7307     - title: "1908"
7308       data-set: "dpdk-performance-changes-3n-skx-h1"
7309     - title: "2001"
7310       data-set: "dpdk-performance-changes-3n-skx-ref"
7311     - title: "2005"
7312       data-set: "dpdk-performance-changes-3n-skx-cmp"
7313   comparisons:
7314     - title: "Diff"
7315       reference: 2
7316       compare: 3
7317   legend:
7318     - ""
7319     - "1908, 2001, 2005 - DPDK versions tested."
7320     - "Diff - difference between 2001 and 2005 DPDK version."
7321
7322 # DPDK Performance Changes 3n-skx 4t2c pdr
7323 - type: "table"
7324   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7325   algorithm: "table_comparison"
7326   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7328   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7329   columns:
7330     - title: "1908"
7331       data-set: "dpdk-performance-changes-3n-skx-h1"
7332     - title: "2001"
7333       data-set: "dpdk-performance-changes-3n-skx-ref"
7334     - title: "2005"
7335       data-set: "dpdk-performance-changes-3n-skx-cmp"
7336   comparisons:
7337     - title: "Diff"
7338       reference: 2
7339       compare: 3
7340   legend:
7341     - ""
7342     - "1908, 2001, 2005 - DPDK versions tested."
7343     - "Diff - difference between 2001 and 2005 DPDK version."
7344
7345 # DPDK Performance Changes 3n-skx 2t1c ndr
7346 - type: "table"
7347   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7348   algorithm: "table_comparison"
7349   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7351   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7352   columns:
7353     - title: "1908"
7354       data-set: "dpdk-performance-changes-3n-skx-h1"
7355     - title: "2001"
7356       data-set: "dpdk-performance-changes-3n-skx-ref"
7357     - title: "2005"
7358       data-set: "dpdk-performance-changes-3n-skx-cmp"
7359   comparisons:
7360     - title: "Diff"
7361       reference: 2
7362       compare: 3
7363   legend:
7364     - ""
7365     - "1908, 2001, 2005 - DPDK versions tested."
7366     - "Diff - difference between 2001 and 2005 DPDK version."
7367
7368 # DPDK Performance Changes 3n-skx 4t2c ndr
7369 - type: "table"
7370   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7371   algorithm: "table_comparison"
7372   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7374   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7375   columns:
7376     - title: "1908"
7377       data-set: "dpdk-performance-changes-3n-skx-h1"
7378     - title: "2001"
7379       data-set: "dpdk-performance-changes-3n-skx-ref"
7380     - title: "2005"
7381       data-set: "dpdk-performance-changes-3n-skx-cmp"
7382   comparisons:
7383     - title: "Diff"
7384       reference: 2
7385       compare: 3
7386   legend:
7387     - ""
7388     - "1908, 2001, 2005 - DPDK versions tested."
7389     - "Diff - difference between 2001 and 2005 DPDK version."
7390
7391 # DPDK Performance Changes 2n-skx 2t1c pdr
7392 - type: "table"
7393   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7394   algorithm: "table_comparison"
7395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7397   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7398   columns:
7399     - title: "1908"
7400       data-set: "dpdk-performance-changes-2n-skx-h1"
7401     - title: "2001"
7402       data-set: "dpdk-performance-changes-2n-skx-ref"
7403     - title: "2005"
7404       data-set: "dpdk-performance-changes-2n-skx-cmp"
7405   comparisons:
7406     - title: "Diff"
7407       reference: 2
7408       compare: 3
7409   legend:
7410     - ""
7411     - "1908, 2001, 2005 - DPDK versions tested."
7412     - "Diff - difference between 2001 and 2005 DPDK version."
7413
7414 # DPDK Performance Changes 2n-skx 4t2c pdr
7415 - type: "table"
7416   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7417   algorithm: "table_comparison"
7418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7420   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7421   columns:
7422     - title: "1908"
7423       data-set: "dpdk-performance-changes-2n-skx-h1"
7424     - title: "2001"
7425       data-set: "dpdk-performance-changes-2n-skx-ref"
7426     - title: "2005"
7427       data-set: "dpdk-performance-changes-2n-skx-cmp"
7428   comparisons:
7429     - title: "Diff"
7430       reference: 2
7431       compare: 3
7432   legend:
7433     - ""
7434     - "1908, 2001, 2005 - DPDK versions tested."
7435     - "Diff - difference between 2001 and 2005 DPDK version."
7436
7437 # DPDK Performance Changes 2n-skx 2t1c ndr
7438 - type: "table"
7439   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7440   algorithm: "table_comparison"
7441   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7443   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7444   columns:
7445     - title: "1908"
7446       data-set: "dpdk-performance-changes-2n-skx-h1"
7447     - title: "2001"
7448       data-set: "dpdk-performance-changes-2n-skx-ref"
7449     - title: "2005"
7450       data-set: "dpdk-performance-changes-2n-skx-cmp"
7451   comparisons:
7452     - title: "Diff"
7453       reference: 2
7454       compare: 3
7455   legend:
7456     - ""
7457     - "1908, 2001, 2005 - DPDK versions tested."
7458     - "Diff - difference between 2001 and 2005 DPDK version."
7459
7460 # DPDK Performance Changes 2n-skx 4t2c ndr
7461 - type: "table"
7462   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7463   algorithm: "table_comparison"
7464   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7466   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7467   columns:
7468     - title: "1908"
7469       data-set: "dpdk-performance-changes-2n-skx-h1"
7470     - title: "2001"
7471       data-set: "dpdk-performance-changes-2n-skx-ref"
7472     - title: "2005"
7473       data-set: "dpdk-performance-changes-2n-skx-cmp"
7474   comparisons:
7475     - title: "Diff"
7476       reference: 2
7477       compare: 3
7478   legend:
7479     - ""
7480     - "1908, 2001, 2005 - DPDK versions tested."
7481     - "Diff - difference between 2001 and 2005 DPDK version."
7482
7483 # DPDK Performance Changes 2n-clx 2t1c pdr
7484 - type: "table"
7485   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7486   algorithm: "table_comparison"
7487   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7489   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7490   columns:
7491     - title: "2001"
7492       data-set: "dpdk-performance-changes-2n-clx-ref"
7493     - title: "2005"
7494       data-set: "dpdk-performance-changes-2n-clx-cmp"
7495   comparisons:
7496     - title: "Diff"
7497       reference: 1
7498       compare: 2
7499   legend:
7500     - ""
7501     - "2001, 2005 - DPDK versions tested."
7502     - "Diff - difference between 2001 and 2005 DPDK version."
7503
7504 # DPDK Performance Changes 2n-clx 4t2c pdr
7505 - type: "table"
7506   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7507   algorithm: "table_comparison"
7508   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7510   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7511   columns:
7512     - title: "2001"
7513       data-set: "dpdk-performance-changes-2n-clx-ref"
7514     - title: "2005"
7515       data-set: "dpdk-performance-changes-2n-clx-cmp"
7516   comparisons:
7517     - title: "Diff"
7518       reference: 1
7519       compare: 2
7520   legend:
7521     - ""
7522     - "2001, 2005 - DPDK versions tested."
7523     - "Diff - difference between 2001 and 2005 DPDK version."
7524
7525 # DPDK Performance Changes 2n-clx 2t1c ndr
7526 - type: "table"
7527   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7528   algorithm: "table_comparison"
7529   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7531   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7532   columns:
7533     - title: "2001"
7534       data-set: "dpdk-performance-changes-2n-clx-ref"
7535     - title: "2005"
7536       data-set: "dpdk-performance-changes-2n-clx-cmp"
7537   comparisons:
7538     - title: "Diff"
7539       reference: 1
7540       compare: 2
7541   legend:
7542     - ""
7543     - "2001, 2005 - DPDK versions tested."
7544     - "Diff - difference between 2001 and 2005 DPDK version."
7545
7546 # DPDK Performance Changes 2n-clx 4t2c ndr
7547 - type: "table"
7548   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7549   algorithm: "table_comparison"
7550   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7552   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7553   columns:
7554     - title: "2001"
7555       data-set: "dpdk-performance-changes-2n-clx-ref"
7556     - title: "2005"
7557       data-set: "dpdk-performance-changes-2n-clx-cmp"
7558   comparisons:
7559     - title: "Diff"
7560       reference: 1
7561       compare: 2
7562   legend:
7563     - ""
7564     - "2001, 2005 - DPDK versions tested."
7565     - "Diff - difference between 2001 and 2005 DPDK version."
7566
7567 # DPDK Performance Changes 2n-dnv 1t1c pdr
7568 - type: "table"
7569   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7570   algorithm: "table_comparison"
7571   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7573   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7574   columns:
7575     - title: "2001"
7576       data-set: "dpdk-performance-changes-2n-dnv-ref"
7577     - title: "2005"
7578       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7579   comparisons:
7580     - title: "Diff"
7581       reference: 1
7582       compare: 2
7583   legend:
7584     - ""
7585     - "2001, 2005 - DPDK versions tested."
7586     - "Diff - difference between 2001 and 2005 DPDK version."
7587
7588 # DPDK Performance Changes 2n-dnv 2t2c pdr
7589 - type: "table"
7590   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7591   algorithm: "table_comparison"
7592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7594   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7595   columns:
7596     - title: "2001"
7597       data-set: "dpdk-performance-changes-2n-dnv-ref"
7598     - title: "2005"
7599       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7600   comparisons:
7601     - title: "Diff"
7602       reference: 1
7603       compare: 2
7604   legend:
7605     - ""
7606     - "2001, 2005 - DPDK versions tested."
7607     - "Diff - difference between 2001 and 2005 DPDK version."
7608
7609 # DPDK Performance Changes 2n-dnv 1t1c ndr
7610 - type: "table"
7611   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7612   algorithm: "table_comparison"
7613   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7615   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7616   columns:
7617     - title: "2001"
7618       data-set: "dpdk-performance-changes-2n-dnv-ref"
7619     - title: "2005"
7620       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7621   comparisons:
7622     - title: "Diff"
7623       reference: 1
7624       compare: 2
7625   legend:
7626     - ""
7627     - "2001, 2005 - DPDK versions tested."
7628     - "Diff - difference between 2001 and 2005 DPDK version."
7629
7630 # DPDK Performance Changes 2n-dnv 2t2c ndr
7631 - type: "table"
7632   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7633   algorithm: "table_comparison"
7634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7636   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7637   columns:
7638     - title: "2001"
7639       data-set: "dpdk-performance-changes-2n-dnv-ref"
7640     - title: "2005"
7641       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7642   comparisons:
7643     - title: "Diff"
7644       reference: 1
7645       compare: 2
7646   legend:
7647     - ""
7648     - "2001, 2005 - DPDK versions tested."
7649     - "Diff - difference between 2001 and 2005 DPDK version."
7650
7651 # DPDK Performance Changes 3n-dnv 1t1c pdr
7652 - type: "table"
7653   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7654   algorithm: "table_comparison"
7655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7657   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7658   columns:
7659     - title: "2001"
7660       data-set: "dpdk-performance-changes-3n-dnv-ref"
7661     - title: "2005"
7662       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7663   comparisons:
7664     - title: "Diff"
7665       reference: 1
7666       compare: 2
7667   legend:
7668     - ""
7669     - "2001, 2005 - DPDK versions tested."
7670     - "Diff - difference between 2001 and 2005 DPDK version."
7671
7672 # DPDK Performance Changes 3n-dnv 2t2c pdr
7673 - type: "table"
7674   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7675   algorithm: "table_comparison"
7676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7678   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7679   columns:
7680     - title: "2001"
7681       data-set: "dpdk-performance-changes-3n-dnv-ref"
7682     - title: "2005"
7683       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7684   comparisons:
7685     - title: "Diff"
7686       reference: 1
7687       compare: 2
7688   legend:
7689     - ""
7690     - "2001, 2005 - DPDK versions tested."
7691     - "Diff - difference between 2001 and 2005 DPDK version."
7692
7693 # DPDK Performance Changes 3n-dnv 1t1c ndr
7694 - type: "table"
7695   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7696   algorithm: "table_comparison"
7697   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7699   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7700   columns:
7701     - title: "2001"
7702       data-set: "dpdk-performance-changes-3n-dnv-ref"
7703     - title: "2005"
7704       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7705   comparisons:
7706     - title: "Diff"
7707       reference: 1
7708       compare: 2
7709   legend:
7710     - ""
7711     - "2001, 2005 - DPDK versions tested."
7712     - "Diff - difference between 2001 and 2005 DPDK version."
7713
7714 # DPDK Performance Changes 3n-dnv 2t2c ndr
7715 - type: "table"
7716   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7717   algorithm: "table_comparison"
7718   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7720   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7721   columns:
7722     - title: "2001"
7723       data-set: "dpdk-performance-changes-3n-dnv-ref"
7724     - title: "2005"
7725       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7726   comparisons:
7727     - title: "Diff"
7728       reference: 1
7729       compare: 2
7730   legend:
7731     - ""
7732     - "2001, 2005 - DPDK versions tested."
7733     - "Diff - difference between 2001 and 2005 DPDK version."
7734
7735 # DPDK Performance Changes 3n-tsh 1t1c pdr
7736 - type: "table"
7737   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7738   algorithm: "table_comparison"
7739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7741   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7742   columns:
7743     - title: "2001"
7744       data-set: "dpdk-performance-changes-3n-tsh-ref"
7745     - title: "2005"
7746       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7747   comparisons:
7748     - title: "Diff"
7749       reference: 1
7750       compare: 2
7751   legend:
7752     - ""
7753     - "2001, 2005 - DPDK versions tested."
7754     - "Diff - difference between 2001 and 2005 DPDK version."
7755
7756 # DPDK Performance Changes 3n-tsh 2t2c pdr
7757 - type: "table"
7758   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7759   algorithm: "table_comparison"
7760   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7762   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7763   columns:
7764     - title: "2001"
7765       data-set: "dpdk-performance-changes-3n-tsh-ref"
7766     - title: "2005"
7767       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7768   comparisons:
7769     - title: "Diff"
7770       reference: 1
7771       compare: 2
7772   legend:
7773     - ""
7774     - "2001, 2005 - DPDK versions tested."
7775     - "Diff - difference between 2001 and 2005 DPDK version."
7776
7777 # DPDK Performance Changes 3n-tsh 1t1c ndr
7778 - type: "table"
7779   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7780   algorithm: "table_comparison"
7781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7783   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7784   columns:
7785     - title: "2001"
7786       data-set: "dpdk-performance-changes-3n-tsh-ref"
7787     - title: "2005"
7788       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7789   comparisons:
7790     - title: "Diff"
7791       reference: 1
7792       compare: 2
7793   legend:
7794     - ""
7795     - "2001, 2005 - DPDK versions tested."
7796     - "Diff - difference between 2001 and 2005 DPDK version."
7797
7798 # DPDK Performance Changes 3n-tsh 2t2c ndr
7799 - type: "table"
7800   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7801   algorithm: "table_comparison"
7802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7804   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7805   columns:
7806     - title: "2001"
7807       data-set: "dpdk-performance-changes-3n-tsh-ref"
7808     - title: "2005"
7809       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7810   comparisons:
7811     - title: "Diff"
7812       reference: 1
7813       compare: 2
7814   legend:
7815     - ""
7816     - "2001, 2005 - DPDK versions tested."
7817     - "Diff - difference between 2001 and 2005 DPDK version."
7818
7819 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7820 - type: "table"
7821   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7822   algorithm: "table_comparison"
7823   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7825   filter: "'NIC_Intel-X710'"
7826   columns:
7827     - title: "3n-hsw x710"
7828       data-set: "dpdk-compare-testbeds-ref"
7829     - title: "3n-skx x710"
7830       data-set: "dpdk-compare-testbeds-cmp"
7831   comparisons:
7832     - title: "Diff"
7833       reference: 1
7834       compare: 2
7835   legend:
7836     - ""
7837     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7838     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7839
7840 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7841 - type: "table"
7842   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7843   algorithm: "table_comparison"
7844   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7846   filter: "'NIC_Intel-X710'"
7847   columns:
7848     - title: "3n-hsw x710"
7849       data-set: "dpdk-compare-testbeds-ref"
7850     - title: "3n-skx x710"
7851       data-set: "dpdk-compare-testbeds-cmp"
7852   comparisons:
7853     - title: "Diff"
7854       reference: 1
7855       compare: 2
7856   legend:
7857     - ""
7858     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7859     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7860
7861 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7862 - type: "table"
7863   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7864   algorithm: "table_comparison"
7865   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7867   filter: "'NIC_Intel-XXV710'"
7868   columns:
7869     - title: "2n-skx"
7870       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7871     - title: "2n-clx"
7872       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7873   comparisons:
7874     - title: "Diff"
7875       reference: 1
7876       compare: 2
7877   legend:
7878     - ""
7879     - "2n-skx, 2n-clx - testbeds and NICs tested."
7880     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7881
7882 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7883 - type: "table"
7884   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7885   algorithm: "table_comparison"
7886   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7888   filter: "'NIC_Intel-XXV710'"
7889   columns:
7890     - title: "2n-skx"
7891       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7892     - title: "2n-clx"
7893       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7894   comparisons:
7895     - title: "Diff"
7896       reference: 1
7897       compare: 2
7898   legend:
7899     - ""
7900     - "2n-skx, 2n-clx - testbeds and NICs tested."
7901     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7902
7903 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7904 - type: "table"
7905   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7906   algorithm: "table_comparison"
7907   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7909   filter: "'NIC_Intel-XXV710'"
7910   columns:
7911     - title: "3n-skx"
7912       data-set: "dpdk-compare-topologies-ref"
7913     - title: "2n-skx"
7914       data-set: "dpdk-compare-topologies-cmp"
7915   comparisons:
7916     - title: "Diff"
7917       reference: 1
7918       compare: 2
7919   legend:
7920     - ""
7921     - "3n-skx, 2n-skx - topologies tested."
7922     - "Diff - difference between 3n-skx and 2n-skx topologies."
7923
7924 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7925 - type: "table"
7926   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7927   algorithm: "table_comparison"
7928   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7930   filter: "'NIC_Intel-XXV710'"
7931   columns:
7932     - title: "3n-skx"
7933       data-set: "dpdk-compare-topologies-ref"
7934     - title: "2n-skx"
7935       data-set: "dpdk-compare-topologies-cmp"
7936   comparisons:
7937     - title: "Diff"
7938       reference: 1
7939       compare: 2
7940   legend:
7941     - ""
7942     - "3n-skx, 2n-skx - topologies tested."
7943     - "Diff - difference between 3n-skx and 2n-skx topologies."
7944
7945 # Detailed Test Results - DPDK Performance Results 3n-hsw
7946 - type: "table"
7947   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7948   algorithm: "table_merged_details"
7949   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7950   columns:
7951     - title: " |prein| Test Name |preout| "
7952       data: "data name"
7953     - 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| "
7954       data: "data msg"
7955   data: "dpdk-perf-results-3n-hsw"
7956   filter: "all"
7957   parameters:
7958   - "name"
7959   - "parent"
7960   - "msg"
7961
7962 # Detailed Test Results - DPDK Performance Results 3n-skx
7963 - type: "table"
7964   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7965   algorithm: "table_merged_details"
7966   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7967   columns:
7968     - title: " |prein| Test Name |preout| "
7969       data: "data name"
7970     - 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| "
7971       data: "data msg"
7972   data: "dpdk-perf-results-3n-skx"
7973   filter: "all"
7974   remove-ndr: False
7975   parameters:
7976   - "name"
7977   - "parent"
7978   - "msg"
7979
7980 # Detailed Test Results - DPDK Performance Results 2n-skx
7981 - type: "table"
7982   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7983   algorithm: "table_merged_details"
7984   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7985   columns:
7986     - title: " |prein| Test Name |preout| "
7987       data: "data name"
7988     - 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| "
7989       data: "data msg"
7990   data: "dpdk-perf-results-2n-skx"
7991   filter: "all"
7992   remove-ndr: False
7993   parameters:
7994   - "name"
7995   - "parent"
7996   - "msg"
7997
7998 # Detailed Test Results - DPDK Performance Results 2n-clx
7999 - type: "table"
8000   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8001   algorithm: "table_merged_details"
8002   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8003   columns:
8004     - title: " |prein| Test Name |preout| "
8005       data: "data name"
8006     - 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| "
8007       data: "data msg"
8008   data: "dpdk-perf-results-2n-clx"
8009   filter: "all"
8010   parameters:
8011   - "name"
8012   - "parent"
8013   - "msg"
8014
8015 # Detailed Test Results - DPDK Performance Results 2n-dnv
8016 - type: "table"
8017   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8018   algorithm: "table_merged_details"
8019   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8020   columns:
8021     - title: " |prein| Test Name |preout| "
8022       data: "data name"
8023     - 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| "
8024       data: "data msg"
8025   data: "dpdk-perf-results-2n-dnv"
8026   filter: "all"
8027   parameters:
8028   - "name"
8029   - "parent"
8030   - "msg"
8031
8032 # Detailed Test Results - DPDK Performance Results 3n-dnv
8033 - type: "table"
8034   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8035   algorithm: "table_merged_details"
8036   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8037   columns:
8038     - title: " |prein| Test Name |preout| "
8039       data: "data name"
8040     - 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| "
8041       data: "data msg"
8042   data: "dpdk-perf-results-3n-dnv"
8043   filter: "all"
8044   parameters:
8045   - "name"
8046   - "parent"
8047   - "msg"
8048
8049 # Detailed Test Results - DPDK Performance Results 3n-tsh
8050 - type: "table"
8051   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8052   algorithm: "table_merged_details"
8053   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8054   columns:
8055     - title: " |prein| Test Name |preout| "
8056       data: "data name"
8057     - 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| "
8058       data: "data msg"
8059   data: "dpdk-perf-results-3n-tsh"
8060   filter: "all"
8061   parameters:
8062   - "name"
8063   - "parent"
8064   - "msg"
8065
8066 ################################################################################
8067 ###                                F I L E S                                 ###
8068 ################################################################################
8069
8070 # VPP Performance Results
8071 - type: "file"
8072   title: "VPP Performance Results"
8073   algorithm: "file_details_split"
8074   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8075   dir-tables:
8076     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8077     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8078     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8079     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8080     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8081     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8082     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8083   data:
8084     - "vpp-perf-results-2n-skx"
8085     - "vpp-perf-results-3n-skx"
8086     - "vpp-perf-results-2n-clx"
8087     - "vpp-perf-results-3n-hsw"
8088     - "vpp-perf-results-3n-tsh"
8089     - "vpp-perf-results-2n-dnv"
8090     - "vpp-perf-results-3n-dnv"
8091   filter: "all"
8092   data-start-level: 4
8093   order-chapters:
8094     level-1:
8095       - "l2"
8096       - "ip4"
8097       - "ip6"
8098       - "srv6"
8099       - "ip4_tunnels"
8100       - "ip6_tunnels"
8101       - "vm_vhost"
8102       - "container_memif"
8103       - "crypto"
8104       - "vts"
8105       - "lb"
8106       - "nfv_density"
8107       - "hoststack"
8108     level-2:
8109       - "2n-skx"
8110       - "3n-skx"
8111       - "2n-clx"
8112       - "3n-hsw"
8113       - "3n-tsh"
8114       - "2n-dnv"
8115       - "3n-dnv"
8116     level-3:
8117       - "xl710"
8118       - "x520"
8119       - "xxv710"
8120       - "x710"
8121       - "x553"
8122       - "cx556a"
8123       - "vic1227"
8124       - "vic1385"
8125
8126 # VPP Performance Configuration
8127 - type: "file"
8128   title: "VPP Performance Configuration"
8129   algorithm: "file_details_split"
8130   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8131   dir-tables:
8132     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8133     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8134     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8135     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8136     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8137     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8138     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8139   data:
8140     - "vpp-perf-results-2n-skx"
8141     - "vpp-perf-results-3n-skx"
8142     - "vpp-perf-results-2n-clx"
8143     - "vpp-perf-results-3n-hsw"
8144     - "vpp-perf-results-3n-tsh"
8145     - "vpp-perf-results-2n-dnv"
8146     - "vpp-perf-results-3n-dnv"
8147   filter: "all"
8148   data-start-level: 4
8149   order-chapters:
8150     level-1:
8151       - "l2"
8152       - "ip4"
8153       - "ip6"
8154       - "srv6"
8155       - "ip4_tunnels"
8156       - "ip6_tunnels"
8157       - "vm_vhost"
8158       - "container_memif"
8159       - "crypto"
8160       - "vts"
8161       - "lb"
8162       - "nfv_density"
8163       - "hoststack"
8164     level-2:
8165       - "2n-skx"
8166       - "3n-skx"
8167       - "2n-clx"
8168       - "3n-hsw"
8169       - "3n-tsh"
8170       - "2n-dnv"
8171       - "3n-dnv"
8172     level-3:
8173       - "xl710"
8174       - "x520"
8175       - "xxv710"
8176       - "x710"
8177       - "x553"
8178       - "cx556a"
8179       - "vic1227"
8180       - "vic1385"
8181
8182 # VPP Performance Operational
8183 - type: "file"
8184   title: "VPP Performance Operational"
8185   algorithm: "file_details_split_html"
8186   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8187   dir-tables:
8188     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8189     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8190     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8191     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8192     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8193     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8194     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8195   data:
8196     - "vpp-perf-results-2n-skx"
8197     - "vpp-perf-results-3n-skx"
8198     - "vpp-perf-results-2n-clx"
8199     - "vpp-perf-results-3n-hsw"
8200     - "vpp-perf-results-3n-tsh"
8201     - "vpp-perf-results-2n-dnv"
8202     - "vpp-perf-results-3n-dnv"
8203   filter: "all"
8204   data-start-level: 4
8205   order-chapters:
8206     level-1:
8207       - "l2"
8208       - "ip4"
8209       - "ip6"
8210       - "srv6"
8211       - "ip4_tunnels"
8212       - "ip6_tunnels"
8213       - "vm_vhost"
8214       - "container_memif"
8215       - "crypto"
8216       - "vts"
8217       - "lb"
8218       - "nfv_density"
8219       - "hoststack"
8220     level-2:
8221       - "2n-skx"
8222       - "3n-skx"
8223       - "2n-clx"
8224       - "3n-hsw"
8225       - "3n-tsh"
8226       - "2n-dnv"
8227       - "3n-dnv"
8228     level-3:
8229       - "xl710"
8230       - "x520"
8231       - "xxv710"
8232       - "x710"
8233       - "x553"
8234       - "cx556a"
8235       - "vic1227"
8236       - "vic1385"
8237
8238 # VPP MRR Results
8239 - type: "file"
8240   title: "VPP MRR Results"
8241   algorithm: "file_details_split"
8242   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8243   dir-tables:
8244     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8245     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8246     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8247     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8248     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8249     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8250     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8251   data:
8252     - "vpp-mrr-results-2n-skx"
8253     - "vpp-mrr-results-3n-skx"
8254     - "vpp-mrr-results-2n-clx"
8255     - "vpp-mrr-results-3n-hsw"
8256     - "vpp-mrr-results-3n-tsh"
8257     - "vpp-mrr-results-2n-dnv"
8258     - "vpp-mrr-results-3n-dnv"
8259   filter: "all"
8260   data-start-level: 4
8261   order-chapters:
8262     level-1:
8263       - "l2"
8264       - "ip4"
8265       - "ip6"
8266       - "srv6"
8267       - "ip4_tunnels"
8268       - "ip6_tunnels"
8269       - "vm_vhost"
8270       - "container_memif"
8271       - "crypto"
8272       - "vts"
8273       - "lb"
8274       - "nfv_density"
8275       - "hoststack"
8276     level-2:
8277       - "2n-skx"
8278       - "3n-skx"
8279       - "2n-clx"
8280       - "3n-hsw"
8281       - "3n-tsh"
8282       - "2n-dnv"
8283       - "3n-dnv"
8284     level-3:
8285       - "xl710"
8286       - "x520"
8287       - "xxv710"
8288       - "x710"
8289       - "x553"
8290       - "cx556a"
8291       - "vic1227"
8292       - "vic1385"
8293
8294 # VPP MRR Configuration
8295 - type: "file"
8296   title: "VPP MRR Configuration"
8297   algorithm: "file_details_split"
8298   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8299   dir-tables:
8300     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8301     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8302     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8303     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8304     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8305     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8306     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8307   data:
8308     - "vpp-mrr-results-2n-skx"
8309     - "vpp-mrr-results-3n-skx"
8310     - "vpp-mrr-results-2n-clx"
8311     - "vpp-mrr-results-3n-hsw"
8312     - "vpp-mrr-results-3n-tsh"
8313     - "vpp-mrr-results-2n-dnv"
8314     - "vpp-mrr-results-3n-dnv"
8315   filter: "all"
8316   data-start-level: 4
8317   order-chapters:
8318     level-1:
8319       - "l2"
8320       - "ip4"
8321       - "ip6"
8322       - "srv6"
8323       - "ip4_tunnels"
8324       - "ip6_tunnels"
8325       - "vm_vhost"
8326       - "container_memif"
8327       - "crypto"
8328       - "vts"
8329       - "lb"
8330       - "nfv_density"
8331       - "hoststack"
8332     level-2:
8333       - "2n-skx"
8334       - "3n-skx"
8335       - "2n-clx"
8336       - "3n-hsw"
8337       - "3n-tsh"
8338       - "2n-dnv"
8339       - "3n-dnv"
8340     level-3:
8341       - "xl710"
8342       - "x520"
8343       - "xxv710"
8344       - "x710"
8345       - "x553"
8346       - "cx556a"
8347       - "vic1227"
8348       - "vic1385"
8349
8350 # VPP Device Results - Ubuntu
8351 - type: "file"
8352   title: "VPP Device Results - Ubuntu"
8353   algorithm: "file_test_results"
8354   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8355   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8356   data: "vpp-device-results-ubuntu"
8357   filter: "all"
8358   data-start-level: 4
8359
8360 # VPP Device Configuration - Ubuntu
8361 - type: "file"
8362   title: "VPP Device Configuration - Ubuntu"
8363   algorithm: "file_test_results"
8364   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8365   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8366   data: "vpp-device-results-ubuntu"
8367   filter: "all"
8368   data-start-level: 4
8369
8370 # DPDK Performance Results 3n-hsw
8371 - type: "file"
8372   title: "DPDK Performance Results 3n-hsw"
8373   algorithm: "file_test_results"
8374   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8375   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8376   data: "dpdk-perf-results-3n-hsw"
8377   filter: "all"
8378   data-start-level: 4
8379
8380 # DPDK Performance Results 3n-skx
8381 - type: "file"
8382   title: "DPDK Performance Results 3n-skx"
8383   algorithm: "file_test_results"
8384   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8385   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8386   data: "dpdk-perf-results-3n-skx"
8387   filter: "all"
8388   data-start-level: 4
8389
8390 # DPDK Performance Results 2n-skx
8391 - type: "file"
8392   title: "DPDK Performance Results 2n-skx"
8393   algorithm: "file_test_results"
8394   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8395   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8396   data: "dpdk-perf-results-2n-skx"
8397   filter: "all"
8398   data-start-level: 4
8399
8400 # DPDK Performance Results 2n-clx
8401 - type: "file"
8402   title: "DPDK Performance Results 2n-clx"
8403   algorithm: "file_test_results"
8404   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8405   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8406   data: "dpdk-perf-results-2n-clx"
8407   filter: "all"
8408   data-start-level: 4
8409
8410 # DPDK Performance Results 2n-dnv
8411 - type: "file"
8412   title: "DPDK Performance Results 2n-dnv"
8413   algorithm: "file_test_results"
8414   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8415   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8416   data: "dpdk-perf-results-2n-dnv"
8417   filter: "all"
8418   data-start-level: 4
8419
8420 # DPDK Performance Results 3n-dnv
8421 - type: "file"
8422   title: "DPDK Performance Results 3n-dnv"
8423   algorithm: "file_test_results"
8424   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8425   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8426   data: "dpdk-perf-results-3n-dnv"
8427   filter: "all"
8428   data-start-level: 4
8429
8430 # DPDK Performance Results 3n-tsh
8431 - type: "file"
8432   title: "DPDK Performance Results 3n-tsh"
8433   algorithm: "file_test_results"
8434   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8435   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8436   data: "dpdk-perf-results-3n-tsh"
8437   filter: "all"
8438   data-start-level: 4
8439
8440 ################################################################################
8441 ###                                P L O T S                                 ###
8442 ################################################################################
8443
8444 # Hoststack tests 3n-hsw
8445
8446 - type: "plot"
8447   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8448   algorithm: "plot_perf_box_name"
8449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8450   data: "plot-vpp-hoststack-3n-hsw"
8451   include:
8452     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8453     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8454   layout:
8455     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8456     layout: "plot-hoststack"
8457
8458 - type: "plot"
8459   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8460   algorithm: "plot_perf_box_name"
8461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8462   data: "plot-vpp-hoststack-3n-hsw"
8463   include:
8464     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8465     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8466   layout:
8467     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8468     layout: "plot-hoststack"
8469
8470 - type: "plot"
8471   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8472   algorithm: "plot_perf_box_name"
8473   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8474   data: "plot-vpp-hoststack-3n-hsw"
8475   include:
8476     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8477     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8478     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8479     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8480   layout:
8481     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8482     layout: "plot-hoststack"
8483
8484 ## Plots VPP HTTP Server Performance
8485 #- type: "plot"
8486 #  title: "VPP HTTP Server Performance"
8487 #  algorithm: "plot_http_server_perf_box"
8488 #  output-file-type: ".html"
8489 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8490 #  data:
8491 #    "plot-vpp-http-server-performance"
8492 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8493 #  parameters:
8494 #  - "result"
8495 #  - "name"
8496 #  traces:
8497 #    hoverinfo: "y+name"
8498 #    boxpoints: "outliers"
8499 #    whiskerwidth: 0
8500 #  layout:
8501 #    title: "VPP HTTP Server Performance"
8502 #    layout:
8503 #      "plot-cps"
8504 #
8505 #- type: "plot"
8506 #  title: "VPP HTTP Server Performance"
8507 #  algorithm: "plot_http_server_perf_box"
8508 #  output-file-type: ".html"
8509 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8510 #  data:
8511 #    "plot-vpp-http-server-performance"
8512 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8513 #  parameters:
8514 #  - "result"
8515 #  - "name"
8516 #  traces:
8517 #    hoverinfo: "y+name"
8518 #    boxpoints: "outliers"
8519 #    whiskerwidth: 0
8520 #  layout:
8521 #    title: "VPP HTTP Server Performance"
8522 #    layout:
8523 #      "plot-rps"
8524
8525 ################################################################################
8526
8527 # Soak Test (PLRsearch), boxes - 2n-clx
8528 - type: "plot"
8529   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8530   algorithm: "plot_perf_box_name"
8531   output-file-type: ".html"
8532   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8533   data: "plot-vpp-soak-2n-clx"
8534   include:
8535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8541   layout:
8542     title: "30 Minutes Soak Test (PLRsearch)"
8543     layout: "plot-soak-throughput"
8544
8545 # Soak Test (PLRsearch), boxes - 2n-clx
8546 - type: "plot"
8547   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8548   algorithm: "plot_perf_box_name"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8551   data: "plot-vpp-soak-2n-clx"
8552   include:
8553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8558     - "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"
8559   layout:
8560     title: "30 Minutes Soak Test (PLRsearch)"
8561     layout: "plot-soak-throughput"
8562
8563 # Soak Test (PLRsearch), boxes - 2n-skx
8564 - type: "plot"
8565   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8566   algorithm: "plot_perf_box_name"
8567   output-file-type: ".html"
8568   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8569   data: "plot-vpp-soak-2n-skx"
8570   include:
8571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8577   layout:
8578     title: "30 Minutes Soak Test (PLRsearch)"
8579     layout: "plot-soak-throughput"
8580
8581 # Soak Test (PLRsearch), boxes - 2n-skx
8582 - type: "plot"
8583   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8584   algorithm: "plot_perf_box_name"
8585   output-file-type: ".html"
8586   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8587   data: "plot-vpp-soak-2n-skx"
8588   include:
8589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8594     - "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"
8595   layout:
8596     title: "30 Minutes Soak Test (PLRsearch)"
8597     layout: "plot-soak-throughput"
8598
8599 ###############################################################################
8600
8601 # Reconf tests 2n-skx
8602
8603 - type: "plot"
8604   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8605   algorithm: "plot_nf_reconf_box_name"
8606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8607   data: "plot-vpp-nfv-reconf-2n-skx"
8608   include:
8609     - "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"
8610     - "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"
8611     - "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"
8612     - "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"
8613     - "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"
8614     - "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"
8615   layout:
8616     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8617     layout: "plot-throughput"
8618
8619 - type: "plot"
8620   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8621   algorithm: "plot_nf_reconf_box_name"
8622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8623   data: "plot-vpp-nfv-reconf-2n-skx"
8624   include:
8625     - "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"
8626     - "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"
8627     - "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"
8628     - "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"
8629     - "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"
8630     - "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"
8631   layout:
8632     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8633     layout: "plot-throughput"
8634
8635 - type: "plot"
8636   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8637   algorithm: "plot_nf_reconf_box_name"
8638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8639   data: "plot-vpp-nfv-reconf-2n-skx"
8640   include:
8641     - "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"
8642     - "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"
8643     - "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"
8644     - "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"
8645     - "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"
8646     - "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"
8647   layout:
8648     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8649     layout: "plot-throughput"
8650
8651 ###############################################################################
8652
8653 # Reconf tests 2n-clx
8654
8655 - type: "plot"
8656   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8657   algorithm: "plot_nf_reconf_box_name"
8658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8659   data: "plot-vpp-nfv-reconf-2n-clx"
8660   include:
8661     - "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"
8662     - "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"
8663     - "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"
8664     - "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"
8665   layout:
8666     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8667     layout: "plot-throughput"
8668
8669 - type: "plot"
8670   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8671   algorithm: "plot_nf_reconf_box_name"
8672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8673   data: "plot-vpp-nfv-reconf-2n-clx"
8674   include:
8675     - "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"
8676     - "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"
8677     - "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"
8678     - "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"
8679   layout:
8680     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8681     layout: "plot-throughput"
8682
8683 - type: "plot"
8684   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8685   algorithm: "plot_nf_reconf_box_name"
8686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8687   data: "plot-vpp-nfv-reconf-2n-clx"
8688   include:
8689     - "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"
8690     - "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"
8691     - "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"
8692     - "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"
8693   layout:
8694     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8695     layout: "plot-throughput"
8696
8697 ###############################################################################
8698
8699 # Plots - NF Density - VSC - MRR IMIX
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8705   data: "plot-vpp-nfv-2n-skx-mrr"
8706   filter: "'NIC_Intel-XXV710' and
8707            'NF_DENSITY' and
8708            'VHOST' and
8709            not 'VXLAN' and
8710            'CHAIN' and
8711            'NF_VPPIP4' and
8712            'IMIX' and
8713            '2T1C' and
8714            'MRR'"
8715   parameters:
8716   - "result"
8717   - "name"
8718   - "tags"
8719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8720   x-axis: "X = VNFs per Service Chain"
8721   y-axis: "Y = Number of Service Chains"
8722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8723   layout:
8724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8725     layout: "plot-service-density"
8726
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file-type: ".html"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8732   data: "plot-vpp-nfv-2n-skx-mrr"
8733   filter: "'NIC_Intel-XXV710' and
8734            'NF_DENSITY' and
8735            'VHOST' and
8736            not 'VXLAN' and
8737            'CHAIN' and
8738            'NF_VPPIP4' and
8739            'IMIX' and
8740            '4T2C' and
8741            'MRR'"
8742   parameters:
8743   - "result"
8744   - "name"
8745   - "tags"
8746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8747   x-axis: "X = VNFs per Service Chain"
8748   y-axis: "Y = Number of Service Chains"
8749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8750   layout:
8751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8752     layout: "plot-service-density"
8753
8754 - type: "plot"
8755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8756   algorithm: "plot_nf_heatmap"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8759   data: "plot-vpp-nfv-2n-skx-mrr"
8760   filter: "'NIC_Intel-XXV710' and
8761            'NF_DENSITY' and
8762            'VHOST' and
8763            not 'VXLAN' and
8764            'CHAIN' and
8765            'NF_VPPIP4' and
8766            'IMIX' and
8767            '8T4C' and
8768            'MRR'"
8769   parameters:
8770   - "result"
8771   - "name"
8772   - "tags"
8773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8774   x-axis: "X = VNFs per Service Chain"
8775   y-axis: "Y = Number of Service Chains"
8776   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8777   layout:
8778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8779     layout: "plot-service-density"
8780
8781 # Plots - NF Density - VSC - NDR IMIX
8782 - type: "plot"
8783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8784   algorithm: "plot_nf_heatmap"
8785   output-file-type: ".html"
8786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8787   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8788   filter: "'NIC_Intel-XXV710' and
8789            'NF_DENSITY' and
8790            'VHOST' and
8791            not 'VXLAN' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IMIX' and
8795            '2T1C' and
8796            'NDRPDR'"
8797   parameters:
8798   - "throughput"
8799   - "name"
8800   - "tags"
8801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8802   x-axis: "X = VNFs per Service Chain"
8803   y-axis: "Y = Number of Service Chains"
8804   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8805   layout:
8806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8807     layout: "plot-service-density"
8808
8809 - type: "plot"
8810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8811   algorithm: "plot_nf_heatmap"
8812   output-file-type: ".html"
8813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8814   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8815   filter: "'NIC_Intel-XXV710' and
8816            'NF_DENSITY' and
8817            'VHOST' and
8818            not 'VXLAN' and
8819            'CHAIN' and
8820            'NF_VPPIP4' and
8821            'IMIX' and
8822            '4T2C' and
8823            'NDRPDR'"
8824   parameters:
8825   - "throughput"
8826   - "name"
8827   - "tags"
8828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8829   x-axis: "X = VNFs per Service Chain"
8830   y-axis: "Y = Number of Service Chains"
8831   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8832   layout:
8833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8834     layout: "plot-service-density"
8835
8836 - type: "plot"
8837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8838   algorithm: "plot_nf_heatmap"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8841   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8842   filter: "'NIC_Intel-XXV710' and
8843            'NF_DENSITY' and
8844            'VHOST' and
8845            not 'VXLAN' and
8846            'CHAIN' and
8847            'NF_VPPIP4' and
8848            'IMIX' and
8849            '8T4C' and
8850            'NDRPDR'"
8851   parameters:
8852   - "throughput"
8853   - "name"
8854   - "tags"
8855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8856   x-axis: "X = VNFs per Service Chain"
8857   y-axis: "Y = Number of Service Chains"
8858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8859   layout:
8860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8861     layout: "plot-service-density"
8862
8863 # Plots - NF Density - VSC - PDR IMIX
8864 - type: "plot"
8865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8866   algorithm: "plot_nf_heatmap"
8867   output-file-type: ".html"
8868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8869   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8870   filter: "'NIC_Intel-XXV710' and
8871            'NF_DENSITY' and
8872            'VHOST' and
8873            not 'VXLAN' and
8874            'CHAIN' and
8875            'NF_VPPIP4' and
8876            'IMIX' and
8877            '2T1C' and
8878            'NDRPDR'"
8879   parameters:
8880   - "throughput"
8881   - "name"
8882   - "tags"
8883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8884   x-axis: "X = VNFs per Service Chain"
8885   y-axis: "Y = Number of Service Chains"
8886   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8887   layout:
8888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8889     layout: "plot-service-density"
8890
8891 - type: "plot"
8892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8893   algorithm: "plot_nf_heatmap"
8894   output-file-type: ".html"
8895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8896   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8897   filter: "'NIC_Intel-XXV710' and
8898            'NF_DENSITY' and
8899            'VHOST' and
8900            not 'VXLAN' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IMIX' and
8904            '4T2C' and
8905            'NDRPDR'"
8906   parameters:
8907   - "throughput"
8908   - "name"
8909   - "tags"
8910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = VNFs per Service Chain"
8912   y-axis: "Y = Number of Service Chains"
8913   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8916     layout: "plot-service-density"
8917
8918 - type: "plot"
8919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8920   algorithm: "plot_nf_heatmap"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8923   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8924   filter: "'NIC_Intel-XXV710' and
8925            'NF_DENSITY' and
8926            'VHOST' and
8927            not 'VXLAN' and
8928            'CHAIN' and
8929            'NF_VPPIP4' and
8930            'IMIX' and
8931            '8T4C' and
8932            'NDRPDR'"
8933   parameters:
8934   - "throughput"
8935   - "name"
8936   - "tags"
8937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8938   x-axis: "X = VNFs per Service Chain"
8939   y-axis: "Y = Number of Service Chains"
8940   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8941   layout:
8942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8943     layout: "plot-service-density"
8944
8945 ###############################################################################
8946
8947 # Plots - NF Density - VSC - MRR IMIX
8948 - type: "plot"
8949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8950   algorithm: "plot_nf_heatmap"
8951   output-file-type: ".html"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8953   data: "plot-vpp-nfv-2n-skx-mrr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'VHOST' and
8957            'VXLAN' and
8958            'CHAIN' and
8959            'IMIX' and
8960            '2T1C' and
8961            'MRR'"
8962   parameters:
8963   - "result"
8964   - "name"
8965   - "tags"
8966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8967   x-axis: "X = VNFs per Service Chain"
8968   y-axis: "Y = Number of Service Chains"
8969   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8970   layout:
8971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8972     layout: "plot-service-density"
8973
8974 - type: "plot"
8975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8976   algorithm: "plot_nf_heatmap"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8979   data: "plot-vpp-nfv-2n-skx-mrr"
8980   filter: "'NIC_Intel-XXV710' and
8981            'NF_DENSITY' and
8982            'VHOST' and
8983            'VXLAN' and
8984            'CHAIN' and
8985            'IMIX' and
8986            '4T2C' and
8987            'MRR'"
8988   parameters:
8989   - "result"
8990   - "name"
8991   - "tags"
8992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8993   x-axis: "X = VNFs per Service Chain"
8994   y-axis: "Y = Number of Service Chains"
8995   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8996   layout:
8997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8998     layout: "plot-service-density"
8999
9000 - type: "plot"
9001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9002   algorithm: "plot_nf_heatmap"
9003   output-file-type: ".html"
9004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9005   data: "plot-vpp-nfv-2n-skx-mrr"
9006   filter: "'NIC_Intel-XXV710' and
9007            'NF_DENSITY' and
9008            'VHOST' and
9009            'VXLAN' and
9010            'CHAIN' and
9011            'IMIX' and
9012            '8T4C' and
9013            'MRR'"
9014   parameters:
9015   - "result"
9016   - "name"
9017   - "tags"
9018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9019   x-axis: "X = VNFs per Service Chain"
9020   y-axis: "Y = Number of Service Chains"
9021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9022   layout:
9023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9024     layout: "plot-service-density"
9025
9026 # Plots - NF Density - VSC - NDR IMIX
9027 - type: "plot"
9028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9029   algorithm: "plot_nf_heatmap"
9030   output-file-type: ".html"
9031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9032   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9033   filter: "'NIC_Intel-XXV710' and
9034            'NF_DENSITY' and
9035            'VHOST' and
9036            'VXLAN' and
9037            'CHAIN' and
9038            'IMIX' and
9039            '2T1C' and
9040            'NDRPDR'"
9041   parameters:
9042   - "throughput"
9043   - "name"
9044   - "tags"
9045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9046   x-axis: "X = VNFs per Service Chain"
9047   y-axis: "Y = Number of Service Chains"
9048   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9049   layout:
9050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9051     layout: "plot-service-density"
9052
9053 - type: "plot"
9054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9055   algorithm: "plot_nf_heatmap"
9056   output-file-type: ".html"
9057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9058   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9059   filter: "'NIC_Intel-XXV710' and
9060            'NF_DENSITY' and
9061            'VHOST' and
9062            'VXLAN' and
9063            'CHAIN' and
9064            'IMIX' and
9065            '4T2C' and
9066            'NDRPDR'"
9067   parameters:
9068   - "throughput"
9069   - "name"
9070   - "tags"
9071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9072   x-axis: "X = VNFs per Service Chain"
9073   y-axis: "Y = Number of Service Chains"
9074   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9075   layout:
9076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9077     layout: "plot-service-density"
9078
9079 - type: "plot"
9080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9081   algorithm: "plot_nf_heatmap"
9082   output-file-type: ".html"
9083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9084   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9085   filter: "'NIC_Intel-XXV710' and
9086            'NF_DENSITY' and
9087            'VHOST' and
9088            'VXLAN' and
9089            'CHAIN' and
9090            'IMIX' and
9091            '8T4C' and
9092            'NDRPDR'"
9093   parameters:
9094   - "throughput"
9095   - "name"
9096   - "tags"
9097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = VNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9103     layout: "plot-service-density"
9104
9105 # Plots - NF Density - VSC - PDR IMIX
9106 - type: "plot"
9107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9108   algorithm: "plot_nf_heatmap"
9109   output-file-type: ".html"
9110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9112   filter: "'NIC_Intel-XXV710' and
9113            'NF_DENSITY' and
9114            'VHOST' and
9115            'VXLAN' and
9116            'CHAIN' and
9117            'IMIX' and
9118            '2T1C' and
9119            'NDRPDR'"
9120   parameters:
9121   - "throughput"
9122   - "name"
9123   - "tags"
9124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9125   x-axis: "X = VNFs per Service Chain"
9126   y-axis: "Y = Number of Service Chains"
9127   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9128   layout:
9129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9130     layout: "plot-service-density"
9131
9132 - type: "plot"
9133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9134   algorithm: "plot_nf_heatmap"
9135   output-file-type: ".html"
9136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9137   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9138   filter: "'NIC_Intel-XXV710' and
9139            'NF_DENSITY' and
9140            'VHOST' and
9141            'VXLAN' and
9142            'CHAIN' and
9143            'IMIX' and
9144            '4T2C' and
9145            'NDRPDR'"
9146   parameters:
9147   - "throughput"
9148   - "name"
9149   - "tags"
9150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9151   x-axis: "X = VNFs per Service Chain"
9152   y-axis: "Y = Number of Service Chains"
9153   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9154   layout:
9155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9156     layout: "plot-service-density"
9157
9158 - type: "plot"
9159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9160   algorithm: "plot_nf_heatmap"
9161   output-file-type: ".html"
9162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9163   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9164   filter: "'NIC_Intel-XXV710' and
9165            'NF_DENSITY' and
9166            'VHOST' and
9167            'VXLAN' and
9168            'CHAIN' and
9169            'IMIX' and
9170            '8T4C' and
9171            'NDRPDR'"
9172   parameters:
9173   - "throughput"
9174   - "name"
9175   - "tags"
9176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9177   x-axis: "X = VNFs per Service Chain"
9178   y-axis: "Y = Number of Service Chains"
9179   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9180   layout:
9181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9182     layout: "plot-service-density"
9183
9184 ###############################################################################
9185
9186 # Plots - NF Density - CSC - MRR IMIX
9187 - type: "plot"
9188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9189   algorithm: "plot_nf_heatmap"
9190   output-file-type: ".html"
9191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9192   data: "plot-vpp-nfv-2n-skx-mrr"
9193   filter: "'NIC_Intel-XXV710' and
9194            'NF_DENSITY' and
9195            'DOCKER' and
9196            'CHAIN' and
9197            'NF_VPPIP4' and
9198            'IMIX' and
9199            '2T1C' and
9200            'MRR'"
9201   parameters:
9202   - "result"
9203   - "name"
9204   - "tags"
9205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9206   x-axis: "X = CNFs per Service Chain"
9207   y-axis: "Y = Number of Service Chains"
9208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9209   layout:
9210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9211     layout: "plot-service-density"
9212
9213 - type: "plot"
9214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9215   algorithm: "plot_nf_heatmap"
9216   output-file-type: ".html"
9217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9218   data: "plot-vpp-nfv-2n-skx-mrr"
9219   filter: "'NIC_Intel-XXV710' and
9220            'NF_DENSITY' and
9221            'DOCKER' and
9222            'CHAIN' and
9223            'NF_VPPIP4' and
9224            'IMIX' and
9225            '4T2C' and
9226            'MRR'"
9227   parameters:
9228   - "result"
9229   - "name"
9230   - "tags"
9231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9232   x-axis: "X = CNFs per Service Chain"
9233   y-axis: "Y = Number of Service Chains"
9234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9235   layout:
9236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9237     layout: "plot-service-density"
9238
9239 - type: "plot"
9240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9241   algorithm: "plot_nf_heatmap"
9242   output-file-type: ".html"
9243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9244   data: "plot-vpp-nfv-2n-skx-mrr"
9245   filter: "'NIC_Intel-XXV710' and
9246            'NF_DENSITY' and
9247            'DOCKER' and
9248            'CHAIN' and
9249            'NF_VPPIP4' and
9250            'IMIX' and
9251            '8T4C' and
9252            'MRR'"
9253   parameters:
9254   - "result"
9255   - "name"
9256   - "tags"
9257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258   x-axis: "X = CNFs per Service Chain"
9259   y-axis: "Y = Number of Service Chains"
9260   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261   layout:
9262     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9263     layout: "plot-service-density"
9264
9265 # Plots - NF Density - CSC - NDR IMIX
9266 - type: "plot"
9267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9268   algorithm: "plot_nf_heatmap"
9269   output-file-type: ".html"
9270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9271   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9272   filter: "'NIC_Intel-XXV710' and
9273            'NF_DENSITY' and
9274            'DOCKER' and
9275            'CHAIN' and
9276            'NF_VPPIP4' and
9277            'IMIX' and
9278            '2T1C' and
9279            'NDRPDR'"
9280   parameters:
9281   - "throughput"
9282   - "name"
9283   - "tags"
9284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9285   x-axis: "X = CNFs per Service Chain"
9286   y-axis: "Y = Number of Service Chains"
9287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9288   layout:
9289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9290     layout: "plot-service-density"
9291
9292 - type: "plot"
9293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9294   algorithm: "plot_nf_heatmap"
9295   output-file-type: ".html"
9296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9297   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9298   filter: "'NIC_Intel-XXV710' and
9299            'NF_DENSITY' and
9300            'DOCKER' and
9301            'CHAIN' and
9302            'NF_VPPIP4' and
9303            'IMIX' and
9304            '4T2C' and
9305            'NDRPDR'"
9306   parameters:
9307   - "throughput"
9308   - "name"
9309   - "tags"
9310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9311   x-axis: "X = CNFs per Service Chain"
9312   y-axis: "Y = Number of Service Chains"
9313   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9314   layout:
9315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9316     layout: "plot-service-density"
9317
9318 - type: "plot"
9319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9320   algorithm: "plot_nf_heatmap"
9321   output-file-type: ".html"
9322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9323   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9324   filter: "'NIC_Intel-XXV710' and
9325            'NF_DENSITY' and
9326            'DOCKER' and
9327            'CHAIN' and
9328            'NF_VPPIP4' and
9329            'IMIX' and
9330            '8T4C' and
9331            'NDRPDR'"
9332   parameters:
9333   - "throughput"
9334   - "name"
9335   - "tags"
9336   include-tests: "NDR" # "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 NDR) [Mpps]"
9340   layout:
9341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9342     layout: "plot-service-density"
9343
9344 # Plots - NF Density - CSC - PDR IMIX
9345 - type: "plot"
9346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9347   algorithm: "plot_nf_heatmap"
9348   output-file-type: ".html"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9350   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9351   filter: "'NIC_Intel-XXV710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'CHAIN' and
9355            'NF_VPPIP4' and
9356            'IMIX' and
9357            '2T1C' 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-vppip4-pdr"
9369     layout: "plot-service-density"
9370
9371 - type: "plot"
9372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9373   algorithm: "plot_nf_heatmap"
9374   output-file-type: ".html"
9375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9377   filter: "'NIC_Intel-XXV710' and
9378            'NF_DENSITY' and
9379            'DOCKER' and
9380            'CHAIN' and
9381            'NF_VPPIP4' and
9382            'IMIX' and
9383            '4T2C' and
9384            'NDRPDR'"
9385   parameters:
9386   - "throughput"
9387   - "name"
9388   - "tags"
9389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9390   x-axis: "X = CNFs per Service Chain"
9391   y-axis: "Y = Number of Service Chains"
9392   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9393   layout:
9394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9395     layout: "plot-service-density"
9396
9397 - type: "plot"
9398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9399   algorithm: "plot_nf_heatmap"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9403   filter: "'NIC_Intel-XXV710' and
9404            'NF_DENSITY' and
9405            'DOCKER' and
9406            'CHAIN' and
9407            'NF_VPPIP4' and
9408            'IMIX' and
9409            '8T4C' and
9410            'NDRPDR'"
9411   parameters:
9412   - "throughput"
9413   - "name"
9414   - "tags"
9415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9416   x-axis: "X = CNFs per Service Chain"
9417   y-axis: "Y = Number of Service Chains"
9418   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9419   layout:
9420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9421     layout: "plot-service-density"
9422
9423 ################################################################################
9424 #
9425 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9430 #  data: "plot-vpp-nfv-3n-skx-mrr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IPSEC' and
9437 #           'TNL_4' and
9438 #           'IMIX' and
9439 #           '2T1C' and
9440 #           'MRR'"
9441 #  parameters:
9442 #  - "result"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Chain"
9447 #  y-axis: "Y = Number of Service Chains"
9448 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9451 #    layout: "plot-service-density"
9452 #
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9457 #  data: "plot-vpp-nfv-3n-skx-mrr"
9458 #  filter: "'NIC_Intel-XXV710' and
9459 #           'NF_DENSITY' and
9460 #           'DOCKER' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IPSEC' and
9464 #           'TNL_4' and
9465 #           'IMIX' and
9466 #           '4T2C' and
9467 #           'MRR'"
9468 #  parameters:
9469 #  - "result"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Chain"
9474 #  y-axis: "Y = Number of Service Chains"
9475 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9478 #    layout: "plot-service-density"
9479 #
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9484 #  data: "plot-vpp-nfv-3n-skx-mrr"
9485 #  filter: "'NIC_Intel-XXV710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'CHAIN' and
9489 #           'NF_VPPIP4' and
9490 #           'IPSEC' and
9491 #           'TNL_4' and
9492 #           'IMIX' and
9493 #           '8T4C' and
9494 #           'MRR'"
9495 #  parameters:
9496 #  - "result"
9497 #  - "name"
9498 #  - "tags"
9499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9500 #  x-axis: "X = CNFs per Service Chain"
9501 #  y-axis: "Y = Number of Service Chains"
9502 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9503 #  layout:
9504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9505 #    layout: "plot-service-density"
9506
9507 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9508 - type: "plot"
9509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9510   algorithm: "plot_nf_heatmap"
9511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9512   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9513   filter: "'NIC_Intel-XXV710' and
9514            'NF_DENSITY' and
9515            'DOCKER' and
9516            'CHAIN' and
9517            'NF_VPPIP4' and
9518            'IPSEC' and
9519            'TNL_4' and
9520            'IMIX' and
9521            '2T1C' and
9522            'NDRPDR'"
9523   parameters:
9524   - "throughput"
9525   - "name"
9526   - "tags"
9527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9528   x-axis: "X = CNFs per Service Chain"
9529   y-axis: "Y = Number of Service Chains"
9530   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9531   layout:
9532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9533     layout: "plot-service-density"
9534
9535 - type: "plot"
9536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9537   algorithm: "plot_nf_heatmap"
9538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9539   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9540   filter: "'NIC_Intel-XXV710' and
9541            'NF_DENSITY' and
9542            'DOCKER' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IPSEC' and
9546            'TNL_4' and
9547            'IMIX' and
9548            '4T2C' and
9549            'NDRPDR'"
9550   parameters:
9551   - "throughput"
9552   - "name"
9553   - "tags"
9554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9555   x-axis: "X = CNFs per Service Chain"
9556   y-axis: "Y = Number of Service Chains"
9557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9558   layout:
9559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9560     layout: "plot-service-density"
9561
9562 - type: "plot"
9563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9564   algorithm: "plot_nf_heatmap"
9565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9566   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9567   filter: "'NIC_Intel-XXV710' and
9568            'NF_DENSITY' and
9569            'DOCKER' and
9570            'CHAIN' and
9571            'NF_VPPIP4' and
9572            'IPSEC' and
9573            'TNL_4' and
9574            'IMIX' and
9575            '8T4C' and
9576            'NDRPDR'"
9577   parameters:
9578   - "throughput"
9579   - "name"
9580   - "tags"
9581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9582   x-axis: "X = CNFs per Service Chain"
9583   y-axis: "Y = Number of Service Chains"
9584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9585   layout:
9586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9587     layout: "plot-service-density"
9588
9589 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9590 - type: "plot"
9591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9592   algorithm: "plot_nf_heatmap"
9593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9594   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9595   filter: "'NIC_Intel-XXV710' and
9596            'NF_DENSITY' and
9597            'DOCKER' and
9598            'CHAIN' and
9599            'NF_VPPIP4' and
9600            'IPSEC' and
9601            'TNL_4' and
9602            'IMIX' and
9603            '2T1C' and
9604            'NDRPDR'"
9605   parameters:
9606   - "throughput"
9607   - "name"
9608   - "tags"
9609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9610   x-axis: "X = CNFs per Service Chain"
9611   y-axis: "Y = Number of Service Chains"
9612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9613   layout:
9614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9615     layout: "plot-service-density"
9616
9617 - type: "plot"
9618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9619   algorithm: "plot_nf_heatmap"
9620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9621   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9622   filter: "'NIC_Intel-XXV710' and
9623            'NF_DENSITY' and
9624            'DOCKER' and
9625            'CHAIN' and
9626            'NF_VPPIP4' and
9627            'IPSEC' and
9628            'TNL_4' and
9629            'IMIX' and
9630            '4T2C' and
9631            'NDRPDR'"
9632   parameters:
9633   - "throughput"
9634   - "name"
9635   - "tags"
9636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9637   x-axis: "X = CNFs per Service Chain"
9638   y-axis: "Y = Number of Service Chains"
9639   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9640   layout:
9641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9642     layout: "plot-service-density"
9643
9644 - type: "plot"
9645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9646   algorithm: "plot_nf_heatmap"
9647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9648   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9649   filter: "'NIC_Intel-XXV710' and
9650            'NF_DENSITY' and
9651            'DOCKER' and
9652            'CHAIN' and
9653            'NF_VPPIP4' and
9654            'IPSEC' and
9655            'TNL_4' and
9656            'IMIX' and
9657            '8T4C' and
9658            'NDRPDR'"
9659   parameters:
9660   - "throughput"
9661   - "name"
9662   - "tags"
9663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9664   x-axis: "X = CNFs per Service Chain"
9665   y-axis: "Y = Number of Service Chains"
9666   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9667   layout:
9668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9669     layout: "plot-service-density"
9670
9671 ###############################################################################
9672
9673 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9674 #- type: "plot"
9675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9676 #  algorithm: "plot_nf_heatmap"
9677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9678 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9679 #  filter: "'NIC_Intel-XL710' and
9680 #           'NF_DENSITY' and
9681 #           'DOCKER' and
9682 #           'CHAIN' and
9683 #           'NF_VPPIP4' and
9684 #           'IMIX' and
9685 #           'TNL_4' and
9686 #           '1T1C' and
9687 #           'MRR'"
9688 #  parameters:
9689 #  - "result"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = CNFs per Service Chain"
9694 #  y-axis: "Y = Number of Service Chains"
9695 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9698 #    layout: "plot-service-density"
9699 #
9700 #- type: "plot"
9701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9702 #  algorithm: "plot_nf_heatmap"
9703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9704 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9705 #  filter: "'NIC_Intel-XL710' and
9706 #           'NF_DENSITY' and
9707 #           'DOCKER' and
9708 #           'CHAIN' and
9709 #           'NF_VPPIP4' and
9710 #           'IPSEC' and
9711 #           'TNL_4' and
9712 #           'IMIX' and
9713 #           '2T2C' and
9714 #           'MRR'"
9715 #  parameters:
9716 #  - "result"
9717 #  - "name"
9718 #  - "tags"
9719 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9720 #  x-axis: "X = CNFs per Service Chain"
9721 #  y-axis: "Y = Number of Service Chains"
9722 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9723 #  layout:
9724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9725 #    layout: "plot-service-density"
9726 #
9727 #- type: "plot"
9728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9729 #  algorithm: "plot_nf_heatmap"
9730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9731 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9732 #  filter: "'NIC_Intel-XL710' and
9733 #           'NF_DENSITY' and
9734 #           'DOCKER' and
9735 #           'CHAIN' and
9736 #           'NF_VPPIP4' and
9737 #           'IPSEC' and
9738 #           'TNL_4' and
9739 #           'IMIX' and
9740 #           '4T4C' and
9741 #           'MRR'"
9742 #  parameters:
9743 #  - "result"
9744 #  - "name"
9745 #  - "tags"
9746 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9747 #  x-axis: "X = CNFs per Service Chain"
9748 #  y-axis: "Y = Number of Service Chains"
9749 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9750 #  layout:
9751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9752 #    layout: "plot-service-density"
9753
9754 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9755 #- type: "plot"
9756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9757 #  algorithm: "plot_nf_heatmap"
9758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9759 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9760 #  filter: "'NIC_Intel-XL710' and
9761 #           'NF_DENSITY' and
9762 #           'DOCKER' and
9763 #           'CHAIN' and
9764 #           'NF_VPPIP4' and
9765 #           'IPSEC' and
9766 #           'TNL_4' and
9767 #           'IMIX' and
9768 #           '1T1C' and
9769 #           'NDRPDR'"
9770 #  parameters:
9771 #  - "throughput"
9772 #  - "name"
9773 #  - "tags"
9774 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9775 #  x-axis: "X = CNFs per Service Chain"
9776 #  y-axis: "Y = Number of Service Chains"
9777 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9778 #  layout:
9779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9780 #    layout: "plot-service-density"
9781 #
9782 #- type: "plot"
9783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9784 #  algorithm: "plot_nf_heatmap"
9785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9786 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9787 #  filter: "'NIC_Intel-XL710' and
9788 #           'NF_DENSITY' and
9789 #           'DOCKER' and
9790 #           'CHAIN' and
9791 #           'NF_VPPIP4' and
9792 #           'IPSEC' and
9793 #           'TNL_4' and
9794 #           'IMIX' and
9795 #           '2T2C' and
9796 #           'NDRPDR'"
9797 #  parameters:
9798 #  - "throughput"
9799 #  - "name"
9800 #  - "tags"
9801 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9802 #  x-axis: "X = CNFs per Service Chain"
9803 #  y-axis: "Y = Number of Service Chains"
9804 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9805 #  layout:
9806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9807 #    layout: "plot-service-density"
9808 #
9809 #- type: "plot"
9810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9811 #  algorithm: "plot_nf_heatmap"
9812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9813 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9814 #  filter: "'NIC_Intel-XL710' and
9815 #           'NF_DENSITY' and
9816 #           'DOCKER' and
9817 #           'CHAIN' and
9818 #           'NF_VPPIP4' and
9819 #           'IPSEC' and
9820 #           'TNL_4' and
9821 #           'IMIX' and
9822 #           '4T4C' and
9823 #           'NDRPDR'"
9824 #  parameters:
9825 #  - "throughput"
9826 #  - "name"
9827 #  - "tags"
9828 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9829 #  x-axis: "X = CNFs per Service Chain"
9830 #  y-axis: "Y = Number of Service Chains"
9831 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9832 #  layout:
9833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9834 #    layout: "plot-service-density"
9835 #
9836 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9837 #- type: "plot"
9838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9839 #  algorithm: "plot_nf_heatmap"
9840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9841 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9842 #  filter: "'NIC_Intel-XL710' and
9843 #           'NF_DENSITY' and
9844 #           'DOCKER' and
9845 #           'CHAIN' and
9846 #           'NF_VPPIP4' and
9847 #           'IPSEC' and
9848 #           'TNL_4' and
9849 #           'IMIX' and
9850 #           '1T1C' and
9851 #           'NDRPDR'"
9852 #  parameters:
9853 #  - "throughput"
9854 #  - "name"
9855 #  - "tags"
9856 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9857 #  x-axis: "X = CNFs per Service Chain"
9858 #  y-axis: "Y = Number of Service Chains"
9859 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9860 #  layout:
9861 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9862 #    layout: "plot-service-density"
9863 #
9864 #- type: "plot"
9865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9866 #  algorithm: "plot_nf_heatmap"
9867 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9868 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9869 #  filter: "'NIC_Intel-XL710' and
9870 #           'NF_DENSITY' and
9871 #           'DOCKER' and
9872 #           'CHAIN' and
9873 #           'NF_VPPIP4' and
9874 #           'IPSEC' and
9875 #           'TNL_4' and
9876 #           'IMIX' and
9877 #           '2T2C' and
9878 #           'NDRPDR'"
9879 #  parameters:
9880 #  - "throughput"
9881 #  - "name"
9882 #  - "tags"
9883 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9884 #  x-axis: "X = CNFs per Service Chain"
9885 #  y-axis: "Y = Number of Service Chains"
9886 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9887 #  layout:
9888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9889 #    layout: "plot-service-density"
9890 #
9891 #- type: "plot"
9892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9893 #  algorithm: "plot_nf_heatmap"
9894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9895 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9896 #  filter: "'NIC_Intel-XL710' and
9897 #           'NF_DENSITY' and
9898 #           'DOCKER' and
9899 #           'CHAIN' and
9900 #           'NF_VPPIP4' and
9901 #           'IPSEC' and
9902 #           'TNL_4' and
9903 #           'IMIX' and
9904 #           '4T4C' and
9905 #           'NDRPDR'"
9906 #  parameters:
9907 #  - "throughput"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Chain"
9912 #  y-axis: "Y = Number of Service Chains"
9913 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9916 #    layout: "plot-service-density"
9917
9918 ###############################################################################
9919
9920 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9921 #- type: "plot"
9922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9923 #  algorithm: "plot_nf_heatmap"
9924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9925 #  data: "plot-vpp-nfv-3n-skx-mrr"
9926 #  filter: "'NIC_Intel-XXV710' and
9927 #           'NF_DENSITY' and
9928 #           'DOCKER' and
9929 #           'CHAIN' and
9930 #           'NF_VPPIP4' and
9931 #           'IPSEC' and
9932 #           'TNL_1000' and
9933 #           'IMIX' and
9934 #           '2T1C' and
9935 #           'MRR'"
9936 #  parameters:
9937 #  - "result"
9938 #  - "name"
9939 #  - "tags"
9940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9941 #  x-axis: "X = CNFs per Service Chain"
9942 #  y-axis: "Y = Number of Service Chains"
9943 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9944 #  layout:
9945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9946 #    layout: "plot-service-density"
9947 #
9948 #- type: "plot"
9949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9950 #  algorithm: "plot_nf_heatmap"
9951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9952 #  data: "plot-vpp-nfv-3n-skx-mrr"
9953 #  filter: "'NIC_Intel-XXV710' and
9954 #           'NF_DENSITY' and
9955 #           'DOCKER' and
9956 #           'CHAIN' and
9957 #           'NF_VPPIP4' and
9958 #           'IPSEC' and
9959 #           'TNL_1000' and
9960 #           'IMIX' and
9961 #           '4T2C' and
9962 #           'MRR'"
9963 #  parameters:
9964 #  - "result"
9965 #  - "name"
9966 #  - "tags"
9967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9968 #  x-axis: "X = CNFs per Service Chain"
9969 #  y-axis: "Y = Number of Service Chains"
9970 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9971 #  layout:
9972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9973 #    layout: "plot-service-density"
9974 #
9975 #- type: "plot"
9976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9977 #  algorithm: "plot_nf_heatmap"
9978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9979 #  data: "plot-vpp-nfv-3n-skx-mrr"
9980 #  filter: "'NIC_Intel-XXV710' and
9981 #           'NF_DENSITY' and
9982 #           'DOCKER' and
9983 #           'CHAIN' and
9984 #           'NF_VPPIP4' and
9985 #           'IPSEC' and
9986 #           'TNL_1000' and
9987 #           'IMIX' and
9988 #           '8T4C' and
9989 #           'MRR'"
9990 #  parameters:
9991 #  - "result"
9992 #  - "name"
9993 #  - "tags"
9994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9995 #  x-axis: "X = CNFs per Service Chain"
9996 #  y-axis: "Y = Number of Service Chains"
9997 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9998 #  layout:
9999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10000 #    layout: "plot-service-density"
10001
10002 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10003 - type: "plot"
10004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10005   algorithm: "plot_nf_heatmap"
10006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10007   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10008   filter: "'NIC_Intel-XXV710' and
10009            'NF_DENSITY' and
10010            'DOCKER' and
10011            'CHAIN' and
10012            'NF_VPPIP4' and
10013            'IPSEC' and
10014            'TNL_1000' and
10015            'IMIX' and
10016            '2T1C' and
10017            'NDRPDR'"
10018   parameters:
10019   - "throughput"
10020   - "name"
10021   - "tags"
10022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10023   x-axis: "X = CNFs per Service Chain"
10024   y-axis: "Y = Number of Service Chains"
10025   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10026   layout:
10027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10028     layout: "plot-service-density"
10029
10030 - type: "plot"
10031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10032   algorithm: "plot_nf_heatmap"
10033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10034   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10035   filter: "'NIC_Intel-XXV710' and
10036            'NF_DENSITY' and
10037            'DOCKER' and
10038            'CHAIN' and
10039            'NF_VPPIP4' and
10040            'IPSEC' and
10041            'TNL_1000' and
10042            'IMIX' and
10043            '4T2C' and
10044            'NDRPDR'"
10045   parameters:
10046   - "throughput"
10047   - "name"
10048   - "tags"
10049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10050   x-axis: "X = CNFs per Service Chain"
10051   y-axis: "Y = Number of Service Chains"
10052   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10053   layout:
10054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10055     layout: "plot-service-density"
10056
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10061   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10062   filter: "'NIC_Intel-XXV710' and
10063            'NF_DENSITY' and
10064            'DOCKER' and
10065            'CHAIN' and
10066            'NF_VPPIP4' and
10067            'IPSEC' and
10068            'TNL_1000' and
10069            'IMIX' and
10070            '8T4C' and
10071            'NDRPDR'"
10072   parameters:
10073   - "throughput"
10074   - "name"
10075   - "tags"
10076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077   x-axis: "X = CNFs per Service Chain"
10078   y-axis: "Y = Number of Service Chains"
10079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10080   layout:
10081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10082     layout: "plot-service-density"
10083
10084 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10089   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10090   filter: "'NIC_Intel-XXV710' and
10091            'NF_DENSITY' and
10092            'DOCKER' and
10093            'CHAIN' and
10094            'NF_VPPIP4' and
10095            'IPSEC' and
10096            'TNL_1000' and
10097            'IMIX' and
10098            '2T1C' and
10099            'NDRPDR'"
10100   parameters:
10101   - "throughput"
10102   - "name"
10103   - "tags"
10104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10105   x-axis: "X = CNFs per Service Chain"
10106   y-axis: "Y = Number of Service Chains"
10107   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10108   layout:
10109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10110     layout: "plot-service-density"
10111
10112 - type: "plot"
10113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10114   algorithm: "plot_nf_heatmap"
10115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10116   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10117   filter: "'NIC_Intel-XXV710' and
10118            'NF_DENSITY' and
10119            'DOCKER' and
10120            'CHAIN' and
10121            'NF_VPPIP4' and
10122            'IPSEC' and
10123            'TNL_1000' and
10124            'IMIX' and
10125            '4T2C' and
10126            'NDRPDR'"
10127   parameters:
10128   - "throughput"
10129   - "name"
10130   - "tags"
10131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10132   x-axis: "X = CNFs per Service Chain"
10133   y-axis: "Y = Number of Service Chains"
10134   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10135   layout:
10136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10137     layout: "plot-service-density"
10138
10139 - type: "plot"
10140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10141   algorithm: "plot_nf_heatmap"
10142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10143   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10144   filter: "'NIC_Intel-XXV710' and
10145            'NF_DENSITY' and
10146            'DOCKER' and
10147            'CHAIN' and
10148            'NF_VPPIP4' and
10149            'IPSEC' and
10150            'TNL_1000' and
10151            'IMIX' and
10152            '8T4C' and
10153            'NDRPDR'"
10154   parameters:
10155   - "throughput"
10156   - "name"
10157   - "tags"
10158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10159   x-axis: "X = CNFs per Service Chain"
10160   y-axis: "Y = Number of Service Chains"
10161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10162   layout:
10163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10164     layout: "plot-service-density"
10165
10166 ###############################################################################
10167
10168 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10169 #- type: "plot"
10170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10171 #  algorithm: "plot_nf_heatmap"
10172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10173 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10174 #  filter: "'NIC_Intel-XL710' and
10175 #           'NF_DENSITY' and
10176 #           'DOCKER' and
10177 #           'CHAIN' and
10178 #           'NF_VPPIP4' and
10179 #           'IMIX' and
10180 #           'TNL_1000' and
10181 #           '1T1C' and
10182 #           'MRR'"
10183 #  parameters:
10184 #  - "result"
10185 #  - "name"
10186 #  - "tags"
10187 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10188 #  x-axis: "X = CNFs per Service Chain"
10189 #  y-axis: "Y = Number of Service Chains"
10190 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10191 #  layout:
10192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10193 #    layout: "plot-service-density"
10194 #
10195 #- type: "plot"
10196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10197 #  algorithm: "plot_nf_heatmap"
10198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10199 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10200 #  filter: "'NIC_Intel-XL710' and
10201 #           'NF_DENSITY' and
10202 #           'DOCKER' and
10203 #           'CHAIN' and
10204 #           'NF_VPPIP4' and
10205 #           'IPSEC' and
10206 #           'TNL_1000' and
10207 #           'IMIX' and
10208 #           '2T2C' and
10209 #           'MRR'"
10210 #  parameters:
10211 #  - "result"
10212 #  - "name"
10213 #  - "tags"
10214 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10215 #  x-axis: "X = CNFs per Service Chain"
10216 #  y-axis: "Y = Number of Service Chains"
10217 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10218 #  layout:
10219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10220 #    layout: "plot-service-density"
10221 #
10222 #- type: "plot"
10223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10224 #  algorithm: "plot_nf_heatmap"
10225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10226 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10227 #  filter: "'NIC_Intel-XL710' and
10228 #           'NF_DENSITY' and
10229 #           'DOCKER' and
10230 #           'CHAIN' and
10231 #           'NF_VPPIP4' and
10232 #           'IPSEC' and
10233 #           'TNL_1000' and
10234 #           'IMIX' and
10235 #           '4T4C' and
10236 #           'MRR'"
10237 #  parameters:
10238 #  - "result"
10239 #  - "name"
10240 #  - "tags"
10241 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10242 #  x-axis: "X = CNFs per Service Chain"
10243 #  y-axis: "Y = Number of Service Chains"
10244 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10245 #  layout:
10246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10247 #    layout: "plot-service-density"
10248
10249 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10250 #- type: "plot"
10251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10252 #  algorithm: "plot_nf_heatmap"
10253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10254 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10255 #  filter: "'NIC_Intel-XL710' and
10256 #           'NF_DENSITY' and
10257 #           'DOCKER' and
10258 #           'CHAIN' and
10259 #           'NF_VPPIP4' and
10260 #           'IPSEC' and
10261 #           'TNL_1000' and
10262 #           'IMIX' and
10263 #           '1T1C' and
10264 #           'NDRPDR'"
10265 #  parameters:
10266 #  - "throughput"
10267 #  - "name"
10268 #  - "tags"
10269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10270 #  x-axis: "X = CNFs per Service Chain"
10271 #  y-axis: "Y = Number of Service Chains"
10272 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10273 #  layout:
10274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10275 #    layout: "plot-service-density"
10276 #
10277 #- type: "plot"
10278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10279 #  algorithm: "plot_nf_heatmap"
10280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10281 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10282 #  filter: "'NIC_Intel-XL710' and
10283 #           'NF_DENSITY' and
10284 #           'DOCKER' and
10285 #           'CHAIN' and
10286 #           'NF_VPPIP4' and
10287 #           'IPSEC' and
10288 #           'TNL_1000' and
10289 #           'IMIX' and
10290 #           '2T2C' and
10291 #           'NDRPDR'"
10292 #  parameters:
10293 #  - "throughput"
10294 #  - "name"
10295 #  - "tags"
10296 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10297 #  x-axis: "X = CNFs per Service Chain"
10298 #  y-axis: "Y = Number of Service Chains"
10299 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10300 #  layout:
10301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10302 #    layout: "plot-service-density"
10303 #
10304 #- type: "plot"
10305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10306 #  algorithm: "plot_nf_heatmap"
10307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10308 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10309 #  filter: "'NIC_Intel-XL710' and
10310 #           'NF_DENSITY' and
10311 #           'DOCKER' and
10312 #           'CHAIN' and
10313 #           'NF_VPPIP4' and
10314 #           'IPSEC' and
10315 #           'TNL_1000' and
10316 #           'IMIX' and
10317 #           '4T4C' and
10318 #           'NDRPDR'"
10319 #  parameters:
10320 #  - "throughput"
10321 #  - "name"
10322 #  - "tags"
10323 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324 #  x-axis: "X = CNFs per Service Chain"
10325 #  y-axis: "Y = Number of Service Chains"
10326 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327 #  layout:
10328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10329 #    layout: "plot-service-density"
10330 #
10331 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10332 #- type: "plot"
10333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10334 #  algorithm: "plot_nf_heatmap"
10335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10336 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10337 #  filter: "'NIC_Intel-XL710' and
10338 #           'NF_DENSITY' and
10339 #           'DOCKER' and
10340 #           'CHAIN' and
10341 #           'NF_VPPIP4' and
10342 #           'IPSEC' and
10343 #           'TNL_1000' and
10344 #           'IMIX' and
10345 #           '1T1C' and
10346 #           'NDRPDR'"
10347 #  parameters:
10348 #  - "throughput"
10349 #  - "name"
10350 #  - "tags"
10351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10352 #  x-axis: "X = CNFs per Service Chain"
10353 #  y-axis: "Y = Number of Service Chains"
10354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10355 #  layout:
10356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10357 #    layout: "plot-service-density"
10358 #
10359 #- type: "plot"
10360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10361 #  algorithm: "plot_nf_heatmap"
10362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10363 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10364 #  filter: "'NIC_Intel-XL710' and
10365 #           'NF_DENSITY' and
10366 #           'DOCKER' and
10367 #           'CHAIN' and
10368 #           'NF_VPPIP4' and
10369 #           'IPSEC' and
10370 #           'TNL_1000' and
10371 #           'IMIX' and
10372 #           '2T2C' and
10373 #           'NDRPDR'"
10374 #  parameters:
10375 #  - "throughput"
10376 #  - "name"
10377 #  - "tags"
10378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10379 #  x-axis: "X = CNFs per Service Chain"
10380 #  y-axis: "Y = Number of Service Chains"
10381 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10382 #  layout:
10383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10384 #    layout: "plot-service-density"
10385 #
10386 #- type: "plot"
10387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10388 #  algorithm: "plot_nf_heatmap"
10389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10390 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10391 #  filter: "'NIC_Intel-XL710' and
10392 #           'NF_DENSITY' and
10393 #           'DOCKER' and
10394 #           'CHAIN' and
10395 #           'NF_VPPIP4' and
10396 #           'IPSEC' and
10397 #           'TNL_1000' and
10398 #           'IMIX' and
10399 #           '4T4C' and
10400 #           'NDRPDR'"
10401 #  parameters:
10402 #  - "throughput"
10403 #  - "name"
10404 #  - "tags"
10405 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10406 #  x-axis: "X = CNFs per Service Chain"
10407 #  y-axis: "Y = Number of Service Chains"
10408 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10409 #  layout:
10410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10411 #    layout: "plot-service-density"
10412
10413 ###############################################################################
10414
10415 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10416 #- type: "plot"
10417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10418 #  algorithm: "plot_nf_heatmap"
10419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10420 #  data: "plot-vpp-nfv-3n-skx-mrr"
10421 #  filter: "'NIC_Intel-XXV710' and
10422 #           'NF_DENSITY' and
10423 #           'DOCKER' and
10424 #           'CHAIN' and
10425 #           'NF_VPPIP4' and
10426 #           'IPSEC' and
10427 #           'TNL_10000' and
10428 #           'IMIX' and
10429 #           '2T1C' and
10430 #           'MRR'"
10431 #  parameters:
10432 #  - "result"
10433 #  - "name"
10434 #  - "tags"
10435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10436 #  x-axis: "X = CNFs per Service Chain"
10437 #  y-axis: "Y = Number of Service Chains"
10438 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10439 #  layout:
10440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10441 #    layout: "plot-service-density"
10442 #
10443 #- type: "plot"
10444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10445 #  algorithm: "plot_nf_heatmap"
10446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10447 #  data: "plot-vpp-nfv-3n-skx-mrr"
10448 #  filter: "'NIC_Intel-XXV710' and
10449 #           'NF_DENSITY' and
10450 #           'DOCKER' and
10451 #           'CHAIN' and
10452 #           'NF_VPPIP4' and
10453 #           'IPSEC' and
10454 #           'TNL_10000' and
10455 #           'IMIX' and
10456 #           '4T2C' and
10457 #           'MRR'"
10458 #  parameters:
10459 #  - "result"
10460 #  - "name"
10461 #  - "tags"
10462 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10463 #  x-axis: "X = CNFs per Service Chain"
10464 #  y-axis: "Y = Number of Service Chains"
10465 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10466 #  layout:
10467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10468 #    layout: "plot-service-density"
10469 #
10470 #- type: "plot"
10471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10472 #  algorithm: "plot_nf_heatmap"
10473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10474 #  data: "plot-vpp-nfv-3n-skx-mrr"
10475 #  filter: "'NIC_Intel-XXV710' and
10476 #           'NF_DENSITY' and
10477 #           'DOCKER' and
10478 #           'CHAIN' and
10479 #           'NF_VPPIP4' and
10480 #           'IPSEC' and
10481 #           'TNL_10000' and
10482 #           'IMIX' and
10483 #           '8T4C' and
10484 #           'MRR'"
10485 #  parameters:
10486 #  - "result"
10487 #  - "name"
10488 #  - "tags"
10489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10490 #  x-axis: "X = CNFs per Service Chain"
10491 #  y-axis: "Y = Number of Service Chains"
10492 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10493 #  layout:
10494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10495 #    layout: "plot-service-density"
10496
10497 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10498 - type: "plot"
10499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10500   algorithm: "plot_nf_heatmap"
10501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10502   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10503   filter: "'NIC_Intel-XXV710' and
10504            'NF_DENSITY' and
10505            'DOCKER' and
10506            'CHAIN' and
10507            'NF_VPPIP4' and
10508            'IPSEC' and
10509            'TNL_10000' and
10510            'IMIX' and
10511            '2T1C' and
10512            'NDRPDR'"
10513   parameters:
10514   - "throughput"
10515   - "name"
10516   - "tags"
10517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10518   x-axis: "X = CNFs per Service Chain"
10519   y-axis: "Y = Number of Service Chains"
10520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10521   layout:
10522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10523     layout: "plot-service-density"
10524
10525 - type: "plot"
10526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10527   algorithm: "plot_nf_heatmap"
10528   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10529   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10530   filter: "'NIC_Intel-XXV710' and
10531            'NF_DENSITY' and
10532            'DOCKER' and
10533            'CHAIN' and
10534            'NF_VPPIP4' and
10535            'IPSEC' and
10536            'TNL_10000' and
10537            'IMIX' and
10538            '4T2C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = CNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10550     layout: "plot-service-density"
10551
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10556   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10557   filter: "'NIC_Intel-XXV710' and
10558            'NF_DENSITY' and
10559            'DOCKER' and
10560            'CHAIN' and
10561            'NF_VPPIP4' and
10562            'IPSEC' and
10563            'TNL_10000' and
10564            'IMIX' and
10565            '8T4C' and
10566            'NDRPDR'"
10567   parameters:
10568   - "throughput"
10569   - "name"
10570   - "tags"
10571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = CNFs per Service Chain"
10573   y-axis: "Y = Number of Service Chains"
10574   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10577     layout: "plot-service-density"
10578
10579 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10580 - type: "plot"
10581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10582   algorithm: "plot_nf_heatmap"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10584   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'DOCKER' and
10588            'CHAIN' and
10589            'NF_VPPIP4' and
10590            'IPSEC' and
10591            'TNL_10000' and
10592            'IMIX' and
10593            '2T1C' and
10594            'NDRPDR'"
10595   parameters:
10596   - "throughput"
10597   - "name"
10598   - "tags"
10599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10600   x-axis: "X = CNFs per Service Chain"
10601   y-axis: "Y = Number of Service Chains"
10602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10603   layout:
10604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10605     layout: "plot-service-density"
10606
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10611   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10612   filter: "'NIC_Intel-XXV710' and
10613            'NF_DENSITY' and
10614            'DOCKER' and
10615            'CHAIN' and
10616            'NF_VPPIP4' and
10617            'IPSEC' and
10618            'TNL_10000' and
10619            'IMIX' and
10620            '4T2C' and
10621            'NDRPDR'"
10622   parameters:
10623   - "throughput"
10624   - "name"
10625   - "tags"
10626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10627   x-axis: "X = CNFs per Service Chain"
10628   y-axis: "Y = Number of Service Chains"
10629   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10630   layout:
10631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10632     layout: "plot-service-density"
10633
10634 - type: "plot"
10635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10636   algorithm: "plot_nf_heatmap"
10637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10638   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10639   filter: "'NIC_Intel-XXV710' and
10640            'NF_DENSITY' and
10641            'DOCKER' and
10642            'CHAIN' and
10643            'NF_VPPIP4' and
10644            'IPSEC' and
10645            'TNL_10000' and
10646            'IMIX' and
10647            '8T4C' and
10648            'NDRPDR'"
10649   parameters:
10650   - "throughput"
10651   - "name"
10652   - "tags"
10653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Chain"
10655   y-axis: "Y = Number of Service Chains"
10656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10659     layout: "plot-service-density"
10660
10661 ###############################################################################
10662
10663 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10664 #- type: "plot"
10665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10666 #  algorithm: "plot_nf_heatmap"
10667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10668 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10669 #  filter: "'NIC_Intel-XL710' and
10670 #           'NF_DENSITY' and
10671 #           'DOCKER' and
10672 #           'CHAIN' and
10673 #           'NF_VPPIP4' and
10674 #           'IMIX' and
10675 #           'TNL_10000' and
10676 #           '1T1C' and
10677 #           'MRR'"
10678 #  parameters:
10679 #  - "result"
10680 #  - "name"
10681 #  - "tags"
10682 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10683 #  x-axis: "X = CNFs per Service Chain"
10684 #  y-axis: "Y = Number of Service Chains"
10685 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10686 #  layout:
10687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10688 #    layout: "plot-service-density"
10689 #
10690 #- type: "plot"
10691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10692 #  algorithm: "plot_nf_heatmap"
10693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10694 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10695 #  filter: "'NIC_Intel-XL710' and
10696 #           'NF_DENSITY' and
10697 #           'DOCKER' and
10698 #           'CHAIN' and
10699 #           'NF_VPPIP4' and
10700 #           'IPSEC' and
10701 #           'TNL_10000' and
10702 #           'IMIX' and
10703 #           '2T2C' and
10704 #           'MRR'"
10705 #  parameters:
10706 #  - "result"
10707 #  - "name"
10708 #  - "tags"
10709 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10710 #  x-axis: "X = CNFs per Service Chain"
10711 #  y-axis: "Y = Number of Service Chains"
10712 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10713 #  layout:
10714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10715 #    layout: "plot-service-density"
10716 #
10717 #- type: "plot"
10718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10719 #  algorithm: "plot_nf_heatmap"
10720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10721 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10722 #  filter: "'NIC_Intel-XL710' and
10723 #           'NF_DENSITY' and
10724 #           'DOCKER' and
10725 #           'CHAIN' and
10726 #           'NF_VPPIP4' and
10727 #           'IPSEC' and
10728 #           'TNL_10000' and
10729 #           'IMIX' and
10730 #           '4T4C' and
10731 #           'MRR'"
10732 #  parameters:
10733 #  - "result"
10734 #  - "name"
10735 #  - "tags"
10736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10737 #  x-axis: "X = CNFs per Service Chain"
10738 #  y-axis: "Y = Number of Service Chains"
10739 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10740 #  layout:
10741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10742 #    layout: "plot-service-density"
10743
10744 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10745 #- type: "plot"
10746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10747 #  algorithm: "plot_nf_heatmap"
10748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10749 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10750 #  filter: "'NIC_Intel-XL710' and
10751 #           'NF_DENSITY' and
10752 #           'DOCKER' and
10753 #           'CHAIN' and
10754 #           'NF_VPPIP4' and
10755 #           'IPSEC' and
10756 #           'TNL_10000' and
10757 #           'IMIX' and
10758 #           '1T1C' and
10759 #           'NDRPDR'"
10760 #  parameters:
10761 #  - "throughput"
10762 #  - "name"
10763 #  - "tags"
10764 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10765 #  x-axis: "X = CNFs per Service Chain"
10766 #  y-axis: "Y = Number of Service Chains"
10767 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10768 #  layout:
10769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10770 #    layout: "plot-service-density"
10771 #
10772 #- type: "plot"
10773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10774 #  algorithm: "plot_nf_heatmap"
10775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10776 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10777 #  filter: "'NIC_Intel-XL710' and
10778 #           'NF_DENSITY' and
10779 #           'DOCKER' and
10780 #           'CHAIN' and
10781 #           'NF_VPPIP4' and
10782 #           'IPSEC' and
10783 #           'TNL_10000' and
10784 #           'IMIX' and
10785 #           '2T2C' and
10786 #           'NDRPDR'"
10787 #  parameters:
10788 #  - "throughput"
10789 #  - "name"
10790 #  - "tags"
10791 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10792 #  x-axis: "X = CNFs per Service Chain"
10793 #  y-axis: "Y = Number of Service Chains"
10794 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10795 #  layout:
10796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10797 #    layout: "plot-service-density"
10798 #
10799 #- type: "plot"
10800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10801 #  algorithm: "plot_nf_heatmap"
10802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10803 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10804 #  filter: "'NIC_Intel-XL710' and
10805 #           'NF_DENSITY' and
10806 #           'DOCKER' and
10807 #           'CHAIN' and
10808 #           'NF_VPPIP4' and
10809 #           'IPSEC' and
10810 #           'TNL_10000' and
10811 #           'IMIX' and
10812 #           '4T4C' and
10813 #           'NDRPDR'"
10814 #  parameters:
10815 #  - "throughput"
10816 #  - "name"
10817 #  - "tags"
10818 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10819 #  x-axis: "X = CNFs per Service Chain"
10820 #  y-axis: "Y = Number of Service Chains"
10821 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10822 #  layout:
10823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10824 #    layout: "plot-service-density"
10825 #
10826 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10827 #- type: "plot"
10828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10829 #  algorithm: "plot_nf_heatmap"
10830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10831 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10832 #  filter: "'NIC_Intel-XL710' and
10833 #           'NF_DENSITY' and
10834 #           'DOCKER' and
10835 #           'CHAIN' and
10836 #           'NF_VPPIP4' and
10837 #           'IPSEC' and
10838 #           'TNL_10000' and
10839 #           'IMIX' and
10840 #           '1T1C' and
10841 #           'NDRPDR'"
10842 #  parameters:
10843 #  - "throughput"
10844 #  - "name"
10845 #  - "tags"
10846 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10847 #  x-axis: "X = CNFs per Service Chain"
10848 #  y-axis: "Y = Number of Service Chains"
10849 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10850 #  layout:
10851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10852 #    layout: "plot-service-density"
10853 #
10854 #- type: "plot"
10855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10856 #  algorithm: "plot_nf_heatmap"
10857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10858 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10859 #  filter: "'NIC_Intel-XL710' and
10860 #           'NF_DENSITY' and
10861 #           'DOCKER' and
10862 #           'CHAIN' and
10863 #           'NF_VPPIP4' and
10864 #           'IPSEC' and
10865 #           'TNL_10000' and
10866 #           'IMIX' and
10867 #           '2T2C' and
10868 #           'NDRPDR'"
10869 #  parameters:
10870 #  - "throughput"
10871 #  - "name"
10872 #  - "tags"
10873 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10874 #  x-axis: "X = CNFs per Service Chain"
10875 #  y-axis: "Y = Number of Service Chains"
10876 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10877 #  layout:
10878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10879 #    layout: "plot-service-density"
10880 #
10881 #- type: "plot"
10882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10883 #  algorithm: "plot_nf_heatmap"
10884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10885 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10886 #  filter: "'NIC_Intel-XL710' and
10887 #           'NF_DENSITY' and
10888 #           'DOCKER' and
10889 #           'CHAIN' and
10890 #           'NF_VPPIP4' and
10891 #           'IPSEC' and
10892 #           'TNL_10000' and
10893 #           'IMIX' and
10894 #           '4T4C' and
10895 #           'NDRPDR'"
10896 #  parameters:
10897 #  - "throughput"
10898 #  - "name"
10899 #  - "tags"
10900 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10901 #  x-axis: "X = CNFs per Service Chain"
10902 #  y-axis: "Y = Number of Service Chains"
10903 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10904 #  layout:
10905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10906 #    layout: "plot-service-density"
10907
10908 ###############################################################################
10909
10910 # Plots - NF Density - CSP - MRR IMIX
10911 - type: "plot"
10912   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10913   algorithm: "plot_nf_heatmap"
10914   output-file-type: ".html"
10915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10916   data: "plot-vpp-nfv-2n-skx-mrr"
10917   filter: "'NIC_Intel-XXV710' and
10918            'NF_DENSITY' and
10919            'DOCKER' and
10920            'PIPELINE' and
10921            'NF_VPPIP4' and
10922            'IMIX' and
10923            '2T1C' and
10924            'MRR'"
10925   parameters:
10926   - "result"
10927   - "name"
10928   - "tags"
10929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10930   x-axis: "X = CNFs per Service Pipeline"
10931   y-axis: "Y = Number of Service Pipelines"
10932   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10933   layout:
10934     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10935     layout: "plot-service-density"
10936
10937 - type: "plot"
10938   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10939   algorithm: "plot_nf_heatmap"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10942   data: "plot-vpp-nfv-2n-skx-mrr"
10943   filter: "'NIC_Intel-XXV710' and
10944            'NF_DENSITY' and
10945            'DOCKER' and
10946            'PIPELINE' and
10947            'NF_VPPIP4' and
10948            'IMIX' and
10949            '4T2C' and
10950            'MRR'"
10951   parameters:
10952   - "result"
10953   - "name"
10954   - "tags"
10955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10956   x-axis: "X = CNFs per Service Pipeline"
10957   y-axis: "Y = Number of Service Pipelines"
10958   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10959   layout:
10960     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10961     layout: "plot-service-density"
10962
10963 - type: "plot"
10964   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10965   algorithm: "plot_nf_heatmap"
10966   output-file-type: ".html"
10967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10968   data: "plot-vpp-nfv-2n-skx-mrr"
10969   filter: "'NIC_Intel-XXV710' and
10970            'NF_DENSITY' and
10971            'DOCKER' and
10972            'PIPELINE' and
10973            'NF_VPPIP4' and
10974            'IMIX' and
10975            '8T4C' and
10976            'MRR'"
10977   parameters:
10978   - "result"
10979   - "name"
10980   - "tags"
10981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10982   x-axis: "X = CNFs per Service Pipeline"
10983   y-axis: "Y = Number of Service Pipelines"
10984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10985   layout:
10986     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10987     layout: "plot-service-density"
10988
10989 # Plots - NF Density - CSP - NDR IMIX
10990 - type: "plot"
10991   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10992   algorithm: "plot_nf_heatmap"
10993   output-file-type: ".html"
10994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10995   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10996   filter: "'NIC_Intel-XXV710' and
10997            'NF_DENSITY' and
10998            'DOCKER' and
10999            'PIPELINE' and
11000            'NF_VPPIP4' and
11001            'IMIX' and
11002            '2T1C' and
11003            'NDRPDR'"
11004   parameters:
11005   - "throughput"
11006   - "name"
11007   - "tags"
11008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11009   x-axis: "X = CNFs per Service Pipeline"
11010   y-axis: "Y = Number of Service Pipelines"
11011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11012   layout:
11013     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11014     layout: "plot-service-density"
11015
11016 - type: "plot"
11017   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11018   algorithm: "plot_nf_heatmap"
11019   output-file-type: ".html"
11020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11022   filter: "'NIC_Intel-XXV710' and
11023            'NF_DENSITY' and
11024            'DOCKER' and
11025            'PIPELINE' and
11026            'NF_VPPIP4' and
11027            'IMIX' and
11028            '4T2C' and
11029            'NDRPDR'"
11030   parameters:
11031   - "throughput"
11032   - "name"
11033   - "tags"
11034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11035   x-axis: "X = CNFs per Service Pipeline"
11036   y-axis: "Y = Number of Service Pipelines"
11037   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11038   layout:
11039     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11040     layout: "plot-service-density"
11041
11042 - type: "plot"
11043   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11044   algorithm: "plot_nf_heatmap"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11047   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11048   filter: "'NIC_Intel-XXV710' and
11049            'NF_DENSITY' and
11050            'DOCKER' and
11051            'PIPELINE' and
11052            'NF_VPPIP4' and
11053            'IMIX' and
11054            '8T4C' and
11055            'NDRPDR'"
11056   parameters:
11057   - "throughput"
11058   - "name"
11059   - "tags"
11060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11061   x-axis: "X = CNFs per Service Pipeline"
11062   y-axis: "Y = Number of Service Pipelines"
11063   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11064   layout:
11065     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11066     layout: "plot-service-density"
11067
11068 # Plots - NF Density - CSP - PDR IMIX
11069 - type: "plot"
11070   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11071   algorithm: "plot_nf_heatmap"
11072   output-file-type: ".html"
11073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11074   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11075   filter: "'NIC_Intel-XXV710' and
11076            'NF_DENSITY' and
11077            'DOCKER' and
11078            'PIPELINE' and
11079            'NF_VPPIP4' and
11080            'IMIX' and
11081            '2T1C' and
11082            'NDRPDR'"
11083   parameters:
11084   - "throughput"
11085   - "name"
11086   - "tags"
11087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11088   x-axis: "X = CNFs per Service Pipeline"
11089   y-axis: "Y = Number of Service Pipelines"
11090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11091   layout:
11092     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11093     layout: "plot-service-density"
11094
11095 - type: "plot"
11096   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11097   algorithm: "plot_nf_heatmap"
11098   output-file-type: ".html"
11099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11100   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11101   filter: "'NIC_Intel-XXV710' and
11102            'NF_DENSITY' and
11103            'DOCKER' and
11104            'PIPELINE' and
11105            'NF_VPPIP4' and
11106            'IMIX' and
11107            '4T2C' and
11108            'NDRPDR'"
11109   parameters:
11110   - "throughput"
11111   - "name"
11112   - "tags"
11113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11114   x-axis: "X = CNFs per Service Pipeline"
11115   y-axis: "Y = Number of Service Pipelines"
11116   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11117   layout:
11118     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11119     layout: "plot-service-density"
11120
11121 - type: "plot"
11122   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11123   algorithm: "plot_nf_heatmap"
11124   output-file-type: ".html"
11125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11126   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11127   filter: "'NIC_Intel-XXV710' and
11128            'NF_DENSITY' and
11129            'DOCKER' and
11130            'PIPELINE' and
11131            'NF_VPPIP4' and
11132            'IMIX' and
11133            '8T4C' and
11134            'NDRPDR'"
11135   parameters:
11136   - "throughput"
11137   - "name"
11138   - "tags"
11139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11140   x-axis: "X = CNFs per Service Pipeline"
11141   y-axis: "Y = Number of Service Pipelines"
11142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11143   layout:
11144     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11145     layout: "plot-service-density"
11146
11147 ###############################################################################
11148 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11149
11150 - type: "plot"
11151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11152   algorithm: "plot_nf_heatmap"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11155   data: "plot-vpp-nfv-2n-clx-mrr"
11156   filter: "'NIC_Intel-XXV710' and
11157            'NF_DENSITY' and
11158            'VHOST' and
11159            not 'VXLAN' and
11160            'CHAIN' and
11161            'NF_VPPIP4' and
11162            'IMIX' and
11163            '2T1C' and
11164            'MRR'"
11165   parameters:
11166   - "result"
11167   - "name"
11168   - "tags"
11169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11170   x-axis: "X = VNFs per Service Chain"
11171   y-axis: "Y = Number of Service Chains"
11172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11173   layout:
11174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11175     layout: "plot-service-density"
11176
11177 - type: "plot"
11178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11179   algorithm: "plot_nf_heatmap"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11182   data: "plot-vpp-nfv-2n-clx-mrr"
11183   filter: "'NIC_Intel-XXV710' and
11184            'NF_DENSITY' and
11185            'VHOST' and
11186            not 'VXLAN' and
11187            'CHAIN' and
11188            'NF_VPPIP4' and
11189            'IMIX' and
11190            '4T2C' and
11191            'MRR'"
11192   parameters:
11193   - "result"
11194   - "name"
11195   - "tags"
11196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11197   x-axis: "X = VNFs per Service Chain"
11198   y-axis: "Y = Number of Service Chains"
11199   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11200   layout:
11201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11202     layout: "plot-service-density"
11203
11204 - type: "plot"
11205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11206   algorithm: "plot_nf_heatmap"
11207   output-file-type: ".html"
11208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11209   data: "plot-vpp-nfv-2n-clx-mrr"
11210   filter: "'NIC_Intel-XXV710' and
11211            'NF_DENSITY' and
11212            'VHOST' and
11213            not 'VXLAN' and
11214            'CHAIN' and
11215            'NF_VPPIP4' and
11216            'IMIX' and
11217            '8T4C' and
11218            'MRR'"
11219   parameters:
11220   - "result"
11221   - "name"
11222   - "tags"
11223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11224   x-axis: "X = VNFs per Service Chain"
11225   y-axis: "Y = Number of Service Chains"
11226   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11227   layout:
11228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11229     layout: "plot-service-density"
11230
11231 # Plots - NF Density - VSC - NDR IMIX
11232 - type: "plot"
11233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11234   algorithm: "plot_nf_heatmap"
11235   output-file-type: ".html"
11236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11237   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11238   filter: "'NIC_Intel-XXV710' and
11239            'NF_DENSITY' and
11240            'VHOST' and
11241            not 'VXLAN' and
11242            'CHAIN' and
11243            'NF_VPPIP4' and
11244            'IMIX' and
11245            '2T1C' and
11246            'NDRPDR'"
11247   parameters:
11248   - "throughput"
11249   - "name"
11250   - "tags"
11251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11252   x-axis: "X = VNFs per Service Chain"
11253   y-axis: "Y = Number of Service Chains"
11254   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11255   layout:
11256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11257     layout: "plot-service-density"
11258
11259 - type: "plot"
11260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11261   algorithm: "plot_nf_heatmap"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11264   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11265   filter: "'NIC_Intel-XXV710' and
11266            'NF_DENSITY' and
11267            'VHOST' and
11268            not 'VXLAN' and
11269            'CHAIN' and
11270            'NF_VPPIP4' and
11271            'IMIX' and
11272            '4T2C' and
11273            'NDRPDR'"
11274   parameters:
11275   - "throughput"
11276   - "name"
11277   - "tags"
11278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11279   x-axis: "X = VNFs per Service Chain"
11280   y-axis: "Y = Number of Service Chains"
11281   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11282   layout:
11283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11284     layout: "plot-service-density"
11285
11286 - type: "plot"
11287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11288   algorithm: "plot_nf_heatmap"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11291   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11292   filter: "'NIC_Intel-XXV710' and
11293            'NF_DENSITY' and
11294            'VHOST' and
11295            not 'VXLAN' and
11296            'CHAIN' and
11297            'NF_VPPIP4' and
11298            'IMIX' and
11299            '8T4C' and
11300            'NDRPDR'"
11301   parameters:
11302   - "throughput"
11303   - "name"
11304   - "tags"
11305   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11306   x-axis: "X = VNFs per Service Chain"
11307   y-axis: "Y = Number of Service Chains"
11308   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11309   layout:
11310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11311     layout: "plot-service-density"
11312
11313 # Plots - NF Density - VSC - PDR IMIX
11314 - type: "plot"
11315   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11316   algorithm: "plot_nf_heatmap"
11317   output-file-type: ".html"
11318   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11319   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11320   filter: "'NIC_Intel-XXV710' and
11321            'NF_DENSITY' and
11322            'VHOST' and
11323            not 'VXLAN' and
11324            'CHAIN' and
11325            'NF_VPPIP4' and
11326            'IMIX' and
11327            '2T1C' and
11328            'NDRPDR'"
11329   parameters:
11330   - "throughput"
11331   - "name"
11332   - "tags"
11333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11334   x-axis: "X = VNFs per Service Chain"
11335   y-axis: "Y = Number of Service Chains"
11336   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11337   layout:
11338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11339     layout: "plot-service-density"
11340
11341 - type: "plot"
11342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11343   algorithm: "plot_nf_heatmap"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11346   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11347   filter: "'NIC_Intel-XXV710' and
11348            'NF_DENSITY' and
11349            'VHOST' and
11350            not 'VXLAN' and
11351            'CHAIN' and
11352            'NF_VPPIP4' and
11353            'IMIX' and
11354            '4T2C' and
11355            'NDRPDR'"
11356   parameters:
11357   - "throughput"
11358   - "name"
11359   - "tags"
11360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11361   x-axis: "X = VNFs per Service Chain"
11362   y-axis: "Y = Number of Service Chains"
11363   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11364   layout:
11365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11366     layout: "plot-service-density"
11367
11368 - type: "plot"
11369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11370   algorithm: "plot_nf_heatmap"
11371   output-file-type: ".html"
11372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11373   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11374   filter: "'NIC_Intel-XXV710' and
11375            'NF_DENSITY' and
11376            'VHOST' and
11377            not 'VXLAN' and
11378            'CHAIN' and
11379            'NF_VPPIP4' and
11380            'IMIX' and
11381            '8T4C' and
11382            'NDRPDR'"
11383   parameters:
11384   - "throughput"
11385   - "name"
11386   - "tags"
11387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11388   x-axis: "X = VNFs per Service Chain"
11389   y-axis: "Y = Number of Service Chains"
11390   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11391   layout:
11392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11393     layout: "plot-service-density"
11394
11395 # Plots - NF Density - VSC - MRR IMIX
11396 - type: "plot"
11397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11398   algorithm: "plot_nf_heatmap"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11401   data: "plot-vpp-nfv-2n-clx-mrr"
11402   filter: "'NIC_Intel-XXV710' and
11403            'NF_DENSITY' and
11404            'VHOST' and
11405            'VXLAN' and
11406            'CHAIN' and
11407            'IMIX' and
11408            '2T1C' and
11409            'MRR'"
11410   parameters:
11411   - "result"
11412   - "name"
11413   - "tags"
11414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11415   x-axis: "X = VNFs per Service Chain"
11416   y-axis: "Y = Number of Service Chains"
11417   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11418   layout:
11419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11420     layout: "plot-service-density"
11421
11422 - type: "plot"
11423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11424   algorithm: "plot_nf_heatmap"
11425   output-file-type: ".html"
11426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11427   data: "plot-vpp-nfv-2n-clx-mrr"
11428   filter: "'NIC_Intel-XXV710' and
11429            'NF_DENSITY' and
11430            'VHOST' and
11431            'VXLAN' and
11432            'CHAIN' and
11433            'IMIX' and
11434            '4T2C' and
11435            'MRR'"
11436   parameters:
11437   - "result"
11438   - "name"
11439   - "tags"
11440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11441   x-axis: "X = VNFs per Service Chain"
11442   y-axis: "Y = Number of Service Chains"
11443   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11444   layout:
11445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11446     layout: "plot-service-density"
11447
11448 - type: "plot"
11449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11450   algorithm: "plot_nf_heatmap"
11451   output-file-type: ".html"
11452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11453   data: "plot-vpp-nfv-2n-clx-mrr"
11454   filter: "'NIC_Intel-XXV710' and
11455            'NF_DENSITY' and
11456            'VHOST' and
11457            'VXLAN' and
11458            'CHAIN' and
11459            'IMIX' and
11460            '8T4C' and
11461            'MRR'"
11462   parameters:
11463   - "result"
11464   - "name"
11465   - "tags"
11466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11467   x-axis: "X = VNFs per Service Chain"
11468   y-axis: "Y = Number of Service Chains"
11469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11470   layout:
11471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11472     layout: "plot-service-density"
11473
11474 # Plots - NF Density - VSC - NDR IMIX
11475 - type: "plot"
11476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11477   algorithm: "plot_nf_heatmap"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11481   filter: "'NIC_Intel-XXV710' and
11482            'NF_DENSITY' and
11483            'VHOST' and
11484            'VXLAN' and
11485            'CHAIN' and
11486            'IMIX' and
11487            '2T1C' and
11488            'NDRPDR'"
11489   parameters:
11490   - "throughput"
11491   - "name"
11492   - "tags"
11493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11494   x-axis: "X = VNFs per Service Chain"
11495   y-axis: "Y = Number of Service Chains"
11496   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11497   layout:
11498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11499     layout: "plot-service-density"
11500
11501 - type: "plot"
11502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11503   algorithm: "plot_nf_heatmap"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11506   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11507   filter: "'NIC_Intel-XXV710' and
11508            'NF_DENSITY' and
11509            'VHOST' and
11510            'VXLAN' and
11511            'CHAIN' and
11512            'IMIX' and
11513            '4T2C' and
11514            'NDRPDR'"
11515   parameters:
11516   - "throughput"
11517   - "name"
11518   - "tags"
11519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11520   x-axis: "X = VNFs per Service Chain"
11521   y-axis: "Y = Number of Service Chains"
11522   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11523   layout:
11524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11525     layout: "plot-service-density"
11526
11527 - type: "plot"
11528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11529   algorithm: "plot_nf_heatmap"
11530   output-file-type: ".html"
11531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11533   filter: "'NIC_Intel-XXV710' and
11534            'NF_DENSITY' and
11535            'VHOST' and
11536            'VXLAN' and
11537            'CHAIN' and
11538            'IMIX' and
11539            '8T4C' and
11540            'NDRPDR'"
11541   parameters:
11542   - "throughput"
11543   - "name"
11544   - "tags"
11545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11546   x-axis: "X = VNFs per Service Chain"
11547   y-axis: "Y = Number of Service Chains"
11548   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11549   layout:
11550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11551     layout: "plot-service-density"
11552
11553 # Plots - NF Density - VSC - PDR IMIX
11554 - type: "plot"
11555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11556   algorithm: "plot_nf_heatmap"
11557   output-file-type: ".html"
11558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11559   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11560   filter: "'NIC_Intel-XXV710' and
11561            'NF_DENSITY' and
11562            'VHOST' and
11563            'VXLAN' and
11564            'CHAIN' and
11565            'IMIX' and
11566            '2T1C' and
11567            'NDRPDR'"
11568   parameters:
11569   - "throughput"
11570   - "name"
11571   - "tags"
11572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11573   x-axis: "X = VNFs per Service Chain"
11574   y-axis: "Y = Number of Service Chains"
11575   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11576   layout:
11577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11578     layout: "plot-service-density"
11579
11580 - type: "plot"
11581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11582   algorithm: "plot_nf_heatmap"
11583   output-file-type: ".html"
11584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11585   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11586   filter: "'NIC_Intel-XXV710' and
11587            'NF_DENSITY' and
11588            'VHOST' and
11589            'VXLAN' and
11590            'CHAIN' and
11591            'IMIX' and
11592            '4T2C' and
11593            'NDRPDR'"
11594   parameters:
11595   - "throughput"
11596   - "name"
11597   - "tags"
11598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11599   x-axis: "X = VNFs per Service Chain"
11600   y-axis: "Y = Number of Service Chains"
11601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11602   layout:
11603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11604     layout: "plot-service-density"
11605
11606 - type: "plot"
11607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11608   algorithm: "plot_nf_heatmap"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11611   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11612   filter: "'NIC_Intel-XXV710' and
11613            'NF_DENSITY' and
11614            'VHOST' and
11615            'VXLAN' and
11616            'CHAIN' and
11617            'IMIX' and
11618            '8T4C' and
11619            'NDRPDR'"
11620   parameters:
11621   - "throughput"
11622   - "name"
11623   - "tags"
11624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11625   x-axis: "X = VNFs per Service Chain"
11626   y-axis: "Y = Number of Service Chains"
11627   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11628   layout:
11629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11630     layout: "plot-service-density"
11631
11632 # Plots - NF Density - CSC - MRR IMIX
11633 - type: "plot"
11634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11635   algorithm: "plot_nf_heatmap"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11638   data: "plot-vpp-nfv-2n-clx-mrr"
11639   filter: "'NIC_Intel-XXV710' and
11640            'NF_DENSITY' and
11641            'DOCKER' and
11642            'CHAIN' and
11643            'NF_VPPIP4' and
11644            'IMIX' and
11645            '2T1C' and
11646            'MRR'"
11647   parameters:
11648   - "result"
11649   - "name"
11650   - "tags"
11651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11652   x-axis: "X = CNFs per Service Chain"
11653   y-axis: "Y = Number of Service Chains"
11654   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11655   layout:
11656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11657     layout: "plot-service-density"
11658
11659 - type: "plot"
11660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11661   algorithm: "plot_nf_heatmap"
11662   output-file-type: ".html"
11663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11664   data: "plot-vpp-nfv-2n-clx-mrr"
11665   filter: "'NIC_Intel-XXV710' and
11666            'NF_DENSITY' and
11667            'DOCKER' and
11668            'CHAIN' and
11669            'NF_VPPIP4' and
11670            'IMIX' and
11671            '4T2C' and
11672            'MRR'"
11673   parameters:
11674   - "result"
11675   - "name"
11676   - "tags"
11677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11678   x-axis: "X = CNFs per Service Chain"
11679   y-axis: "Y = Number of Service Chains"
11680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11681   layout:
11682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11683     layout: "plot-service-density"
11684
11685 - type: "plot"
11686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11687   algorithm: "plot_nf_heatmap"
11688   output-file-type: ".html"
11689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11690   data: "plot-vpp-nfv-2n-clx-mrr"
11691   filter: "'NIC_Intel-XXV710' and
11692            'NF_DENSITY' and
11693            'DOCKER' and
11694            'CHAIN' and
11695            'NF_VPPIP4' and
11696            'IMIX' and
11697            '8T4C' and
11698            'MRR'"
11699   parameters:
11700   - "result"
11701   - "name"
11702   - "tags"
11703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11704   x-axis: "X = CNFs per Service Chain"
11705   y-axis: "Y = Number of Service Chains"
11706   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11707   layout:
11708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11709     layout: "plot-service-density"
11710
11711 # Plots - NF Density - CSC - NDR IMIX
11712 - type: "plot"
11713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11714   algorithm: "plot_nf_heatmap"
11715   output-file-type: ".html"
11716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11717   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11718   filter: "'NIC_Intel-XXV710' and
11719            'NF_DENSITY' and
11720            'DOCKER' and
11721            'CHAIN' and
11722            'NF_VPPIP4' and
11723            'IMIX' and
11724            '2T1C' and
11725            'NDRPDR'"
11726   parameters:
11727   - "throughput"
11728   - "name"
11729   - "tags"
11730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11731   x-axis: "X = CNFs per Service Chain"
11732   y-axis: "Y = Number of Service Chains"
11733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11734   layout:
11735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11736     layout: "plot-service-density"
11737
11738 - type: "plot"
11739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11740   algorithm: "plot_nf_heatmap"
11741   output-file-type: ".html"
11742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11743   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11744   filter: "'NIC_Intel-XXV710' and
11745            'NF_DENSITY' and
11746            'DOCKER' and
11747            'CHAIN' and
11748            'NF_VPPIP4' and
11749            'IMIX' and
11750            '4T2C' and
11751            'NDRPDR'"
11752   parameters:
11753   - "throughput"
11754   - "name"
11755   - "tags"
11756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11757   x-axis: "X = CNFs per Service Chain"
11758   y-axis: "Y = Number of Service Chains"
11759   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11760   layout:
11761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11762     layout: "plot-service-density"
11763
11764 - type: "plot"
11765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11766   algorithm: "plot_nf_heatmap"
11767   output-file-type: ".html"
11768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11769   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11770   filter: "'NIC_Intel-XXV710' and
11771            'NF_DENSITY' and
11772            'DOCKER' and
11773            'CHAIN' and
11774            'NF_VPPIP4' and
11775            'IMIX' and
11776            '8T4C' and
11777            'NDRPDR'"
11778   parameters:
11779   - "throughput"
11780   - "name"
11781   - "tags"
11782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11783   x-axis: "X = CNFs per Service Chain"
11784   y-axis: "Y = Number of Service Chains"
11785   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11786   layout:
11787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11788     layout: "plot-service-density"
11789
11790 # Plots - NF Density - CSC - PDR IMIX
11791 - type: "plot"
11792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11793   algorithm: "plot_nf_heatmap"
11794   output-file-type: ".html"
11795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11796   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11797   filter: "'NIC_Intel-XXV710' and
11798            'NF_DENSITY' and
11799            'DOCKER' and
11800            'CHAIN' and
11801            'NF_VPPIP4' and
11802            'IMIX' and
11803            '2T1C' and
11804            'NDRPDR'"
11805   parameters:
11806   - "throughput"
11807   - "name"
11808   - "tags"
11809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11810   x-axis: "X = CNFs per Service Chain"
11811   y-axis: "Y = Number of Service Chains"
11812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11813   layout:
11814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11815     layout: "plot-service-density"
11816
11817 - type: "plot"
11818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11819   algorithm: "plot_nf_heatmap"
11820   output-file-type: ".html"
11821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11822   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11823   filter: "'NIC_Intel-XXV710' and
11824            'NF_DENSITY' and
11825            'DOCKER' and
11826            'CHAIN' and
11827            'NF_VPPIP4' and
11828            'IMIX' and
11829            '4T2C' and
11830            'NDRPDR'"
11831   parameters:
11832   - "throughput"
11833   - "name"
11834   - "tags"
11835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11836   x-axis: "X = CNFs per Service Chain"
11837   y-axis: "Y = Number of Service Chains"
11838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11839   layout:
11840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11841     layout: "plot-service-density"
11842
11843 - type: "plot"
11844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11845   algorithm: "plot_nf_heatmap"
11846   output-file-type: ".html"
11847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11848   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11849   filter: "'NIC_Intel-XXV710' and
11850            'NF_DENSITY' and
11851            'DOCKER' and
11852            'CHAIN' and
11853            'NF_VPPIP4' and
11854            'IMIX' and
11855            '8T4C' and
11856            'NDRPDR'"
11857   parameters:
11858   - "throughput"
11859   - "name"
11860   - "tags"
11861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11862   x-axis: "X = CNFs per Service Chain"
11863   y-axis: "Y = Number of Service Chains"
11864   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11865   layout:
11866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11867     layout: "plot-service-density"
11868
11869 # Plots - NF Density - CSP - MRR IMIX
11870 - type: "plot"
11871   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11872   algorithm: "plot_nf_heatmap"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11875   data: "plot-vpp-nfv-2n-clx-mrr"
11876   filter: "'NIC_Intel-XXV710' and
11877            'NF_DENSITY' and
11878            'DOCKER' and
11879            'PIPELINE' and
11880            'NF_VPPIP4' and
11881            'IMIX' and
11882            '2T1C' and
11883            'MRR'"
11884   parameters:
11885   - "result"
11886   - "name"
11887   - "tags"
11888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11889   x-axis: "X = CNFs per Service Pipeline"
11890   y-axis: "Y = Number of Service Pipelines"
11891   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11892   layout:
11893     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11894     layout: "plot-service-density"
11895
11896 - type: "plot"
11897   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11898   algorithm: "plot_nf_heatmap"
11899   output-file-type: ".html"
11900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11901   data: "plot-vpp-nfv-2n-clx-mrr"
11902   filter: "'NIC_Intel-XXV710' and
11903            'NF_DENSITY' and
11904            'DOCKER' and
11905            'PIPELINE' and
11906            'NF_VPPIP4' and
11907            'IMIX' and
11908            '4T2C' and
11909            'MRR'"
11910   parameters:
11911   - "result"
11912   - "name"
11913   - "tags"
11914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11915   x-axis: "X = CNFs per Service Pipeline"
11916   y-axis: "Y = Number of Service Pipelines"
11917   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11918   layout:
11919     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11920     layout: "plot-service-density"
11921
11922 - type: "plot"
11923   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11924   algorithm: "plot_nf_heatmap"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11927   data: "plot-vpp-nfv-2n-clx-mrr"
11928   filter: "'NIC_Intel-XXV710' and
11929            'NF_DENSITY' and
11930            'DOCKER' and
11931            'PIPELINE' and
11932            'NF_VPPIP4' and
11933            'IMIX' and
11934            '8T4C' and
11935            'MRR'"
11936   parameters:
11937   - "result"
11938   - "name"
11939   - "tags"
11940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11941   x-axis: "X = CNFs per Service Pipeline"
11942   y-axis: "Y = Number of Service Pipelines"
11943   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11944   layout:
11945     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11946     layout: "plot-service-density"
11947
11948 # Plots - NF Density - CSP - NDR IMIX
11949 - type: "plot"
11950   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11951   algorithm: "plot_nf_heatmap"
11952   output-file-type: ".html"
11953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11954   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11955   filter: "'NIC_Intel-XXV710' and
11956            'NF_DENSITY' and
11957            'DOCKER' and
11958            'PIPELINE' and
11959            'NF_VPPIP4' and
11960            'IMIX' and
11961            '2T1C' and
11962            'NDRPDR'"
11963   parameters:
11964   - "throughput"
11965   - "name"
11966   - "tags"
11967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11968   x-axis: "X = CNFs per Service Pipeline"
11969   y-axis: "Y = Number of Service Pipelines"
11970   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11971   layout:
11972     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11973     layout: "plot-service-density"
11974
11975 - type: "plot"
11976   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11977   algorithm: "plot_nf_heatmap"
11978   output-file-type: ".html"
11979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11980   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11981   filter: "'NIC_Intel-XXV710' and
11982            'NF_DENSITY' and
11983            'DOCKER' and
11984            'PIPELINE' and
11985            'NF_VPPIP4' and
11986            'IMIX' and
11987            '4T2C' and
11988            'NDRPDR'"
11989   parameters:
11990   - "throughput"
11991   - "name"
11992   - "tags"
11993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11994   x-axis: "X = CNFs per Service Pipeline"
11995   y-axis: "Y = Number of Service Pipelines"
11996   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11997   layout:
11998     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11999     layout: "plot-service-density"
12000
12001 - type: "plot"
12002   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12003   algorithm: "plot_nf_heatmap"
12004   output-file-type: ".html"
12005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12006   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12007   filter: "'NIC_Intel-XXV710' and
12008            'NF_DENSITY' and
12009            'DOCKER' and
12010            'PIPELINE' and
12011            'NF_VPPIP4' and
12012            'IMIX' and
12013            '8T4C' and
12014            'NDRPDR'"
12015   parameters:
12016   - "throughput"
12017   - "name"
12018   - "tags"
12019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12020   x-axis: "X = CNFs per Service Pipeline"
12021   y-axis: "Y = Number of Service Pipelines"
12022   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12023   layout:
12024     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12025     layout: "plot-service-density"
12026
12027 # Plots - NF Density - CSP - PDR IMIX
12028 - type: "plot"
12029   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12030   algorithm: "plot_nf_heatmap"
12031   output-file-type: ".html"
12032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12033   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12034   filter: "'NIC_Intel-XXV710' and
12035            'NF_DENSITY' and
12036            'DOCKER' and
12037            'PIPELINE' and
12038            'NF_VPPIP4' and
12039            'IMIX' and
12040            '2T1C' and
12041            'NDRPDR'"
12042   parameters:
12043   - "throughput"
12044   - "name"
12045   - "tags"
12046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12047   x-axis: "X = CNFs per Service Pipeline"
12048   y-axis: "Y = Number of Service Pipelines"
12049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12050   layout:
12051     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12052     layout: "plot-service-density"
12053
12054 - type: "plot"
12055   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12056   algorithm: "plot_nf_heatmap"
12057   output-file-type: ".html"
12058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12059   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12060   filter: "'NIC_Intel-XXV710' and
12061            'NF_DENSITY' and
12062            'DOCKER' and
12063            'PIPELINE' and
12064            'NF_VPPIP4' and
12065            'IMIX' and
12066            '4T2C' and
12067            'NDRPDR'"
12068   parameters:
12069   - "throughput"
12070   - "name"
12071   - "tags"
12072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12073   x-axis: "X = CNFs per Service Pipeline"
12074   y-axis: "Y = Number of Service Pipelines"
12075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12076   layout:
12077     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12078     layout: "plot-service-density"
12079
12080 - type: "plot"
12081   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12082   algorithm: "plot_nf_heatmap"
12083   output-file-type: ".html"
12084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12085   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12086   filter: "'NIC_Intel-XXV710' and
12087            'NF_DENSITY' and
12088            'DOCKER' and
12089            'PIPELINE' and
12090            'NF_VPPIP4' and
12091            'IMIX' and
12092            '8T4C' and
12093            'NDRPDR'"
12094   parameters:
12095   - "throughput"
12096   - "name"
12097   - "tags"
12098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12099   x-axis: "X = CNFs per Service Pipeline"
12100   y-axis: "Y = Number of Service Pipelines"
12101   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12102   layout:
12103     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12104     layout: "plot-service-density"
12105
12106 ################################################################################
12107
12108 # Packet Throughput
12109
12110 - type: "plot"
12111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12120   layout:
12121     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12134   layout:
12135     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12148   layout:
12149     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12157   include:
12158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12162   layout:
12163     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12173     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12174     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12175     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12176     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12177   layout:
12178     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12188     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12189     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12190     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12191     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12192   layout:
12193     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12203     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12204     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12205     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12207   layout:
12208     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12216   include:
12217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12218     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12222   layout:
12223     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12231   include:
12232     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12233     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12234     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12235     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12236     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12237   layout:
12238     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12246   include:
12247     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12248     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12249     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12250     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12251     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12252   layout:
12253     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12268   layout:
12269     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12270     layout: "plot-throughput"
12271
12272 - type: "plot"
12273   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12274   algorithm: "plot_perf_box_name"
12275   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12277   include:
12278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12284   layout:
12285     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12293   include:
12294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12299   layout:
12300     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12314   layout:
12315     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12327   layout:
12328     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12340   layout:
12341     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12349   include:
12350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12355   layout:
12356     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12370   layout:
12371     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12383   layout:
12384     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12392   include:
12393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12396   layout:
12397     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12398     layout: "plot-throughput"
12399
12400 - type: "plot"
12401   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12402   algorithm: "plot_perf_box_name"
12403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12405   include:
12406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12412   layout:
12413     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12414     layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12421   include:
12422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12428   layout:
12429     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12437   include:
12438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12444   layout:
12445     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12453   include:
12454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12460   layout:
12461     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12469   include:
12470     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12473   layout:
12474     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12482   include:
12483     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12486   layout:
12487     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12495   include:
12496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12501   layout:
12502     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12516   layout:
12517     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12525   include:
12526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12576   layout:
12577     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12608   layout:
12609     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12624   layout:
12625     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12630   algorithm: "plot_perf_box_name"
12631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12640   layout:
12641     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12642     layout: "plot-throughput"
12643
12644 - type: "plot"
12645   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12646   algorithm: "plot_perf_box_name"
12647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12649   include:
12650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12655   layout:
12656     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12664   include:
12665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12670   layout:
12671     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12672     layout: "plot-throughput"
12673
12674 - type: "plot"
12675   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12676   algorithm: "plot_perf_box_name"
12677   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12678   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12679   include:
12680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12686   layout:
12687     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12692   algorithm: "plot_perf_box_name"
12693   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12695   include:
12696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12702   layout:
12703     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12711   include:
12712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12717   layout:
12718     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12726   include:
12727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12732   layout:
12733     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12741   include:
12742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12748   layout:
12749     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12757   include:
12758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12764   layout:
12765     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12773   include:
12774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12779   layout:
12780     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12788   include:
12789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12794   layout:
12795     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12803   include:
12804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12810   layout:
12811     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12819   include:
12820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12826   layout:
12827     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12835   include:
12836     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12838   layout:
12839     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12847   include:
12848     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12850   layout:
12851     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12864   layout:
12865     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12878   layout:
12879     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12887   include:
12888     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12892   layout:
12893     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12894     layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12898   algorithm: "plot_perf_box_name"
12899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12901   include:
12902     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12915   include:
12916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12920   layout:
12921     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12929   include:
12930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12934   layout:
12935     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12943   include:
12944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12948   layout:
12949     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12957   include:
12958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12962   layout:
12963     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12978   layout:
12979     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12994   layout:
12995     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13009   layout:
13010     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13024   layout:
13025     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13039   layout:
13040     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13054   layout:
13055     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13063   include:
13064     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13065     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13066     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13067   layout:
13068     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13076   include:
13077     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13078     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13079     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13080   layout:
13081     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13091     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13092     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13093   layout:
13094     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13102   include:
13103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13106   layout:
13107     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13108     layout: "plot-throughput"
13109
13110 - type: "plot"
13111   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13112   algorithm: "plot_perf_box_name"
13113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13117     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13119     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13121   layout:
13122     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13136   layout:
13137     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13151   layout:
13152     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13160   include:
13161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13166   layout:
13167     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13175   include:
13176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13181   layout:
13182     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13190   include:
13191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13196   layout:
13197     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13204   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13205   include:
13206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13211   layout:
13212     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13219   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13220   include:
13221     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13222     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13226   layout:
13227     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13232   algorithm: "plot_perf_box_name"
13233   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13234   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13235   include:
13236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13241   layout:
13242     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13250   include:
13251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13256   layout:
13257     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13265   include:
13266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13272   layout:
13273     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13281   include:
13282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13288   layout:
13289     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13297   include:
13298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13302   layout:
13303     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13311   include:
13312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13316   layout:
13317     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13396   layout:
13397     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13405   include:
13406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13412   layout:
13413     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13421   include:
13422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13428   layout:
13429     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13437   include:
13438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13444   layout:
13445     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13453   include:
13454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13460   layout:
13461     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13469   include:
13470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13476   layout:
13477     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13492   layout:
13493     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13508   layout:
13509     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13524   layout:
13525     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13540   layout:
13541     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13556   layout:
13557     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13572   layout:
13573     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13586   layout:
13587     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13600   layout:
13601     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13609   include:
13610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13628   layout:
13629     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13644   layout:
13645     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13653   include:
13654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13660   layout:
13661     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13675   layout:
13676     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13690   layout:
13691     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13705   layout:
13706     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13714   include:
13715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13720   layout:
13721     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   include:
13730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13734   layout:
13735     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13828   layout:
13829     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13834   algorithm: "plot_perf_box_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13860   layout:
13861     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13862     layout: "plot-throughput"
13863
13864 - type: "plot"
13865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13866   algorithm: "plot_perf_box_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13876   layout:
13877     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13878     layout: "plot-throughput"
13879
13880 - type: "plot"
13881   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13882   algorithm: "plot_perf_box_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13885   include:
13886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13890   layout:
13891     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13892     layout: "plot-throughput"
13893
13894 - type: "plot"
13895   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13896   algorithm: "plot_perf_box_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13899   include:
13900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13904   layout:
13905     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13913   include:
13914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13920   layout:
13921     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13922     layout: "plot-throughput"
13923
13924 - type: "plot"
13925   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13926   algorithm: "plot_perf_box_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13929   include:
13930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13936   layout:
13937     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13938     layout: "plot-throughput"
13939
13940 - type: "plot"
13941   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13942   algorithm: "plot_perf_box_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13945   include:
13946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13952   layout:
13953     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13961   include:
13962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13968   layout:
13969     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13970     layout: "plot-throughput"
13971
13972 #- type: "plot"
13973 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13974 #  algorithm: "plot_perf_box_name"
13975 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13976 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13977 #  include:
13978 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13979 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13980 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13981 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13982 #  layout:
13983 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13984 #    layout: "plot-throughput"
13985 #
13986 #- type: "plot"
13987 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13988 #  algorithm: "plot_perf_box_name"
13989 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13990 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13991 #  include:
13992 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13993 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13994 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13995 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13996 #  layout:
13997 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13998 #    layout: "plot-throughput"
13999
14000 - type: "plot"
14001   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14002   algorithm: "plot_perf_box_name"
14003   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14004   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14005   include:
14006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14012   layout:
14013     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14021   include:
14022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14028   layout:
14029     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14030     layout: "plot-throughput"
14031
14032 #- type: "plot"
14033 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14034 #  algorithm: "plot_perf_box_name"
14035 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14036 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14037 #  include:
14038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14042 #  layout:
14043 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14044 #    layout: "plot-throughput"
14045 #
14046 #- type: "plot"
14047 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14048 #  algorithm: "plot_perf_box_name"
14049 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14050 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14051 #  include:
14052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14053 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14055 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14056 #  layout:
14057 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14058 #    layout: "plot-throughput"
14059
14060 - type: "plot"
14061   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14062   algorithm: "plot_perf_box_name"
14063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14065   include:
14066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14072   layout:
14073     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14074     layout: "plot-throughput"
14075
14076 - type: "plot"
14077   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14078   algorithm: "plot_perf_box_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14081   include:
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14088   layout:
14089     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14090     layout: "plot-throughput"
14091
14092 #- type: "plot"
14093 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14094 #  algorithm: "plot_perf_box_name"
14095 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14096 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14097 #  include:
14098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14104 #  layout:
14105 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14106 #    layout: "plot-throughput"
14107 #
14108 #- type: "plot"
14109 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14110 #  algorithm: "plot_perf_box_name"
14111 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14112 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14113 #  include:
14114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14119 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14120 #  layout:
14121 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14122 #    layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14129   include:
14130     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14131     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14132     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14134     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14136   layout:
14137     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14145   include:
14146     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14147     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14148     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14149     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14150     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14151     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14152   layout:
14153     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14164     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14165 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14166 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14167 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14179     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14180     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14181 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14182 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14183 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14184   layout:
14185     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14195     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14196     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14197     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14198     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14199     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14200   layout:
14201     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14211     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14212     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14213     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14214     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14215     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14216   layout:
14217     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14225   include:
14226     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14230     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14232   layout:
14233     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14241   include:
14242     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14244     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14245     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14246     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14247     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14248   layout:
14249     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14250     layout: "plot-throughput"
14251
14252 #- type: "plot"
14253 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14254 #  algorithm: "plot_perf_box_name"
14255 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14256 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14257 #  include:
14258 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14259 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14260 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14261 #  layout:
14262 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14263 #    layout: "plot-throughput"
14264 #
14265 #- type: "plot"
14266 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14267 #  algorithm: "plot_perf_box_name"
14268 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14269 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14270 #  include:
14271 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14272 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14273 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14274 #  layout:
14275 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14276 #    layout: "plot-throughput"
14277
14278 - type: "plot"
14279   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14280   algorithm: "plot_perf_box_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14295   algorithm: "plot_perf_box_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14304   layout:
14305     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14306     layout: "plot-throughput"
14307
14308 - type: "plot"
14309   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14310   algorithm: "plot_perf_box_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313   include:
14314     - "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"
14315     - "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"
14316     - "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"
14317     - "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"
14318     - "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"
14319   layout:
14320     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14321     layout: "plot-throughput"
14322
14323 - type: "plot"
14324   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14325   algorithm: "plot_perf_box_name"
14326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14328   include:
14329     - "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"
14330     - "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"
14331     - "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"
14332     - "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"
14333     - "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"
14334   layout:
14335     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14336     layout: "plot-throughput"
14337
14338 - type: "plot"
14339   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14340   algorithm: "plot_perf_box_name"
14341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14343   include:
14344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14349   layout:
14350     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14355   algorithm: "plot_perf_box_name"
14356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14364   layout:
14365     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14366     layout: "plot-throughput"
14367
14368 - type: "plot"
14369   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14370   algorithm: "plot_perf_box_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14379   layout:
14380     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14381     layout: "plot-throughput"
14382
14383 - type: "plot"
14384   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14385   algorithm: "plot_perf_box_name"
14386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14396     layout: "plot-throughput"
14397
14398 - type: "plot"
14399   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14400   algorithm: "plot_perf_box_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14403   include:
14404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14409   layout:
14410     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14411     layout: "plot-throughput"
14412
14413 - type: "plot"
14414   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14415   algorithm: "plot_perf_box_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14418   include:
14419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14422     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14424   layout:
14425     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14426     layout: "plot-throughput"
14427
14428 - type: "plot"
14429   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14430   algorithm: "plot_perf_box_name"
14431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14433   include:
14434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14439   layout:
14440     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14441     layout: "plot-throughput"
14442
14443 - type: "plot"
14444   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14445   algorithm: "plot_perf_box_name"
14446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14448   include:
14449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14454   layout:
14455     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14456     layout: "plot-throughput"
14457
14458 - type: "plot"
14459   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14460   algorithm: "plot_perf_box_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14468   layout:
14469     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14470     layout: "plot-throughput"
14471
14472 - type: "plot"
14473   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14474   algorithm: "plot_perf_box_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14482   layout:
14483     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14484     layout: "plot-throughput"
14485
14486 - type: "plot"
14487   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14488   algorithm: "plot_perf_box_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "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"
14493     - "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"
14494     - "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"
14495     - "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"
14496   layout:
14497     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14498     layout: "plot-throughput"
14499
14500 - type: "plot"
14501   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14502   algorithm: "plot_perf_box_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14505   include:
14506     - "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"
14507     - "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"
14508     - "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"
14509     - "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"
14510   layout:
14511     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14512     layout: "plot-throughput"
14513
14514 - type: "plot"
14515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14516   algorithm: "plot_perf_box_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14528     layout: "plot-throughput"
14529
14530 - type: "plot"
14531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14532   algorithm: "plot_perf_box_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14544     layout: "plot-throughput"
14545
14546 - type: "plot"
14547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14548   algorithm: "plot_perf_box_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14560     layout: "plot-throughput"
14561
14562 - type: "plot"
14563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14564   algorithm: "plot_perf_box_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14574   layout:
14575     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14576     layout: "plot-throughput"
14577
14578 - type: "plot"
14579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14580   algorithm: "plot_perf_box_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14592     layout: "plot-throughput"
14593
14594 - type: "plot"
14595   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14596   algorithm: "plot_perf_box_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14608     layout: "plot-throughput"
14609
14610 - type: "plot"
14611   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14612   algorithm: "plot_perf_box_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14621   layout:
14622     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14623     layout: "plot-throughput"
14624
14625 - type: "plot"
14626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14627   algorithm: "plot_perf_box_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14636   layout:
14637     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14638     layout: "plot-throughput"
14639
14640 - type: "plot"
14641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14642   algorithm: "plot_perf_box_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14648   layout:
14649     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14650     layout: "plot-throughput"
14651
14652 - type: "plot"
14653   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14654   algorithm: "plot_perf_box_name"
14655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14657   include:
14658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14660   layout:
14661     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14662     layout: "plot-throughput"
14663
14664 - type: "plot"
14665   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14666   algorithm: "plot_perf_box_name"
14667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14669   include:
14670     - "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"
14671     - "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"
14672   layout:
14673     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14674     layout: "plot-throughput"
14675
14676 - type: "plot"
14677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14678   algorithm: "plot_perf_box_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14681   include:
14682     - "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"
14683     - "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"
14684   layout:
14685     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14686     layout: "plot-throughput"
14687
14688 - type: "plot"
14689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14690   algorithm: "plot_perf_box_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14696   layout:
14697     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14698     layout: "plot-throughput"
14699
14700 - type: "plot"
14701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14702   algorithm: "plot_perf_box_name"
14703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14708   layout:
14709     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14710     layout: "plot-throughput"
14711
14712 - type: "plot"
14713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14714   algorithm: "plot_perf_box_name"
14715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14720   layout:
14721     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14722     layout: "plot-throughput"
14723
14724 - type: "plot"
14725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14726   algorithm: "plot_perf_box_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14732   layout:
14733     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14734     layout: "plot-throughput"
14735
14736 - type: "plot"
14737   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14738   algorithm: "plot_perf_box_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14741   include:
14742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14748   layout:
14749     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14750     layout: "plot-throughput"
14751
14752 - type: "plot"
14753   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14754   algorithm: "plot_perf_box_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14757   include:
14758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14764   layout:
14765     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14766     layout: "plot-throughput"
14767
14768 - type: "plot"
14769   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14770   algorithm: "plot_perf_box_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14773   include:
14774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14780   layout:
14781     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14782     layout: "plot-throughput"
14783
14784 - type: "plot"
14785   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14786   algorithm: "plot_perf_box_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14789   include:
14790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14796   layout:
14797     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14798     layout: "plot-throughput"
14799
14800 #- type: "plot"
14801 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14802 #  algorithm: "plot_perf_box_name"
14803 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14804 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14805 #  include:
14806 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14807 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14808 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14809 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14810 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14811 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14812 #  layout:
14813 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14814 #    layout: "plot-throughput"
14815 #
14816 #- type: "plot"
14817 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14818 #  algorithm: "plot_perf_box_name"
14819 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14820 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14821 #  include:
14822 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14823 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14825 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14826 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14827 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14828 #  layout:
14829 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14830 #    layout: "plot-throughput"
14831
14832 - type: "plot"
14833   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14834   algorithm: "plot_perf_box_name"
14835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14837   include:
14838     - "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"
14839     - "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"
14840     - "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"
14841     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14842     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14843     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14844   layout:
14845     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14846     layout: "plot-throughput"
14847
14848 - type: "plot"
14849   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14850   algorithm: "plot_perf_box_name"
14851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14853   include:
14854     - "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"
14855     - "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"
14856     - "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"
14857     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14858     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14859     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14860   layout:
14861     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14862     layout: "plot-throughput"
14863
14864 ################################################################################
14865
14866 # Packet Speedup
14867
14868 - type: "plot"
14869   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14878   layout:
14879     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14892   layout:
14893     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14906   layout:
14907     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14915   include:
14916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14920   layout:
14921     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14946     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14948     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14949     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14980   layout:
14981     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14996   layout:
14997     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15005   include:
15006     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15012   layout:
15013     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15021   include:
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15027   layout:
15028     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15036   include:
15037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15042   layout:
15043     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15051   include:
15052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15055   layout:
15056     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15068   layout:
15069     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15083   layout:
15084     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15098   layout:
15099     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15111   layout:
15112     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15113     layout: "plot-throughput-speedup-analysis"
15114
15115 - type: "plot"
15116   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15117   algorithm: "plot_tsa_name"
15118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15120   include:
15121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15124   layout:
15125     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15140   layout:
15141     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15156   layout:
15157     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15172   layout:
15173     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15181   include:
15182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15188   layout:
15189     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15197   include:
15198     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15201   layout:
15202     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15210   include:
15211     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15214   layout:
15215     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15227 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15228 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15229   layout:
15230     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15238   include:
15239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15242 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15243 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15244   layout:
15245     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15274   layout:
15275     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15283   include:
15284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15345   include:
15346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15352   layout:
15353     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15361   include:
15362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15368   layout:
15369     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   include:
15378     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15380   layout:
15381     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15389   include:
15390     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15392   layout:
15393     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15406   layout:
15407     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15420   layout:
15421     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15429   include:
15430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15434   layout:
15435     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15448   layout:
15449     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15464   layout:
15465     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15473   include:
15474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15480   layout:
15481     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15495   layout:
15496     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15510   layout:
15511     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15525   layout:
15526     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15534   include:
15535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15540   layout:
15541     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15549   include:
15550     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15553   layout:
15554     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15562   include:
15563     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15566   layout:
15567     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15575   include:
15576     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15579   layout:
15580     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15591     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15592   layout:
15593     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15601   include:
15602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15607   layout:
15608     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15616   include:
15617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15622   layout:
15623     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15631   include:
15632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15637   layout:
15638     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15652   layout:
15653     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15661   include:
15662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15663     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15664     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15665     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15666     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15667     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15668   layout:
15669     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15677   include:
15678     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15679     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15680     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15684   layout:
15685     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15693   include:
15694     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15696     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15698   layout:
15699     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15707   include:
15708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15711     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15712   layout:
15713     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15723     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15724     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15725     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15726     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15727     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15728   layout:
15729     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15760   layout:
15761     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15769   include:
15770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15776   layout:
15777     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15792   layout:
15793     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15808   layout:
15809     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15817   include:
15818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15824   layout:
15825     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15833   include:
15834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15840   layout:
15841     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15849   include:
15850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15856   layout:
15857     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15865   include:
15866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15872   layout:
15873     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15881   include:
15882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15886   layout:
15887     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15895   include:
15896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15900   layout:
15901     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15909   include:
15910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15914   layout:
15915     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15916     layout: "plot-throughput-speedup-analysis"
15917
15918 - type: "plot"
15919   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15920   algorithm: "plot_tsa_name"
15921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15923   include:
15924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15928   layout:
15929     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15937   include:
15938     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15944   layout:
15945     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15953   include:
15954     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15960   layout:
15961     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15969   include:
15970     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15975   layout:
15976     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15984   include:
15985     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15990   layout:
15991     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15992     layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15999   include:
16000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16005   layout:
16006     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16014   include:
16015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16020   layout:
16021     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16029   include:
16030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16034   layout:
16035     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16043   include:
16044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16048   layout:
16049     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16057   include:
16058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16064   layout:
16065     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16080   layout:
16081     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16089   include:
16090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16096   layout:
16097     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16105   include:
16106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16112   layout:
16113     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16144   layout:
16145     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16153   include:
16154     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16155     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16156     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16157     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16158     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16159     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16160   layout:
16161     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16169   include:
16170     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16171     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16172     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16175     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16176   layout:
16177     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16185   include:
16186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16187     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16188     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16189     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16190     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16191     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16192   layout:
16193     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16208   layout:
16209     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16217   include:
16218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16223   layout:
16224     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16232   include:
16233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16238   layout:
16239     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16247   include:
16248     - "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"
16249     - "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"
16250     - "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"
16251     - "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"
16252     - "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"
16253   layout:
16254     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16262   include:
16263     - "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"
16264     - "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"
16265     - "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"
16266     - "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"
16267     - "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"
16268   layout:
16269     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16270     layout: "plot-throughput-speedup-analysis"
16271
16272 - type: "plot"
16273   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16274   algorithm: "plot_tsa_name"
16275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16277   include:
16278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16283   layout:
16284     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16292   include:
16293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16298   layout:
16299     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16307   include:
16308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16313   layout:
16314     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16322   include:
16323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16328   layout:
16329     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16330     layout: "plot-throughput-speedup-analysis"
16331
16332 - type: "plot"
16333   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16334   algorithm: "plot_tsa_name"
16335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16337   include:
16338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16339     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16340     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16341     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16342     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16343   layout:
16344     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16345     layout: "plot-throughput-speedup-analysis"
16346
16347 - type: "plot"
16348   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16349   algorithm: "plot_tsa_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16352   include:
16353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16355     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16358   layout:
16359     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 - type: "plot"
16363   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16367   include:
16368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16373   layout:
16374     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16382   include:
16383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16388   layout:
16389     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16397   include:
16398     - "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"
16399     - "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"
16400     - "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"
16401     - "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"
16402   layout:
16403     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16411   include:
16412     - "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"
16413     - "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"
16414     - "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"
16415     - "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"
16416   layout:
16417     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16425   include:
16426     - "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"
16427     - "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"
16428     - "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"
16429     - "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"
16430   layout:
16431     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16432     layout: "plot-throughput-speedup-analysis"
16433
16434 - type: "plot"
16435   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16436   algorithm: "plot_tsa_name"
16437   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16439   include:
16440     - "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"
16441     - "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"
16442     - "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"
16443     - "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"
16444   layout:
16445     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16453   include:
16454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16457     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16460   layout:
16461     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16469   include:
16470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16476   layout:
16477     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16485   include:
16486     - "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"
16487     - "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"
16488     - "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"
16489     - "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"
16490     - "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"
16491     - "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"
16492   layout:
16493     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16501   include:
16502     - "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"
16503     - "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"
16504     - "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"
16505     - "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"
16506     - "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"
16507     - "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"
16508   layout:
16509     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16517   include:
16518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16524   layout:
16525     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16533   include:
16534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16540   layout:
16541     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16549   include:
16550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16555   layout:
16556     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16557     layout: "plot-throughput-speedup-analysis"
16558
16559 - type: "plot"
16560   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16561   algorithm: "plot_tsa_name"
16562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16564   include:
16565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16570   layout:
16571     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16579   include:
16580     - "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"
16581     - "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"
16582   layout:
16583     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16591   include:
16592     - "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"
16593     - "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"
16594   layout:
16595     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 - type: "plot"
16599   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16600   algorithm: "plot_tsa_name"
16601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16603   include:
16604     - "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"
16605     - "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"
16606   layout:
16607     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16608     layout: "plot-throughput-speedup-analysis"
16609
16610 - type: "plot"
16611   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16612   algorithm: "plot_tsa_name"
16613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16615   include:
16616     - "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"
16617     - "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"
16618   layout:
16619     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16627   include:
16628     - "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"
16629     - "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"
16630     - "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"
16631     - "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"
16632     - "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"
16633     - "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"
16634   layout:
16635     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16636     layout: "plot-throughput-speedup-analysis"
16637
16638 - type: "plot"
16639   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16640   algorithm: "plot_tsa_name"
16641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16643   include:
16644     - "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"
16645     - "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"
16646     - "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"
16647     - "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"
16648     - "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"
16649     - "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"
16650   layout:
16651     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16652     layout: "plot-throughput-speedup-analysis"
16653
16654 - type: "plot"
16655   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16656   algorithm: "plot_tsa_name"
16657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16659   include:
16660     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16661     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16662     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16663     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16664     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16665   layout:
16666     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 - type: "plot"
16670   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16671   algorithm: "plot_tsa_name"
16672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16674   include:
16675     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16676     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16677     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16680   layout:
16681     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16682     layout: "plot-throughput-speedup-analysis"
16683
16684 - type: "plot"
16685   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16686   algorithm: "plot_tsa_name"
16687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16689   include:
16690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16695   layout:
16696     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16697     layout: "plot-throughput-speedup-analysis"
16698
16699 - type: "plot"
16700   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16701   algorithm: "plot_tsa_name"
16702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16704   include:
16705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16710   layout:
16711     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16712     layout: "plot-throughput-speedup-analysis"
16713
16714 - type: "plot"
16715   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16716   algorithm: "plot_tsa_name"
16717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16719   include:
16720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16726   layout:
16727     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16728     layout: "plot-throughput-speedup-analysis"
16729
16730 - type: "plot"
16731   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16732   algorithm: "plot_tsa_name"
16733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16735   include:
16736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16742   layout:
16743     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16744     layout: "plot-throughput-speedup-analysis"
16745
16746 - type: "plot"
16747   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16748   algorithm: "plot_tsa_name"
16749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16751   include:
16752     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16756   layout:
16757     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16758     layout: "plot-throughput-speedup-analysis"
16759
16760 - type: "plot"
16761   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16762   algorithm: "plot_tsa_name"
16763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16765   include:
16766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16770   layout:
16771     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16772     layout: "plot-throughput-speedup-analysis"
16773
16774 - type: "plot"
16775   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16776   algorithm: "plot_tsa_name"
16777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16779   include:
16780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16785   layout:
16786     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16794   include:
16795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16800   layout:
16801     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16809   include:
16810     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16811     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16812     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16813     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16814     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16815     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16816   layout:
16817     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16818     layout: "plot-throughput-speedup-analysis"
16819
16820 - type: "plot"
16821   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16822   algorithm: "plot_tsa_name"
16823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16825   include:
16826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16830     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16831     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16832   layout:
16833     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16834     layout: "plot-throughput-speedup-analysis"
16835
16836 - type: "plot"
16837   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16838   algorithm: "plot_tsa_name"
16839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16841   include:
16842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16846   layout:
16847     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16848     layout: "plot-throughput-speedup-analysis"
16849
16850 - type: "plot"
16851   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16852   algorithm: "plot_tsa_name"
16853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16855   include:
16856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16860   layout:
16861     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16862     layout: "plot-throughput-speedup-analysis"
16863
16864 - type: "plot"
16865   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16866   algorithm: "plot_tsa_name"
16867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16869   include:
16870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16876   layout:
16877     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16885   include:
16886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16892   layout:
16893     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16894     layout: "plot-throughput-speedup-analysis"
16895
16896 - type: "plot"
16897   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16898   algorithm: "plot_tsa_name"
16899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16901   include:
16902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16908   layout:
16909     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16917   include:
16918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16924   layout:
16925     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16926     layout: "plot-throughput-speedup-analysis"
16927
16928 - type: "plot"
16929   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16930   algorithm: "plot_tsa_name"
16931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16933   include:
16934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16937     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16938     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16939     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16940   layout:
16941     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16949   include:
16950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16953     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16954     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16955     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16956   layout:
16957     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16958     layout: "plot-throughput-speedup-analysis"
16959
16960 - type: "plot"
16961   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16962   algorithm: "plot_tsa_name"
16963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16965   include:
16966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16972   layout:
16973     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16981   include:
16982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16988   layout:
16989     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16990     layout: "plot-throughput-speedup-analysis"
16991
16992 - type: "plot"
16993   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16994   algorithm: "plot_tsa_name"
16995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16997   include:
16998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17004   layout:
17005     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
17006     layout: "plot-throughput-speedup-analysis"
17007
17008 - type: "plot"
17009   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
17010   algorithm: "plot_tsa_name"
17011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
17012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17013   include:
17014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17020   layout:
17021     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
17022     layout: "plot-throughput-speedup-analysis"
17023
17024 #- type: "plot"
17025 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17026 #  algorithm: "plot_tsa_name"
17027 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17028 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17029 #  include:
17030 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17031 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17032 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17033 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17034 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17035 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17036 #  layout:
17037 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
17038 #    layout: "plot-throughput-speedup-analysis"
17039 #
17040 #- type: "plot"
17041 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17042 #  algorithm: "plot_tsa_name"
17043 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17044 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17045 #  include:
17046 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17047 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17048 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17050 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17051 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17052 #  layout:
17053 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
17054 #    layout: "plot-throughput-speedup-analysis"
17055
17056 - type: "plot"
17057   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17058   algorithm: "plot_tsa_name"
17059   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17060   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17061   include:
17062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17067   layout:
17068     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17069     layout: "plot-throughput-speedup-analysis"
17070
17071 - type: "plot"
17072   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17073   algorithm: "plot_tsa_name"
17074   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17075   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17076   include:
17077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17082   layout:
17083     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17084     layout: "plot-throughput-speedup-analysis"
17085
17086 - type: "plot"
17087   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17088   algorithm: "plot_tsa_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17090   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17091   include:
17092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17098   layout:
17099     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17100     layout: "plot-throughput-speedup-analysis"
17101
17102 - type: "plot"
17103   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17104   algorithm: "plot_tsa_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17107   include:
17108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17114   layout:
17115     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17116     layout: "plot-throughput-speedup-analysis"
17117
17118 - type: "plot"
17119   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17120   algorithm: "plot_tsa_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17123   include:
17124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17129   layout:
17130     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17131     layout: "plot-throughput-speedup-analysis"
17132
17133 - type: "plot"
17134   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17135   algorithm: "plot_tsa_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17138   include:
17139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17144   layout:
17145     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17146     layout: "plot-throughput-speedup-analysis"
17147
17148 #- type: "plot"
17149 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17150 #  algorithm: "plot_tsa_name"
17151 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17152 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17153 #  include:
17154 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17155 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17156 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17157 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17158 #  layout:
17159 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17160 #    layout: "plot-throughput-speedup-analysis"
17161 #
17162 #- type: "plot"
17163 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17164 #  algorithm: "plot_tsa_name"
17165 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17166 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17167 #  include:
17168 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17171 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17172 #  layout:
17173 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17174 #    layout: "plot-throughput-speedup-analysis"
17175
17176 - type: "plot"
17177   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17178   algorithm: "plot_tsa_name"
17179   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17180   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17181   include:
17182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17188   layout:
17189     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17190     layout: "plot-throughput-speedup-analysis"
17191
17192 - type: "plot"
17193   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17194   algorithm: "plot_tsa_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17196   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17197   include:
17198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17204   layout:
17205     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17206     layout: "plot-throughput-speedup-analysis"
17207
17208 - type: "plot"
17209   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17210   algorithm: "plot_tsa_name"
17211   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17212   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17213   include:
17214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17219   layout:
17220     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17221     layout: "plot-throughput-speedup-analysis"
17222
17223 - type: "plot"
17224   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17225   algorithm: "plot_tsa_name"
17226   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17227   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17234   layout:
17235     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17236     layout: "plot-throughput-speedup-analysis"
17237
17238 - type: "plot"
17239   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17240   algorithm: "plot_tsa_name"
17241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17243   include:
17244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17250   layout:
17251     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17252     layout: "plot-throughput-speedup-analysis"
17253
17254 - type: "plot"
17255   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17256   algorithm: "plot_tsa_name"
17257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17259   include:
17260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17266   layout:
17267     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17268     layout: "plot-throughput-speedup-analysis"
17269
17270 - type: "plot"
17271   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17272   algorithm: "plot_tsa_name"
17273   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17274   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17275   include:
17276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17280   layout:
17281     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17282     layout: "plot-throughput-speedup-analysis"
17283
17284 - type: "plot"
17285   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17286   algorithm: "plot_tsa_name"
17287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17289   include:
17290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17294   layout:
17295     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17296     layout: "plot-throughput-speedup-analysis"
17297
17298 - type: "plot"
17299   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17300   algorithm: "plot_tsa_name"
17301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17303   include:
17304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17309   layout:
17310     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17311     layout: "plot-throughput-speedup-analysis"
17312
17313 - type: "plot"
17314   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17315   algorithm: "plot_tsa_name"
17316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17318   include:
17319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17324   layout:
17325     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17326     layout: "plot-throughput-speedup-analysis"
17327
17328 - type: "plot"
17329   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17330   algorithm: "plot_tsa_name"
17331   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17332   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17333   include:
17334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17340   layout:
17341     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17342     layout: "plot-throughput-speedup-analysis"
17343
17344 - type: "plot"
17345   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17346   algorithm: "plot_tsa_name"
17347   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17348   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17349   include:
17350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17356   layout:
17357     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17358     layout: "plot-throughput-speedup-analysis"
17359
17360 #- type: "plot"
17361 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17362 #  algorithm: "plot_tsa_name"
17363 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17364 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17365 #  include:
17366 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17367 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17368 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17369 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17370 #  layout:
17371 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17372 #    layout: "plot-throughput-speedup-analysis"
17373 #
17374 #- type: "plot"
17375 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17376 #  algorithm: "plot_tsa_name"
17377 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17378 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17379 #  include:
17380 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17381 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17384 #  layout:
17385 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17386 #    layout: "plot-throughput-speedup-analysis"
17387
17388 - type: "plot"
17389   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17390   algorithm: "plot_tsa_name"
17391   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17392   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17393   include:
17394     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17396     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17397     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17400   layout:
17401     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17402     layout: "plot-throughput-speedup-analysis"
17403
17404 - type: "plot"
17405   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17406   algorithm: "plot_tsa_name"
17407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17409   include:
17410     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17412     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17413     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17416   layout:
17417     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17418     layout: "plot-throughput-speedup-analysis"
17419
17420 #- type: "plot"
17421 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17422 #  algorithm: "plot_tsa_name"
17423 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17424 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17425 #  include:
17426 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17427 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17428 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17429 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17430 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17431 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17432 #  layout:
17433 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17434 #    layout: "plot-throughput-speedup-analysis"
17435 #
17436 #- type: "plot"
17437 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17438 #  algorithm: "plot_tsa_name"
17439 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17440 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17441 #  include:
17442 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17443 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17444 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17445 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17446 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17447 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17448 #  layout:
17449 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17450 #    layout: "plot-throughput-speedup-analysis"
17451
17452 #- type: "plot"
17453 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17454 #  algorithm: "plot_tsa_name"
17455 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17456 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17457 #  include:
17458 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17459 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17460 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17461 #  layout:
17462 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17463 #    layout: "plot-throughput-speedup-analysis"
17464 #
17465 #- type: "plot"
17466 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17467 #  algorithm: "plot_tsa_name"
17468 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17469 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17470 #  include:
17471 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17472 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17473 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17474 #  layout:
17475 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17476 #    layout: "plot-throughput-speedup-analysis"
17477
17478 ################################################################################
17479
17480 # Packet Throughput - DPDK
17481
17482 # 2n-skx-xxv710
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17488   data: "plot-dpdk-throughput-latency-2n-skx"
17489   include:
17490     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17500   data: "plot-dpdk-throughput-latency-2n-skx"
17501   include:
17502     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17503     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17504   layout:
17505     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17512   data: "plot-dpdk-throughput-latency-2n-skx"
17513   include:
17514     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17515     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17516   layout:
17517     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17524   data: "plot-dpdk-throughput-latency-2n-skx"
17525   include:
17526     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17528   layout:
17529     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17530     layout: "plot-throughput"
17531
17532 # 2n-skx-x710
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17538   data: "plot-dpdk-throughput-latency-2n-skx"
17539   include:
17540     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17541     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17542   layout:
17543     title: "2n-skx-x710-64b-2t1c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17550   data: "plot-dpdk-throughput-latency-2n-skx"
17551   include:
17552     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17553     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17554   layout:
17555     title: "2n-skx-x710-64b-4t2c-base-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17562   data: "plot-dpdk-throughput-latency-2n-skx"
17563   include:
17564     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17565     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17566   layout:
17567     title: "2n-skx-x710-64b-2t1c-base-pdr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17574   data: "plot-dpdk-throughput-latency-2n-skx"
17575   include:
17576     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17577     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17578   layout:
17579     title: "2n-skx-x710-64b-4t2c-base-pdr"
17580     layout: "plot-throughput"
17581
17582 # 3n-skx-xxv710
17583
17584 - type: "plot"
17585   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17588   data: "plot-dpdk-throughput-latency-3n-skx"
17589   include:
17590     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17591     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17592   layout:
17593     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17600   data: "plot-dpdk-throughput-latency-3n-skx"
17601   include:
17602     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17603     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17604   layout:
17605     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17612   data: "plot-dpdk-throughput-latency-3n-skx"
17613   include:
17614     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17615     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17616   layout:
17617     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17624   data: "plot-dpdk-throughput-latency-3n-skx"
17625   include:
17626     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17627     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17628   layout:
17629     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17630     layout: "plot-throughput"
17631
17632 # 3n-skx-x710
17633
17634 - type: "plot"
17635   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17638   data: "plot-dpdk-throughput-latency-3n-skx"
17639   include:
17640     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17641     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17642   layout:
17643     title: "3n-skx-x710-64b-2t1c-base-ndr"
17644     layout: "plot-throughput"
17645
17646 - type: "plot"
17647   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17648   algorithm: "plot_perf_box_name"
17649   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17650   data: "plot-dpdk-throughput-latency-3n-skx"
17651   include:
17652     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17653     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17654   layout:
17655     title: "3n-skx-x710-64b-4t2c-base-ndr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17662   data: "plot-dpdk-throughput-latency-3n-skx"
17663   include:
17664     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17665     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17666   layout:
17667     title: "3n-skx-x710-64b-2t1c-base-pdr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17674   data: "plot-dpdk-throughput-latency-3n-skx"
17675   include:
17676     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17677     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17678   layout:
17679     title: "3n-skx-x710-64b-4t2c-base-pdr"
17680     layout: "plot-throughput"
17681
17682 # 3n-hsw-xl710
17683
17684 - type: "plot"
17685   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17688   data: "plot-dpdk-throughput-latency-3n-hsw"
17689   include:
17690     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17691     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17692   layout:
17693     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17700   data: "plot-dpdk-throughput-latency-3n-hsw"
17701   include:
17702     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17703     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17704   layout:
17705     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17712   data: "plot-dpdk-throughput-latency-3n-hsw"
17713   include:
17714     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17715     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17716   layout:
17717     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17724   data: "plot-dpdk-throughput-latency-3n-hsw"
17725   include:
17726     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17727     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17728   layout:
17729     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17730     layout: "plot-throughput"
17731
17732 # 3n-hsw-x710
17733
17734 - type: "plot"
17735   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17738   data: "plot-dpdk-throughput-latency-3n-hsw"
17739   include:
17740     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17741     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17742   layout:
17743     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17750   data: "plot-dpdk-throughput-latency-3n-hsw"
17751   include:
17752     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17753     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17754   layout:
17755     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17762   data: "plot-dpdk-throughput-latency-3n-hsw"
17763   include:
17764     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17765     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17766   layout:
17767     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17772   algorithm: "plot_perf_box_name"
17773   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17774   data: "plot-dpdk-throughput-latency-3n-hsw"
17775   include:
17776     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17777     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17778   layout:
17779     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17780     layout: "plot-throughput"
17781
17782 # 2n-dnv-x553
17783
17784 - type: "plot"
17785   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17788   data: "plot-dpdk-throughput-latency-2n-dnv"
17789   include:
17790     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17791     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17792   layout:
17793     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17800   data: "plot-dpdk-throughput-latency-2n-dnv"
17801   include:
17802     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17803     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17804   layout:
17805     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17812   data: "plot-dpdk-throughput-latency-2n-dnv"
17813   include:
17814     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17815     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17816   layout:
17817     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17824   data: "plot-dpdk-throughput-latency-2n-dnv"
17825   include:
17826     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17827     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17828   layout:
17829     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17830     layout: "plot-throughput"
17831
17832 # 3n-dnv-x553
17833
17834 - type: "plot"
17835   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17838   data: "plot-dpdk-throughput-latency-3n-dnv"
17839   include:
17840     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17841     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17842   layout:
17843     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17844     layout: "plot-throughput"
17845
17846 - type: "plot"
17847   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17848   algorithm: "plot_perf_box_name"
17849   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17850   data: "plot-dpdk-throughput-latency-3n-dnv"
17851   include:
17852     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17853     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17854   layout:
17855     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17856     layout: "plot-throughput"
17857
17858 - type: "plot"
17859   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17860   algorithm: "plot_perf_box_name"
17861   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17862   data: "plot-dpdk-throughput-latency-3n-dnv"
17863   include:
17864     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17865     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17866   layout:
17867     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17874   data: "plot-dpdk-throughput-latency-3n-dnv"
17875   include:
17876     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17877     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17878   layout:
17879     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17880     layout: "plot-throughput"
17881
17882 # 3n-tsh-x520
17883
17884 - type: "plot"
17885   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17886   algorithm: "plot_perf_box_name"
17887   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17888   data: "plot-dpdk-throughput-latency-3n-tsh"
17889   include:
17890     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17891     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17892   layout:
17893     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17900   data: "plot-dpdk-throughput-latency-3n-tsh"
17901   include:
17902     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17903     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17904   layout:
17905     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17912   data: "plot-dpdk-throughput-latency-3n-tsh"
17913   include:
17914     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17915     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17916   layout:
17917     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17924   data: "plot-dpdk-throughput-latency-3n-tsh"
17925   include:
17926     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17927     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17928   layout:
17929     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17930     layout: "plot-throughput"
17931
17932 ################################################################################
17933 ###   2n-clx                                                                 ###
17934 ################################################################################
17935
17936 # Packet Throughput
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17945     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17948   layout:
17949     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17976   layout:
17977     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17990   layout:
17991     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17996   algorithm: "plot_perf_box_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18001     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18002     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18003     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18004   layout:
18005     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
18006     layout: "plot-throughput"
18007
18008 - type: "plot"
18009   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
18010   algorithm: "plot_perf_box_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18015     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18016     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18017     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18018   layout:
18019     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18034   layout:
18035     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18050   layout:
18051     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18052     layout: "plot-throughput"
18053
18054 - type: "plot"
18055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18056   algorithm: "plot_perf_box_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18064   layout:
18065     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18066     layout: "plot-throughput"
18067
18068 - type: "plot"
18069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18070   algorithm: "plot_perf_box_name"
18071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18073   include:
18074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18078   layout:
18079     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18080     layout: "plot-throughput"
18081
18082 - type: "plot"
18083   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18084   algorithm: "plot_perf_box_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18093     layout: "plot-throughput"
18094
18095 - type: "plot"
18096   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18097   algorithm: "plot_perf_box_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18104   layout:
18105     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18119   layout:
18120     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18121     layout: "plot-throughput"
18122
18123 - type: "plot"
18124   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18125   algorithm: "plot_perf_box_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18134   layout:
18135     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18147   layout:
18148     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18149     layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18160   layout:
18161     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18194     layout: "plot-throughput"
18195
18196 - type: "plot"
18197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18198   algorithm: "plot_perf_box_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18214   algorithm: "plot_perf_box_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18226     layout: "plot-throughput"
18227
18228 - type: "plot"
18229   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18230   algorithm: "plot_perf_box_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18236   layout:
18237     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18238     layout: "plot-throughput"
18239
18240 - type: "plot"
18241   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18242   algorithm: "plot_perf_box_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18248   layout:
18249     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18250     layout: "plot-throughput"
18251
18252 - type: "plot"
18253   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18254   algorithm: "plot_perf_box_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18264   layout:
18265     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18280   layout:
18281     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18282     layout: "plot-throughput"
18283
18284 - type: "plot"
18285   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18286   algorithm: "plot_perf_box_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18295 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18296   layout:
18297     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18298     layout: "plot-throughput"
18299
18300 - type: "plot"
18301   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18302   algorithm: "plot_perf_box_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18311 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18312   layout:
18313     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18314     layout: "plot-throughput"
18315
18316 - type: "plot"
18317   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18318   algorithm: "plot_perf_box_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18328   layout:
18329     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18330     layout: "plot-throughput"
18331
18332 - type: "plot"
18333   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18334   algorithm: "plot_perf_box_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18344   layout:
18345     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18359   layout:
18360     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18374   layout:
18375     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18391     layout: "plot-throughput"
18392
18393 - type: "plot"
18394   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18395   algorithm: "plot_perf_box_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18419   layout:
18420     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18421     layout: "plot-throughput"
18422
18423 - type: "plot"
18424   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18425   algorithm: "plot_perf_box_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18434   layout:
18435     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18436     layout: "plot-throughput"
18437
18438 - type: "plot"
18439   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18440   algorithm: "plot_perf_box_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18449   layout:
18450     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18451     layout: "plot-throughput"
18452
18453 - type: "plot"
18454   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18455   algorithm: "plot_perf_box_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18464   layout:
18465     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18466     layout: "plot-throughput"
18467
18468 - type: "plot"
18469   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18470   algorithm: "plot_perf_box_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18479   layout:
18480     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18481     layout: "plot-throughput"
18482
18483 - type: "plot"
18484   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18485   algorithm: "plot_perf_box_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18494   layout:
18495     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18496     layout: "plot-throughput"
18497
18498 - type: "plot"
18499   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18500   algorithm: "plot_perf_box_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18512     layout: "plot-throughput"
18513
18514 - type: "plot"
18515   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18516   algorithm: "plot_perf_box_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18526   layout:
18527     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18528     layout: "plot-throughput"
18529
18530 - type: "plot"
18531   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18532   algorithm: "plot_perf_box_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18540   layout:
18541     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18542     layout: "plot-throughput"
18543
18544 - type: "plot"
18545   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18546   algorithm: "plot_perf_box_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18554   layout:
18555     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18556     layout: "plot-throughput"
18557
18558 - type: "plot"
18559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18560   algorithm: "plot_perf_box_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18570   layout:
18571     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18572     layout: "plot-throughput"
18573
18574 - type: "plot"
18575   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18576   algorithm: "plot_perf_box_name"
18577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18579   include:
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18588     layout: "plot-throughput"
18589
18590 - type: "plot"
18591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18592   algorithm: "plot_perf_box_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18600   layout:
18601     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18602     layout: "plot-throughput"
18603
18604 - type: "plot"
18605   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18606   algorithm: "plot_perf_box_name"
18607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18609   include:
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18614   layout:
18615     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18616     layout: "plot-throughput"
18617
18618 - type: "plot"
18619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18620   algorithm: "plot_perf_box_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18630   layout:
18631     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18632     layout: "plot-throughput"
18633
18634 - type: "plot"
18635   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18636   algorithm: "plot_perf_box_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18646   layout:
18647     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18648     layout: "plot-throughput"
18649
18650 - type: "plot"
18651   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18652   algorithm: "plot_perf_box_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18660   layout:
18661     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18662     layout: "plot-throughput"
18663
18664 - type: "plot"
18665   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18666   algorithm: "plot_perf_box_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18674   layout:
18675     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18676     layout: "plot-throughput"
18677
18678 - type: "plot"
18679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18680   algorithm: "plot_perf_box_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18689   layout:
18690     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18691     layout: "plot-throughput"
18692
18693 - type: "plot"
18694   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18695   algorithm: "plot_perf_box_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18704   layout:
18705     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18706     layout: "plot-throughput"
18707
18708 - type: "plot"
18709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18710   algorithm: "plot_perf_box_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "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"
18715     - "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"
18716     - "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"
18717     - "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"
18718     - "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"
18719   layout:
18720     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18721     layout: "plot-throughput"
18722
18723 - type: "plot"
18724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18725   algorithm: "plot_perf_box_name"
18726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18728   include:
18729     - "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"
18730     - "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"
18731     - "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"
18732     - "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"
18733     - "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"
18734   layout:
18735     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18736     layout: "plot-throughput"
18737
18738 - type: "plot"
18739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18740   algorithm: "plot_perf_box_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18749   layout:
18750     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18751     layout: "plot-throughput"
18752
18753 - type: "plot"
18754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18755   algorithm: "plot_perf_box_name"
18756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18758   include:
18759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18766     layout: "plot-throughput"
18767
18768 - type: "plot"
18769   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18770   algorithm: "plot_perf_box_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18779   layout:
18780     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18781     layout: "plot-throughput"
18782
18783 - type: "plot"
18784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18785   algorithm: "plot_perf_box_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18794   layout:
18795     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18796     layout: "plot-throughput"
18797
18798 - type: "plot"
18799   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18800   algorithm: "plot_perf_box_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18808   layout:
18809     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18810     layout: "plot-throughput"
18811
18812 - type: "plot"
18813   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18814   algorithm: "plot_perf_box_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18822   layout:
18823     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18824     layout: "plot-throughput"
18825
18826 - type: "plot"
18827   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18828   algorithm: "plot_perf_box_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "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"
18833     - "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"
18834     - "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"
18835     - "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"
18836   layout:
18837     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18838     layout: "plot-throughput"
18839
18840 - type: "plot"
18841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18842   algorithm: "plot_perf_box_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "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"
18847     - "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"
18848     - "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"
18849     - "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"
18850   layout:
18851     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18852     layout: "plot-throughput"
18853
18854 - type: "plot"
18855   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18856   algorithm: "plot_perf_box_name"
18857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18859   include:
18860     - "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"
18861     - "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"
18862     - "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"
18863     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18866   layout:
18867     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18868     layout: "plot-throughput"
18869
18870 - type: "plot"
18871   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18872   algorithm: "plot_perf_box_name"
18873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18875   include:
18876     - "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"
18877     - "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"
18878     - "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"
18879     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18880     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18881     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18884     layout: "plot-throughput"
18885
18886 ################################################################################
18887
18888 # Packet Speedup
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18899     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18900   layout:
18901     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18909   include:
18910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18928   layout:
18929     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18942   layout:
18943     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18953     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18954     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18955     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18956   layout:
18957     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18958     layout: "plot-throughput-speedup-analysis"
18959
18960 - type: "plot"
18961   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18962   algorithm: "plot_tsa_name"
18963   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18965   include:
18966     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18967     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18968     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18969     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18970   layout:
18971     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18986   layout:
18987     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18995   include:
18996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19002   layout:
19003     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 - type: "plot"
19007   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19008   algorithm: "plot_tsa_name"
19009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19011   include:
19012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19016   layout:
19017     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19018     layout: "plot-throughput-speedup-analysis"
19019
19020 - type: "plot"
19021   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19022   algorithm: "plot_tsa_name"
19023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19025   include:
19026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19030   layout:
19031     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19032     layout: "plot-throughput-speedup-analysis"
19033
19034 - type: "plot"
19035   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19036   algorithm: "plot_tsa_name"
19037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19039   include:
19040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19056   layout:
19057     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19071   layout:
19072     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19086   layout:
19087     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19095   include:
19096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19099   layout:
19100     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19112   layout:
19113     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19114     layout: "plot-throughput-speedup-analysis"
19115
19116 - type: "plot"
19117   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19118   algorithm: "plot_tsa_name"
19119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19121   include:
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19128   layout:
19129     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19137   include:
19138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19144   layout:
19145     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19160   layout:
19161     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19169   include:
19170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19176   layout:
19177     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19185   include:
19186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19188   layout:
19189     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19200   layout:
19201     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19216   layout:
19217     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19231     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19232   layout:
19233     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19234     layout: "plot-throughput-speedup-analysis"
19235
19236 - type: "plot"
19237   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19238   algorithm: "plot_tsa_name"
19239   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19241   include:
19242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19247     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19248   layout:
19249     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19263     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19264   layout:
19265     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19266     layout: "plot-throughput-speedup-analysis"
19267
19268 - type: "plot"
19269   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19270   algorithm: "plot_tsa_name"
19271   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19273   include:
19274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19279     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19280   layout:
19281     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19282     layout: "plot-throughput-speedup-analysis"
19283
19284 - type: "plot"
19285   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19286   algorithm: "plot_tsa_name"
19287   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19289   include:
19290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19296   layout:
19297     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19367     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19368     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19369     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19370     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19371   layout:
19372     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19385     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19386   layout:
19387     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19388     layout: "plot-throughput-speedup-analysis"
19389
19390 - type: "plot"
19391   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19392   algorithm: "plot_tsa_name"
19393   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19395   include:
19396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19401   layout:
19402     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19403     layout: "plot-throughput-speedup-analysis"
19404
19405 - type: "plot"
19406   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19407   algorithm: "plot_tsa_name"
19408   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19410   include:
19411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19416   layout:
19417     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19425   include:
19426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19431   layout:
19432     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19446   layout:
19447     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 - type: "plot"
19451   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19452   algorithm: "plot_tsa_name"
19453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19455   include:
19456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19462   layout:
19463     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19464     layout: "plot-throughput-speedup-analysis"
19465
19466 - type: "plot"
19467   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19468   algorithm: "plot_tsa_name"
19469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19471   include:
19472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19478   layout:
19479     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19480     layout: "plot-throughput-speedup-analysis"
19481
19482 - type: "plot"
19483   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19484   algorithm: "plot_tsa_name"
19485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19487   include:
19488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19492   layout:
19493     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19494     layout: "plot-throughput-speedup-analysis"
19495
19496 - type: "plot"
19497   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19498   algorithm: "plot_tsa_name"
19499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19501   include:
19502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19508     layout: "plot-throughput-speedup-analysis"
19509
19510 - type: "plot"
19511   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19512   algorithm: "plot_tsa_name"
19513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19515   include:
19516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19522   layout:
19523     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19524     layout: "plot-throughput-speedup-analysis"
19525
19526 - type: "plot"
19527   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19528   algorithm: "plot_tsa_name"
19529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19531   include:
19532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19538   layout:
19539     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19540     layout: "plot-throughput-speedup-analysis"
19541
19542 - type: "plot"
19543   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19544   algorithm: "plot_tsa_name"
19545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19547   include:
19548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19552   layout:
19553     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19554     layout: "plot-throughput-speedup-analysis"
19555
19556 - type: "plot"
19557   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19558   algorithm: "plot_tsa_name"
19559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19561   include:
19562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19566   layout:
19567     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19568     layout: "plot-throughput-speedup-analysis"
19569
19570 - type: "plot"
19571   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19572   algorithm: "plot_tsa_name"
19573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19575   include:
19576     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19578     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19579     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19580     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19581     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19582   layout:
19583     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19584     layout: "plot-throughput-speedup-analysis"
19585
19586 - type: "plot"
19587   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19588   algorithm: "plot_tsa_name"
19589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19591   include:
19592     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19594     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19595     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19596     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19598   layout:
19599     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19600     layout: "plot-throughput-speedup-analysis"
19601
19602 - type: "plot"
19603   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19604   algorithm: "plot_tsa_name"
19605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19607   include:
19608     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19609     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19610     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19611     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19612   layout:
19613     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19614     layout: "plot-throughput-speedup-analysis"
19615
19616 - type: "plot"
19617   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19618   algorithm: "plot_tsa_name"
19619   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19621   include:
19622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19626   layout:
19627     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19628     layout: "plot-throughput-speedup-analysis"
19629
19630 - type: "plot"
19631   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19632   algorithm: "plot_tsa_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19635   include:
19636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19641   layout:
19642     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19643     layout: "plot-throughput-speedup-analysis"
19644
19645 - type: "plot"
19646   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19647   algorithm: "plot_tsa_name"
19648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19650   include:
19651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19656   layout:
19657     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19658     layout: "plot-throughput-speedup-analysis"
19659
19660 - type: "plot"
19661   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19662   algorithm: "plot_tsa_name"
19663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19665   include:
19666     - "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"
19667     - "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"
19668     - "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"
19669     - "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"
19670     - "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"
19671   layout:
19672     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19673     layout: "plot-throughput-speedup-analysis"
19674
19675 - type: "plot"
19676   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19677   algorithm: "plot_tsa_name"
19678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19680   include:
19681     - "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"
19682     - "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"
19683     - "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"
19684     - "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"
19685     - "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"
19686   layout:
19687     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19688     layout: "plot-throughput-speedup-analysis"
19689
19690 - type: "plot"
19691   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19692   algorithm: "plot_tsa_name"
19693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19695   include:
19696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19701   layout:
19702     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19703     layout: "plot-throughput-speedup-analysis"
19704
19705 - type: "plot"
19706   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19707   algorithm: "plot_tsa_name"
19708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19710   include:
19711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19716   layout:
19717     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19718     layout: "plot-throughput-speedup-analysis"
19719
19720 - type: "plot"
19721   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19722   algorithm: "plot_tsa_name"
19723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19725   include:
19726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19731   layout:
19732     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19733     layout: "plot-throughput-speedup-analysis"
19734
19735 - type: "plot"
19736   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19737   algorithm: "plot_tsa_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19746   layout:
19747     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19748     layout: "plot-throughput-speedup-analysis"
19749
19750 - type: "plot"
19751   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19752   algorithm: "plot_tsa_name"
19753   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19755   include:
19756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19760   layout:
19761     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19762     layout: "plot-throughput-speedup-analysis"
19763
19764 - type: "plot"
19765   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19766   algorithm: "plot_tsa_name"
19767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19769   include:
19770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19774   layout:
19775     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19776     layout: "plot-throughput-speedup-analysis"
19777
19778 - type: "plot"
19779   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19780   algorithm: "plot_tsa_name"
19781   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19783   include:
19784     - "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"
19785     - "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"
19786     - "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"
19787     - "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"
19788   layout:
19789     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19790     layout: "plot-throughput-speedup-analysis"
19791
19792 - type: "plot"
19793   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19794   algorithm: "plot_tsa_name"
19795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19797   include:
19798     - "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"
19799     - "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"
19800     - "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"
19801     - "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"
19802   layout:
19803     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19804     layout: "plot-throughput-speedup-analysis"
19805
19806 - type: "plot"
19807   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19808   algorithm: "plot_tsa_name"
19809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19811   include:
19812     - "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"
19813     - "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"
19814     - "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"
19815     - "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"
19816     - "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"
19817     - "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"
19818   layout:
19819     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19820     layout: "plot-throughput-speedup-analysis"
19821
19822 - type: "plot"
19823   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19824   algorithm: "plot_tsa_name"
19825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19827   include:
19828     - "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"
19829     - "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"
19830     - "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"
19831     - "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"
19832     - "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"
19833     - "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"
19834   layout:
19835     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19836     layout: "plot-throughput-speedup-analysis"
19837
19838 ################################################################################
19839
19840 # Packet Throughput - DPDK
19841
19842 # 2n-clx-xxv710
19843
19844 - type: "plot"
19845   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19846   algorithm: "plot_perf_box_name"
19847   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19848   data: "plot-dpdk-throughput-latency-2n-clx"
19849   include:
19850     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19851     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19852   layout:
19853     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19854     layout: "plot-throughput"
19855
19856 - type: "plot"
19857   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19858   algorithm: "plot_perf_box_name"
19859   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19860   data: "plot-dpdk-throughput-latency-2n-clx"
19861   include:
19862     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19863     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19864   layout:
19865     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19866     layout: "plot-throughput"
19867
19868 - type: "plot"
19869   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19870   algorithm: "plot_perf_box_name"
19871   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19872   data: "plot-dpdk-throughput-latency-2n-clx"
19873   include:
19874     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19875     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19876   layout:
19877     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19878     layout: "plot-throughput"
19879
19880 - type: "plot"
19881   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19882   algorithm: "plot_perf_box_name"
19883   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19884   data: "plot-dpdk-throughput-latency-2n-clx"
19885   include:
19886     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19887     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19888   layout:
19889     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19890     layout: "plot-throughput"
19891
19892 # 2n-clx-x710
19893
19894 - type: "plot"
19895   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19896   algorithm: "plot_perf_box_name"
19897   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19898   data: "plot-dpdk-throughput-latency-2n-clx"
19899   include:
19900     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19901     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19902   layout:
19903     title: "2n-clx-x710-64b-2t1c-base-ndr"
19904     layout: "plot-throughput"
19905
19906 - type: "plot"
19907   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19908   algorithm: "plot_perf_box_name"
19909   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19910   data: "plot-dpdk-throughput-latency-2n-clx"
19911   include:
19912     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19913     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19914   layout:
19915     title: "2n-clx-x710-64b-4t2c-base-ndr"
19916     layout: "plot-throughput"
19917
19918 - type: "plot"
19919   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19920   algorithm: "plot_perf_box_name"
19921   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19922   data: "plot-dpdk-throughput-latency-2n-clx"
19923   include:
19924     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19925     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19926   layout:
19927     title: "2n-clx-x710-64b-2t1c-base-pdr"
19928     layout: "plot-throughput"
19929
19930 - type: "plot"
19931   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19932   algorithm: "plot_perf_box_name"
19933   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19934   data: "plot-dpdk-throughput-latency-2n-clx"
19935   include:
19936     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19937     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19938   layout:
19939     title: "2n-clx-x710-64b-4t2c-base-pdr"
19940     layout: "plot-throughput"
19941
19942 ################################################################################
19943
19944 - type: "plot"
19945   title: "Latency by percentile: 2n-skx"
19946   algorithm: "plot_hdrh_lat_by_percentile"
19947   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19948   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19949   target-links: "../../_static/vpp"
19950   data: "plot-vpp-hdrh-lat-2n-skx"
19951   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19952   layout:
19953     layout: "plot-hdrh-latency-by-percentile"
19954
19955 - type: "plot"
19956   title: "Latency by percentile: 3n-skx"
19957   algorithm: "plot_hdrh_lat_by_percentile"
19958   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19959   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19960   target-links: "../../_static/vpp"
19961   data: "plot-vpp-hdrh-lat-3n-skx"
19962   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19963   layout:
19964     layout: "plot-hdrh-latency-by-percentile"
19965
19966 - type: "plot"
19967   title: "Latency by percentile: 2n-clx"
19968   algorithm: "plot_hdrh_lat_by_percentile"
19969   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19970   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19971   target-links: "../../_static/vpp"
19972   data: "plot-vpp-hdrh-lat-2n-clx"
19973   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19974   layout:
19975     layout: "plot-hdrh-latency-by-percentile"
19976
19977 - type: "plot"
19978   title: "Latency by percentile: 3n-hsw"
19979   algorithm: "plot_hdrh_lat_by_percentile"
19980   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19981   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19982   target-links: "../../_static/vpp"
19983   data: "plot-vpp-hdrh-lat-3n-hsw"
19984   filter: "'1T1C' and 'NIC_Intel-XL710'"
19985   layout:
19986     layout: "plot-hdrh-latency-by-percentile"
19987
19988 - type: "plot"
19989   title: "Latency by percentile: 3n-tsh"
19990   algorithm: "plot_hdrh_lat_by_percentile"
19991   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19992   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19993   target-links: "../../_static/vpp"
19994   data: "plot-vpp-hdrh-lat-3n-tsh"
19995   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19996   layout:
19997     layout: "plot-hdrh-latency-by-percentile"
19998
19999 - type: "plot"
20000   title: "Latency by percentile: DPDK 2n-skx"
20001   algorithm: "plot_hdrh_lat_by_percentile"
20002   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20003   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20004   target-links: "../../_static/dpdk"
20005   data: "plot-dpdk-hdrh-lat-2n-skx"
20006   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20007   layout:
20008     layout: "plot-hdrh-latency-by-percentile"
20009
20010 - type: "plot"
20011   title: "Latency by percentile: DPDK 3n-skx"
20012   algorithm: "plot_hdrh_lat_by_percentile"
20013   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20014   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20015   target-links: "../../_static/dpdk"
20016   data: "plot-dpdk-hdrh-lat-3n-skx"
20017   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20018   layout:
20019     layout: "plot-hdrh-latency-by-percentile"
20020
20021 - type: "plot"
20022   title: "Latency by percentile: DPDK 2n-clx"
20023   algorithm: "plot_hdrh_lat_by_percentile"
20024   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20025   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20026   target-links: "../../_static/dpdk"
20027   data: "plot-dpdk-hdrh-lat-2n-clx"
20028   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20029   layout:
20030     layout: "plot-hdrh-latency-by-percentile"
20031
20032 - type: "plot"
20033   title: "Latency by percentile: DPDK 3n-hsw"
20034   algorithm: "plot_hdrh_lat_by_percentile"
20035   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20036   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20037   target-links: "../../_static/dpdk"
20038   data: "plot-dpdk-hdrh-lat-3n-hsw"
20039   filter: "'1T1C' and 'NIC_Intel-XL710'"
20040   layout:
20041     layout: "plot-hdrh-latency-by-percentile"
20042
20043 - type: "plot"
20044   title: "Latency by percentile: DPDK 3n-tsh"
20045   algorithm: "plot_hdrh_lat_by_percentile"
20046   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20047   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20048   target-links: "../../_static/dpdk"
20049   data: "plot-dpdk-hdrh-lat-3n-tsh"
20050   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20051   layout:
20052     layout: "plot-hdrh-latency-by-percentile"